Skip to content

mesa: pixelstore fixes

Erik Faye-Lund requested to merge kusma/mesa:pixelstore-cleanup into master

Here's a few minor patches to extension handling in pixelstore.c

The first patch fixes a bug where we accidentally accepted enums for a GLESv2 extension in GLESv1. The second one is just a minor cleanup in case we ever decide to widen the scope of MESA_pack_invert.

Merge request reports