Re: [Mesa-dev] [PATCH 06/17] mesa: Finish the pixel packing for integer.

2012-01-20 Thread Brian Paul
On 01/20/2012 04:39 PM, Eric Anholt wrote: This fixes intel oglconform's int-textures basic.getteximage and basic.clamping.uint, and improves many aborts due to memory corruption into being just rendering failures. No piglit tests for it currently. NOTE: This is a candidate for the 8.0 branch.

[Mesa-dev] [PATCH 06/17] mesa: Finish the pixel packing for integer.

2012-01-20 Thread Eric Anholt
This fixes intel oglconform's int-textures basic.getteximage and basic.clamping.uint, and improves many aborts due to memory corruption into being just rendering failures. No piglit tests for it currently. NOTE: This is a candidate for the 8.0 branch. --- src/mesa/main/pack.c | 119