Skip to content

radeonsi: fix glTexBuffer max size handling

The spec says the number of texels must be clamped to the value of GL_MAX_TEXTURE_BUFFER_SIZE.

Merge request reports