summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorCarl Worth <[email protected]>2012-12-13 12:47:56 -0800
committerCarl Worth <[email protected]>2013-01-15 13:34:01 -0800
commit3dd76f7168bba6123c9ac5e2442b8c811f40399f (patch)
tree1a404f69a4ca4c5b9b9085bad4a5b9af4872e41d /src/mesa/drivers
parentc7df9c0e12e000f3d2fd57ebb3072f4afbda8579 (diff)
queryobj: Add EverBound flag, making ISQuery() return false before BeginQuery()
This flag allows for the specified behavior that GenQueries reserves a name, but does not associate an object with it until BeginQuery. We allocate the object immediately with the new EverBound flag set to false, and then set the flag to true at the time of BeginQuery. This allows us to implement a conformant IsQuery function by checking the state of the new EverBound flag. This fixes the following es3conform tests: occlusion_query_genqueries occlusion_query_is_query_nonzero and the following piglit test: occlusion_query_lifetime Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
0 files changed, 0 insertions, 0 deletions