Re: [Mesa-dev] glPixelStorei parameters in core profile

2014-07-13 Thread Dave Airlie
Oops ignore me, I just read the GLES manpage by accident!. Thanks Chris. Dave. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] glPixelStorei parameters in core profile

2014-07-13 Thread Dave Airlie
Hey, So it looks like in core GL profile glPixelStorei can only accept GL_PACK_ALIGNMENT and GL_UNPACK_ALIGNMENT, however I can't see where we enforce this in mesa? Am I missing something to do we just not do this, it appears we check is_desktop_gl, but that doesn't seem to cover it. Dave. _