Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-07 | Updates for GL_EXT_timer_query: | Brian Paul | |
New GLint64EXT and GLuint64EXT types (use C99's long long types). New glGetQueryObject[u]i64vEXT() functions. | |||
2005-09-02 | Prototype implementation of new GL_EXT_timer_query extension (not finalized ↵ | Brian Paul | |
yet). Extends the query mechanism to query elapsed time while rendering. | |||
2004-08-14 | fix some memory leaks (bug #1002030) | Brian Paul | |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | |
points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler. | |||
2003-07-22 | Restore more code lost during last big merge. | Brian Paul | |
Rename colortable-related functions. | |||
2003-06-13 | Implemented GL_ARB_occlusion_query (not 100% finalized). | Brian Paul | |