Skip to content

WIP: vrend: correctly override APLHA mode depth texture swizzles

In alpha mode we obtain a {0,0,0,R} swizzle, but the actual texture read should return {R,0,0,1}, so fix this.

Signed-off-by: Gert Wollny gert.wollny@collabora.com

Edited by Gert Wollny

Merge request reports