Skip to content

freedreno: a2xx: Handle samplerExternalOES like sampler2D

Marek Vasut requested to merge marex/mesa:a2xx-externaloes into main

There should be no difference in handling these two samplers, handle GLSL_SAMPLER_DIM_EXTERNAL just like GLSL_SAMPLER_DIM_2D to fix "unimplemented sampler 6" error in case someone tries to use samplerExternalOES in shader program.

Edited by Marek Vasut

Merge request reports