summaryrefslogtreecommitdiff
path: root/src/mesa/main/queryobj.h
AgeCommit message (Collapse)Author
2007-09-11Implement query object interface.Brian
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.
2007-04-21Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian