Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Make condrender.[ch] prototypes match. | José Fonseca | 2010-01-01 | 1 | -2/+2 |
| | | | | | | GLAPI on windows is more than "extern" -- it includes the --, so the mismatch between condrender.[ch] prototypes causes "different linkage" errors on windows. | ||||
* | 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 |
For GL_NV_conditional_render and GL3. The drawing functions don't check the query object yet. No API dispatch yet. |