summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_condrender.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: Support ARB_conditional_render_inverted modesTobias Klausmann2014-08-191-1/+19
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-3/+3
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-121-8/+3
* st/mesa: flush bitmap cache on query and conditional render boundariesVadim Girlin2011-07-131-0/+5
* st/mesa: GenerateMipmap should not be killed by conditional renderingMarek Olšák2011-05-301-2/+9
* 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