Skip to content

st/mesa: Map MESA_FORMAT_RGB_UNORM8 <-> PIPE_FORMAT_R8G8B8_UNORM

Kenneth Graunke requested to merge kwg/mesa:rgb-pbo into master

This is useful for PBO texture upload with GL_RGB and GL_UNSIGNED_BYTE.

Merge request reports