[Mesa-dev] [PATCH 1/4] mesa: Include R/RG integer textures in _mesa_is_integer_format.

2011-11-11 Thread Eric Anholt
Fixes some spurious GL errors in the upcoming gl-3.0-required-sized-formats piglit test. --- src/mesa/main/image.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index 7d95dd6..d3eaf27 100644 ---

Re: [Mesa-dev] [PATCH 1/4] mesa: Include R/RG integer textures in _mesa_is_integer_format.

2011-11-11 Thread Dave Airlie
On Fri, Nov 11, 2011 at 6:57 PM, Eric Anholt e...@anholt.net wrote: Fixes some spurious GL errors in the upcoming gl-3.0-required-sized-formats piglit test. Reviewed-by: Dave Airlie airl...@redhat.com ---  src/mesa/main/image.c |   12  1 files changed, 12 insertions(+), 0

Re: [Mesa-dev] [PATCH 1/4] mesa: Include R/RG integer textures in _mesa_is_integer_format.

2011-11-11 Thread Kenneth Graunke
On 11/11/2011 10:57 AM, Eric Anholt wrote: Fixes some spurious GL errors in the upcoming gl-3.0-required-sized-formats piglit test. For patch 1, 2, and 4: Reviewed-by: Kenneth Graunke kenn...@whitecape.org Brian's idea for patch 3 sounds reasonable to me, but I don't know what other changes