summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorCarl Worth <[email protected]>2012-12-13 15:23:10 -0800
committerCarl Worth <[email protected]>2013-01-15 13:34:18 -0800
commitd9d857e24fef2ae5576523b861f46c426b94ba0d (patch)
tree690e2411f0cda487abe9f21f33254cb765da8246 /src/mesa/main
parentc0b768ffee1ba84a4fcfcf41adf60e6d50cbafee (diff)
i965: Force even an empty query to flush all previous queries.
The specification requires that query results are processed in order, (when one query result is returned, all previous query of the same type must also be available). The implementation was failing this requirement in the case of BeginQuery and EndQuery with no intervening drawing, (the result would be made available immediately without flushing previous queries). This fixes the following es3conform test: occlusion_query_query_order as well as the following piglit test: occlusion_query_order Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main')
0 files changed, 0 insertions, 0 deletions