summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/condrender.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* 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.