mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 11:50:09 +01:00
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:
parent
5b6ec5a553
commit
61ea76c8da
1 changed files with 1 additions and 0 deletions
|
|
@ -860,6 +860,7 @@ choose_depth_test(struct quad_stage *qs,
|
|||
/* look for special cases */
|
||||
if (!alpha &&
|
||||
!depth &&
|
||||
!occlusion &&
|
||||
!stencil) {
|
||||
qs->run = depth_noop;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue