mesa/src/gallium/docs
Roland Scheidegger 793e8e3d7e gallium: add condition parameter to render_condition
For conditional rendering this makes it possible to skip rendering
if either the predicate is true or false, as supported by d3d10
(in fact previously it was sort of implied skip rendering if predicate
is false for occlusion predicate, and true for so_overflow predicate).
There's no cap bit for this as presumably all drivers could do it trivially
(but this patch does not implement it for the drivers using true
hw predicates, nvxx, r600, radeonsi, no change is expected for OpenGL
functionality).

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2013-06-18 18:01:24 +02:00
..
source gallium: add condition parameter to render_condition 2013-06-18 18:01:24 +02:00
Makefile Add Gallium docs. 2009-12-20 15:00:40 -08:00
d3d11ddi.txt gallium: remove resource_resolve 2012-09-30 18:57:57 +02:00
llvm-todo.txt llvmpipe: bump glsl version to 140 2013-03-02 02:54:30 +01:00
make.bat Add Gallium docs. 2009-12-20 15:00:40 -08:00