Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: remove FEATURE_queryobj define. | Oliver McFadden | 2012-09-15 | 1 | -22/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -4/+4 |
| | | | | | | | INLINE is still seen in some files (some generated files, etc) but this is a good start. Acked-by: Kenneth Graunke <[email protected]> | ||||
* | mesa: make query object API functions static | Brian Paul | 2011-05-26 | 1 | -18/+0 |
| | | | | Only directly referenced by the _mesa_init_queryobj_dispatch() function. | ||||
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
| | |||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -4/+4 |
| | |||||
* | mesa: Remove unused _MESA_INIT_*_FUNCTIONS. | Chia-I Wu | 2010-09-14 | 1 | -13/+0 |
| | | | | | They were intended to be used to build OpenGL ES only DRI drivers, but that never happened. | ||||
* | mesa: Add dummy _mesa_lookup_query_object to queryobj.h. | Chia-I Wu | 2010-05-12 | 1 | -0/+6 |
| | | | | This allows condrender.c to be compiled without FEATURE_queryobj. | ||||
* | mesa: make _mesa_lookup_query_object() an non-private inline function | Brian Paul | 2009-12-31 | 1 | -0/+10 |
| | |||||
* | mesa/main: New feature FEATURE_queryobj. | Chia-I Wu | 2009-09-30 | 1 | -19/+40 |
| | | | | | It merges FEATURE_ARB_occlusion_query and FEATURE_EXT_timer_query, and follows the feature conventions. | ||||
* | mesa: make query-related driver fallback functions static | Brian Paul | 2009-06-19 | 1 | -16/+1 |
| | | | | Plug them in via _mesa_init_query_object_functions(). | ||||
* | mesa: add default function for ctx->Driver.CheckQuery() hook | Brian Paul | 2009-06-11 | 1 | -0/+3 |
| | |||||
* | mesa: add missing GLcontext param to _mesa_delete_query(). | Brian Paul | 2008-10-06 | 1 | -1/+1 |
| | | | | Fixes vtk crash and others. | ||||
* | mesa: improved driver query interface | Keith Whitwell | 2008-09-21 | 1 | -2/+15 |
| | | | | Brought over from gallium-0.2 branch. | ||||
* | Rename occlude.[ch] to queryobj.[ch] to better reflect contents. | Brian | 2007-04-21 | 1 | -0/+70 |