Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa/st: Support ARB_conditional_render_inverted modes | Tobias Klausmann | 2014-08-19 | 1 | -1/+19 |
| | | | | | | Reviewed-by: Ilia Mirkin <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]> Signed-off-by: Tobias Klausmann <[email protected]> | ||||
* | gallium: add condition parameter to render_condition | Roland Scheidegger | 2013-06-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | 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 <[email protected]> | ||||
* | gallium: manage render condition in cso_context and fix postprocessing w/ it | Marek Olšák | 2012-12-12 | 1 | -8/+3 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | st/mesa: flush bitmap cache on query and conditional render boundaries | Vadim Girlin | 2011-07-13 | 1 | -0/+5 |
| | | | | | | | | | | Bitmap caching shouldn't affect the results of the queries and conditional render. NOTE: This is a candidate for the 7.11 branch. Signed-off-by: Vadim Girlin <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | st/mesa: GenerateMipmap should not be killed by conditional rendering | Marek Olšák | 2011-05-30 | 1 | -2/+9 |
| | | | | | | NOTE: This is a candidate for the 7.10 branch. Reviewed-by: Brian Paul <[email protected]> | ||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | st/mesa: clean-up: use st_context() everywhere | Brian Paul | 2010-04-23 | 1 | -2/+2 |
| | |||||
* | st/mesa: Silence uninitialized variable warning. | Vinson Lee | 2010-01-26 | 1 | -0/+1 |
| | |||||
* | st/mesa: implement conditional rendering | Brian Paul | 2009-12-31 | 1 | -0/+95 |