on G965 and GM965 occlusion query doesn't return the correct number of smaples that passed depth test it works for non-dri mode.
Created attachment 11251 [details] test case this is a simple test case you can also found this issue by: ./glean -r result -t occluQry
I can not reproduce on my GM965 machine with the attached program
on my G965 machine, I got results like following: number of samples passed depth test = 134758680 should be 900 but in non-DRI mode, it gets: number of samples passed depth test = 900 should be 900
seems commit(be3099f26547f48066bbdd7a36578b54da9170b4) brings in this issue
fixed in mesa commit 395b3bf6f95b35a84a74d4baf7e04bc67cf3771c
verified on both 32bit and 64bit
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.