freedreno/a5xx: hack for r8g8b8a8_snorm
authorRob Clark <robdclark@gmail.com>
Sun, 23 Apr 2017 16:40:15 +0000 (12:40 -0400)
committerRob Clark <robdclark@gmail.com>
Sun, 23 Apr 2017 17:03:25 +0000 (13:03 -0400)
commit0012a98c0eed9e9641bdb09908e914cf1ae25f8a
treeb3e08658db6f3c96cfa4a7ec1c87e3c900659e2c
parentc21fc881edd32de80d21751221dc67f98accf1b0
freedreno/a5xx: hack for r8g8b8a8_snorm

Blob won't render to this format, and sampling from it it uses the same
fmt value for r8g8b8_snorm and r8g8b8a8_snorm.  But this is what is what
blocks us from jumping from gl30/gles20 to gl31/gles30.  So a hack it
is!

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a5xx/fd5_format.c