Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added FEATURE_EXT_timer_query and tests | Brian Paul | 2006-08-17 | 1 | -0/+12 |
| | |||||
* | use _mesa_HashDeleteAll() | Brian Paul | 2006-06-30 | 1 | -14/+15 |
| | |||||
* | silence -pedantic warning | Brian Paul | 2006-04-14 | 1 | -0/+1 |
| | |||||
* | Updates for GL_EXT_timer_query: | Brian Paul | 2005-12-07 | 1 | -4/+97 |
| | | | | | New GLint64EXT and GLuint64EXT types (use C99's long long types). New glGetQueryObject[u]i64vEXT() functions. | ||||
* | make lookup_query_object() static | Brian Paul | 2005-09-12 | 1 | -1/+1 |
| | |||||
* | comments | Brian Paul | 2005-09-02 | 1 | -2/+2 |
| | |||||
* | Prototype implementation of new GL_EXT_timer_query extension (not finalized ↵ | Brian Paul | 2005-09-02 | 1 | -42/+81 |
| | | | | | | yet). Extends the query mechanism to query elapsed time while rendering. | ||||
* | check the Ready flag when getting GL_QUERY_RESULT_ARB | Brian Paul | 2005-08-27 | 1 | -0/+15 |
| | |||||
* | Rearrange the code related to GL_ARB_occlusion_object to generalize query | Brian Paul | 2005-08-27 | 1 | -73/+99 |
| | | | | objects for future types of queries. | ||||
* | removed GL_HP_occlusion_test extension | Brian Paul | 2005-08-25 | 1 | -4/+2 |
| | |||||
* | fix some memory leaks (bug #1002030) | Brian Paul | 2004-08-14 | 1 | -15/+39 |
| | |||||
* | added missing error check in _mesa_BeginQueryARB (Cedric Gautier). minor ↵ | Brian Paul | 2004-03-02 | 1 | -10/+7 |
| | | | | clean-ups. | ||||
* | more tweaks to error checking and reporting | Brian Paul | 2003-11-28 | 1 | -7/+8 |
| | |||||
* | if id==0 in glGetQueryObject, raise GL_INVALID_OPERATION | Brian Paul | 2003-11-28 | 1 | -6/+9 |
| | |||||
* | fix an error test | Brian Paul | 2003-11-28 | 1 | -1/+1 |
| | |||||
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -8/+8 |
| | | | | | points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler. | ||||
* | Silence compiler warnings about implicit casts or conversions by supplying ↵ | Karl Schultz | 2003-08-30 | 1 | -1/+1 |
| | | | | explicit casts and/or tweaking constant and variable definitions. | ||||
* | Restore more code lost during last big merge. | Brian Paul | 2003-07-22 | 1 | -0/+14 |
| | | | | Rename colortable-related functions. | ||||
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | Implemented GL_ARB_occlusion_query (not 100% finalized). | Brian Paul | 2003-06-13 | 1 | -0/+314 |