summaryrefslogtreecommitdiff
path: root/src/mesa/main/condrender.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-10mesa: Set the correct error in _mesa_BeginConditionalRenderIan Romanick1-11/+30
2013-12-13mesa: Fix error code generation in glBeginConditionalRender()Anuj Phogat1-1/+3
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2012-08-08mesa: In conditional rendering fallback, check the query status.Eric Anholt1-0/+2
2011-09-19mesa: Throw an error when starting conditional render on an active query.Eric Anholt1-1/+1
2011-09-19mesa: Throw an error instead of asserting for condrender with query == 0.Eric Anholt1-1/+2
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-01-01mesa: Make condrender.[ch] prototypes match.José Fonseca1-2/+2
2009-12-31mesa: added FLUSH_VERTICES(), more commentsBrian Paul1-6/+10
2009-12-31mesa: add flag for GL_NV_conditional_render extensionBrian Paul1-2/+2
2009-12-31mesa: _mesa_Begin/EndConditionalRender() functionsBrian Paul1-0/+143