Skip to content
Snippets Groups Projects
Commit fe9c9ec8 authored by Danylo Piliaiev's avatar Danylo Piliaiev :flag_ua: Committed by Marge Bot
Browse files

tu: fix workaround for depth bounds test without depth test


Fixes: bb4db22f

("turnip: apply workaround for depth bounds test without depth test")

Signed-off-by: default avatarDanylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <mesa/mesa!14390>
parent 07bc6b7e
No related branches found
No related tags found
No related merge requests found
......@@ -501,7 +501,6 @@ void
tu6_apply_depth_bounds_workaround(struct tu_device *device,
uint32_t *rb_depth_cntl)
{
return;
if (!device->physical_device->info->a6xx.depth_bounds_require_depth_test_quirk)
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment