Files
mesa/src
Kenneth Graunke 8a29086285 blorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPELESS rendering.
The hardware doesn't support rendering to R24_UNORM_X8_TYPELESS, so
Jason decided to fake it with a bit of shader math and R32_UNORM RTs.

The only problem is that R32_UNORM isn't renderable either...so we've
just traded one bad format for another.

This patch makes us use R32_UINT instead.

Fixes: 804856fa57 (intel/blorp: Handle more exotic destination formats)
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2018-08-11 12:33:27 -07:00
..
2018-08-10 15:15:09 -07:00
2018-08-10 15:15:09 -07:00
2018-08-10 15:15:09 -07:00
2018-08-10 15:15:09 -07:00
2018-02-16 16:56:34 -06:00
2018-08-02 12:53:58 +01:00
2018-08-10 15:15:09 -07:00
2018-08-10 15:15:09 -07:00
2018-08-10 15:15:09 -07:00
2017-10-09 13:42:44 -07:00
2018-08-10 15:15:09 -07:00