mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 02:50:16 +01:00
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:
parent
d624118cc9
commit
a2748d4796
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue