aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_condrender.c
Commit message (Collapse)AuthorAgeFilesLines
* st/mesa: flush bitmap cache on query and conditional render boundariesVadim Girlin2011-07-131-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 renderingMarek Olšák2011-05-301-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 insteadKristian Høgsberg2010-10-131-2/+2
|
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-2/+2
|
* st/mesa: Silence uninitialized variable warning.Vinson Lee2010-01-261-0/+1
|
* st/mesa: implement conditional renderingBrian Paul2009-12-311-0/+95