summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/condrender.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
|
* mesa: _mesa_Begin/EndConditionalRender() functionsBrian Paul2009-12-311-0/+45
For GL_NV_conditional_render and GL3. The drawing functions don't check the query object yet. No API dispatch yet.