summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_queryobj.c
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query targetIan Romanick2013-01-111-0/+1
* mesa/st: Implement GL_TIME_ELAPSED w/ PIPE_QUERY_TIMESTAMP.José Fonseca2012-12-201-18/+67
* mesa: remove FEATURE_queryobj define.Oliver McFadden2012-09-151-4/+0
* st/mesa: implement ARB_timer_queryMarek Olšák2012-07-101-0/+14
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-2/+2
* st/mesa: flush bitmap cache on query and conditional render boundariesVadim Girlin2011-07-131-0/+5
* st/mesa: add st_BeginQuery() case for GL_ANY_SAMPLES_PASSEDBrian Paul2011-01-121-0/+2
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* st/mesa: Remove unnecessary header.Vinson Lee2010-10-271-1/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+3
* st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.Chia-I Wu2010-05-121-0/+4
* st/mesa: update query code for transform feedbackBrian Paul2010-05-111-3/+25
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-5/+5
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* st/mesa: replace conditional with assertionBrian Paul2010-02-171-7/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * st/mesa: Remove unnecessary header from st_cb_queryobj.c.Vinson Lee2010-01-151-1/+0
* | st/mesa: move st_query_object type to header to make it publicBrian Paul2009-12-311-17/+0
|/
* mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul2009-02-121-1/+1
* mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul2009-02-121-1/+1
* gallium: remove stray commentBrian Paul2008-04-071-5/+1
* Rework gallium and mesa queries a little.Keith Whitwell2007-12-111-19/+49
* Implement query object interface.Brian2007-09-111-7/+76
* Begin/EndQuery functionsBrian2007-08-111-0/+76