| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
| 2010-09-14 | mesa: Remove unused _MESA_INIT_*_FUNCTIONS. | Chia-I Wu | |
| They were intended to be used to build OpenGL ES only DRI drivers, but that never happened. | |||
| 2010-05-12 | mesa: Add dummy _mesa_lookup_query_object to queryobj.h. | Chia-I Wu | |
| This allows condrender.c to be compiled without FEATURE_queryobj. | |||
| 2009-12-31 | mesa: make _mesa_lookup_query_object() an non-private inline function | Brian Paul | |
| 2009-09-30 | mesa/main: New feature FEATURE_queryobj. | Chia-I Wu | |
| It merges FEATURE_ARB_occlusion_query and FEATURE_EXT_timer_query, and follows the feature conventions. | |||
| 2009-06-19 | mesa: make query-related driver fallback functions static | Brian Paul | |
| Plug them in via _mesa_init_query_object_functions(). | |||
| 2009-06-11 | mesa: add default function for ctx->Driver.CheckQuery() hook | Brian Paul | |
| 2008-10-06 | mesa: add missing GLcontext param to _mesa_delete_query(). | Brian Paul | |
| Fixes vtk crash and others. | |||
| 2008-09-21 | mesa: improved driver query interface | Keith Whitwell | |
| Brought over from gallium-0.2 branch. | |||
| 2007-04-21 | Rename occlude.[ch] to queryobj.[ch] to better reflect contents. | Brian | |
