Fixes piglit test spec/EXT_texture_integer/texture_integer_glsl130 on Sandybridge.
Signed-off-by: Kenneth Graunke <kenn...@whitecape.org> --- src/mesa/main/pack.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c index 2933ff6..21096f9 100644 --- a/src/mesa/main/pack.c +++ b/src/mesa/main/pack.c @@ -3778,6 +3778,7 @@ _mesa_unpack_color_span_float( struct gl_context *ctx, srcFormat == GL_GREEN_INTEGER_EXT || srcFormat == GL_BLUE_INTEGER_EXT || srcFormat == GL_ALPHA_INTEGER_EXT || + srcFormat == GL_RG_INTEGER || srcFormat == GL_RGB_INTEGER_EXT || srcFormat == GL_RGBA_INTEGER_EXT || srcFormat == GL_BGR_INTEGER_EXT || -- 1.7.8.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev