Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Throw an error when starting conditional render on an active query. | Eric Anholt | 2011-09-19 | 1 | -1/+1 |
* | mesa: Throw an error instead of asserting for condrender with query == 0. | Eric Anholt | 2011-09-19 | 1 | -1/+2 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | mesa: Make condrender.[ch] prototypes match. | José Fonseca | 2010-01-01 | 1 | -2/+2 |
* | mesa: added FLUSH_VERTICES(), more comments | Brian Paul | 2009-12-31 | 1 | -6/+10 |
* | mesa: add flag for GL_NV_conditional_render extension | Brian Paul | 2009-12-31 | 1 | -2/+2 |
* | mesa: _mesa_Begin/EndConditionalRender() functions | Brian Paul | 2009-12-31 | 1 | -0/+143 |