On 06/15/2012 04:07 PM, Chad Versace wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1I want to cherry-pick a short series of 3 to 8.0, but want to check others if they suspect any problems with the series. If no one responds by Monday morning, I'll cherry-pick it then. You can view the series at http://cgit.freedesktop.org/~chadversary/mesa/log/?h=8.0-bug-46431 Patches 1 and 2 fix Bug 46431 - [bisected i965] piglit spec/EXT_texture_integer/api-teximage fails on mesa 8.0 https://bugs.freedesktop.org/show_bug.cgi?id=46431 Patch 3 is related to 1 and 2. It adds a missing enum to a switch. - ---------------------------------------------------------------- Brian Paul (2): mesa: new _mesa_error_check_format_and_type() function mesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV case Marek Olšák (1): mesa: allow exposing GL3 without EXT_texture_integer src/mesa/main/fbobject.c | 16 ++-- src/mesa/main/image.c | 221 +++++++++++++++++++++++++++++++------------ src/mesa/main/image.h | 6 +- src/mesa/main/readpix.c | 9 +- src/mesa/main/texformat.c | 10 +- src/mesa/main/texgetimage.c | 16 ++-- src/mesa/main/teximage.c | 39 ++++---- src/mesa/main/version.c | 1 - 8 files changed, 216 insertions(+), 102 deletions(-)
Looks OK to me. This code has been on master for a while w/out problems. -Brian _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
