Skip to content

More texture upload fixes

Matthias Clasen requested to merge fix-texture-upload-more into master

In some cases, with bpp == 3 and a rowstride that is divisible by 4, we were passing invalid parameters to GL.

Fixes: #3198 (closed)

Merge request reports