softpipe: can't no-op depth test stage when occlusion query is enabled
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=31479
This commit is contained in:
@@ -860,6 +860,7 @@ choose_depth_test(struct quad_stage *qs,
|
||||
/* look for special cases */
|
||||
if (!alpha &&
|
||||
!depth &&
|
||||
!occlusion &&
|
||||
!stencil) {
|
||||
qs->run = depth_noop;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user