summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_queryobj.c
Commit message (Expand)AuthorAgeFilesLines
* 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