mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 09:10:11 +01:00
tu: fix workaround for depth bounds test without depth test
Fixes: bb4db22ff4
("turnip: apply workaround for depth bounds test without depth test")
Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14390>
This commit is contained in:
parent
07bc6b7ed9
commit
fe9c9ec83f
1 changed files with 0 additions and 1 deletions
|
|
@ -501,7 +501,6 @@ void
|
||||||
tu6_apply_depth_bounds_workaround(struct tu_device *device,
|
tu6_apply_depth_bounds_workaround(struct tu_device *device,
|
||||||
uint32_t *rb_depth_cntl)
|
uint32_t *rb_depth_cntl)
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
if (!device->physical_device->info->a6xx.depth_bounds_require_depth_test_quirk)
|
if (!device->physical_device->info->a6xx.depth_bounds_require_depth_test_quirk)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue