It's actually a nice optimization opportunity. Some hardware might stop rendering immediately after the first sample passes the depth test and all following draw operations can then be safely ignored, provided there are no writes to any buffer. Particularly software rasterizers might benefit from this.
The R300 TODO is just a wishlist of things the hardware/driver could do. Marek On Sat, Sep 11, 2010 at 10:48 PM, Dave Airlie <airl...@gmail.com> wrote: > Just noticed this on a list of things for r300 todo, seems kinda > pointless but what do I know. > > I wonder if there is hw that can do OQ2 and can't do OQ, for which it > might make sense. > > Dave. > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev > >
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev