summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/queryobj.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework gallium and mesa queries a little.Keith Whitwell2007-12-111-0/+3
| | | | | | Add a 'CheckQuery()' driver callback to mesa to check query completion. Make pipe_query an opaque type. Rework softpipe queries, support overlapping occlusion queries.
* Implement query object interface.Brian2007-09-111-2/+12
| | | | | | This replaces the temporary occlusion counter functions we had before. Added new ctx->Driver.WaitQuery() function which should block until the result is ready. Sketch out some code for vertex transformation feedback counters.
* Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian2007-04-211-0/+70