Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Add constants for the GL_QUERY_COUNTER_BITS per target. | Eric Anholt | 2012-08-26 | 1 | -1/+36 |
| | | | | | | | | | | | | Drivers need to be able to communicate their actual number of bits populated in the field in order for applications to be able to properly handle rollover. There's a small behavior change here: Instead of reporting the GL_SAMPLES_PASSED bits for GL_ANY_SAMPLES_PASSED (which would also be valid), just return 1, because more bits don't make any sense. Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: implement indexed query functions from ARB_transform_feedback3 | Marek Olšák | 2012-07-12 | 1 | -15/+67 |
| | | | | Acked-by: Ian Romanick <[email protected]> | ||||
* | mesa: implement TIMESTAMP query and glQueryCounter | Marek Olšák | 2012-07-10 | 1 | -6/+72 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: make query object API functions static | Brian Paul | 2011-05-26 | 1 | -6/+6 |
| | | | | Only directly referenced by the _mesa_init_queryobj_dispatch() function. | ||||
* | mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objects | Brian Paul | 2011-03-11 | 1 | -0/+1 |
| | | | | | | | | Need to flush rendering (or at least indicate that the rug might be getting pulled out from underneath us) when a shader, buffer object or query object is about to be deleted. Also, this helps to tell the VBO module to unmap its current vertex buffer. | ||||
* | mesa: add/update VERBOSE_API logging | Brian Paul | 2011-02-08 | 1 | -0/+38 |
| | |||||
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
| | |||||
* | mesa: fix queryobj whitespace. | Dave Airlie | 2010-12-18 | 1 | -26/+26 |
| | | | | Had done this before pushing but forgot to amend, doh. | ||||
* | mesa/swrast/st: add ARB_occlusion_query2 support. | Dave Airlie | 2010-12-18 | 1 | -12/+31 |
| | | | | | | | | | | This gets my vote for most pointless extension of all time, I'm guessing some driver could possibly optimise for this instead of counting it might just get a true/false, but I'm not really sure. need this to eventually advertise 3.3 despite its total uselessness. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -10/+10 |
| | |||||
* | mesa: add new query/buffer targets for transform feedback | Brian Paul | 2010-03-30 | 1 | -0/+12 |
| | |||||
* | mesa: simplify query code with get_query_binding_point() | Brian Paul | 2010-03-30 | 1 | -71/+47 |
| | |||||
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -1/+1 |
| | | | | | | glapi/dispatch.h is a core Mesa header file. Move the header file to main/ to make this clear. It also becomes clear after this change that IN_DRI_DRIVER is only used in core Mesa to enable the remap table. | ||||
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | mesa: make _mesa_lookup_query_object() an non-private inline function | Brian Paul | 2009-12-31 | 1 | -16/+7 |
| | |||||
* | mesa/main: New feature FEATURE_queryobj. | Chia-I Wu | 2009-09-30 | 1 | -19/+29 |
| | | | | | 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 | -6/+18 |
| | | | | Plug them in via _mesa_init_query_object_functions(). | ||||
* | mesa: add default function for ctx->Driver.CheckQuery() hook | Brian Paul | 2009-06-11 | 1 | -1/+15 |
| | |||||
* | mesa: Pass the context to query object delete cb to avoid null dereference. | Eric Anholt | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | mesa: updated _mesa_delete_query() comments | Brian Paul | 2008-10-06 | 1 | -2/+1 |
| | |||||
* | 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 | -52/+65 |
| | | | | Brought over from gallium-0.2 branch. | ||||
* | Rename occlude.[ch] to queryobj.[ch] | Brian | 2007-04-21 | 1 | -1/+1 |
| | |||||
* | Rename occlude.[ch] to queryobj.[ch] to better reflect contents. | Brian | 2007-04-21 | 1 | -0/+538 |