diff options
author | Kenneth Graunke <[email protected]> | 2013-08-23 10:35:34 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-08-25 20:29:59 -0700 |
commit | 7950315583244f03a58ac00d7b0516860475914c (patch) | |
tree | 96785007314174fd1d3ffc8ecf8b48cad1908693 /src/mesa/main/arbprogram.h | |
parent | b5ddaf9975f96c46ea3dfb02c4130de5196b238c (diff) |
mesa: Set query->EverBound in glQueryCounter().
glIsQuery is supposed to return false for names returned by glGenQueries
until their first use. BeginQuery is a use, but QueryCounter is also a
use.
From the ARB_timer_query spec:
"A timer query object is created with the command
void QueryCounter(uint id, enum target);
[...] If <id> is an unused query object name, the
name is marked as used [...]"
Fixes Piglit's spec/ARB_timer_query/query-lifetime.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Cc: [email protected]
Diffstat (limited to 'src/mesa/main/arbprogram.h')
0 files changed, 0 insertions, 0 deletions