summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_perfcntr.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2019-02-21 22:49:40 -0800
committerKenneth Graunke <[email protected]>2019-03-07 11:39:27 -0800
commit809a81ec3a0b8666ec426a88b86fb133ae5f1bcb (patch)
tree936130b1fc8911cd649e2cec830ea007b0c6acef /src/gallium/drivers/freedreno/freedreno_perfcntr.h
parentfbc51c4c956bb681c52e3163f73051303b24d8b8 (diff)
iris: Properly support alpha and luminance-alpha formats
For texturing, we map alpha formats to the corresponding red format, as many alpha formats are outright missing, and red is more efficient when sampling anyway. When rendering to A8_UNORM, we use that format directly, so the image gets the shader output's .a/.w channel, rather than the .r/.x channel. All other A* formats are non-renderable, so we can't do much and just mark them as unsupported for rendering. Fortunately, GL only requires rendering to A8_UNORM, so that works out. According to Andre Heider and Timur Kristóf, this fixes font rendering in Witcher 1 (via nine). Andre also reported that it fixes Unigine Heaven (presumably via nine). v2: Use the same swizzle for both sampler views and "render targets". BLORP expects the read swizzle, and will take the inverse when setting up the destination swizzle (and actually applying it in the shaders). We ignore the format swizzle when setting up normal rendering SURFACE_STATEs, which is necessary because it would be an illegal shader channel select combination. Thanks to Jason Ekstrand for pointing out that BLORP took an inverse swizzle. Tested-by: Timur Kristóf <[email protected]> Tested-by: Andre Heider <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_perfcntr.h')
0 files changed, 0 insertions, 0 deletions