Skip to content

Add GL_ANGLE_pack_reverse_row_order

Adam Jackson requested to merge ajax/mesa:gl-angle-pack-reverse-row-order into master

This is functionally identical to GL_MESA_pack_invert, but for GLES. Neat.

On the way to doing this I noticed that GL_MESA_pack_invert can probably be enabled unconditionally now, so I went ahead and did that first. I don't have an r100 or a vieux card handy to test with (the only drivers where it wasn't already enabled), but from code inspection it looks like this should just work.

Merge request reports