Skip to content

mesa: remove GL_UNSIGNED_BYTE as supported for snorm reads

Tapani Pälli requested to merge tpalli/mesa:snorm_change into main

What does this MR do and why?

mesa: remove GL_UNSIGNED_BYTE as supported for snorm reads

UNSIGNED_BYTE should not be allowed for reading snorm color buffers.

Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports