pan/mdg: Handle GLSL_SAMPLER_DIM_MS
Same as 2D. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5782>
This commit is contained in:
committed by
Marge Bot
parent
d624118cc9
commit
a2748d4796
@@ -1931,6 +1931,7 @@ midgard_tex_format(enum glsl_sampler_dim dim)
|
||||
return MALI_TEX_1D;
|
||||
|
||||
case GLSL_SAMPLER_DIM_2D:
|
||||
case GLSL_SAMPLER_DIM_MS:
|
||||
case GLSL_SAMPLER_DIM_EXTERNAL:
|
||||
case GLSL_SAMPLER_DIM_RECT:
|
||||
return MALI_TEX_2D;
|
||||
|
||||
Reference in New Issue
Block a user