index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
queryobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove error when calling glGenQueries/glDeleteQueries while a query is active
Carl Worth
2013-10-28
1
-15
/
+10
*
mesa: Ensure gl_query_object is fully initialized.
Vinson Lee
2013-09-06
1
-1
/
+1
*
mesa: free object labels when deleting
Timothy Arceri
2013-09-04
1
-0
/
+1
*
mesa: Set query->EverBound in glQueryCounter().
Kenneth Graunke
2013-08-25
1
-0
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functions
Marek Olšák
2013-04-24
1
-3
/
+4
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: Add a new QueryCounter() hook for TIMESTAMP queries.
Kenneth Graunke
2013-03-01
1
-3
/
+8
*
mesa: Initially populate the display list with the exec list.
Eric Anholt
2013-01-21
1
-27
/
+0
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-10
/
+0
*
queryobj: Add EverBound flag, making ISQuery() return false before BeginQuery()
Carl Worth
2013-01-15
1
-3
/
+18
*
Update comment to specify actual text being referenced from the specification.
Carl Worth
2013-01-15
1
-1
/
+6
*
mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query target
Ian Romanick
2013-01-11
1
-2
/
+10
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
mesa: Require gen'd names in glBeginQuery on ES 3.0.
Kenneth Graunke
2012-11-19
1
-1
/
+1
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-20
/
+20
*
mesa: Fix typo in glDeleteQueriesARB debug message.
Kenneth Graunke
2012-11-08
1
-1
/
+1
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
1
-14
/
+14
*
mesa: Fix core GL genned-name handling for glBeginQuery().
Eric Anholt
2012-11-04
1
-5
/
+11
*
_mesa_create_exec_table: GLES3 fixes.
Paul Berry
2012-10-23
1
-8
/
+12
*
mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target.
Eric Anholt
2012-10-22
1
-1
/
+1
*
mesa: Refuse to EndQuery with a mismatched query target.
Eric Anholt
2012-10-22
1
-0
/
+10
*
mesa: Throw an error for a new query on an already-active query target.
Eric Anholt
2012-10-22
1
-0
/
+13
*
mesa: remove FEATURE_EXT_transform_feedback define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_queryobj define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: Add constants for the GL_QUERY_COUNTER_BITS per target.
Eric Anholt
2012-08-26
1
-1
/
+36
*
mesa: implement indexed query functions from ARB_transform_feedback3
Marek Olšák
2012-07-12
1
-15
/
+67
*
mesa: implement TIMESTAMP query and glQueryCounter
Marek Olšák
2012-07-10
1
-6
/
+72
*
mesa: make query object API functions static
Brian Paul
2011-05-26
1
-6
/
+6
*
mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objects
Brian Paul
2011-03-11
1
-0
/
+1
*
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
*
mesa/swrast/st: add ARB_occlusion_query2 support.
Dave Airlie
2010-12-18
1
-12
/
+31
*
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
*
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
*
mesa: make query-related driver fallback functions static
Brian Paul
2009-06-19
1
-6
/
+18
*
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
*
mesa: improved driver query interface
Keith Whitwell
2008-09-21
1
-52
/
+65
[next]