Re: [Mesa-dev] [PATCH] r600g: get and use backends mask for occlusion queries

2011-07-10 Thread Alex Deucher
On Sun, Jul 10, 2011 at 4:31 PM, Vadim Girlin wrote: > This patch uses ZPASS_DONE counters to get the mask on context creation, > then uses it for query buffer initialization. > > Signed-off-by: Vadim Girlin > --- > > Probably it's not the best way, but i hope it should be more reliable than > th

[Mesa-dev] [PATCH] r600g: get and use backends mask for occlusion queries

2011-07-10 Thread Vadim Girlin
This patch uses ZPASS_DONE counters to get the mask on context creation, then uses it for query buffer initialization. Signed-off-by: Vadim Girlin --- Probably it's not the best way, but i hope it should be more reliable than the current implementation. I've tested it with the juniper card whic