commit | ce7a5d8794831732127632ee60531b81f444625e | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Aug 07 09:55:07 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Aug 07 09:55:07 2013 -0700 |
tree | 323001b875e659b864019d3caf6900a74984b9b5 | |
parent | cb61dcf2ce63c31b1d8d6aad78cd2602ba883925 [diff] |
gl-renderer: Test for GL_EXT_unpack_subimage not GL_UNPACK_ROW_LENGTH It is defined by the mesa #include, which is just a copy of the official Khronos header. It's just defined in a different section than the extension tokens. In the mean time, the extension tokens were renamed to add a _EXT suffix (eg GL_UNPACK_ROW_LENGTH -> GL_UNPACK_ROW_LENGTH_EXT) and we silently failed to used the subimage extension.