Re: [Mesa-dev] [PATCH] intel: Fix size of temporary etc1 buffer

2012-09-28 Thread Tapani Pälli
On 09/25/2012 10:02 PM, Chad Versace wrote: > On 09/21/2012 03:18 AM, Tapani Pälli wrote: >> Hello; >> >> On 09/20/2012 11:01 PM, Chad Versace wrote: >>> Adding Tapani to the CC list. Removing Oliver. >>> >>> On 09/20/2012 09:55 PM, Chad Versace wrote: Fixes valgrind errors in piglit test

Re: [Mesa-dev] [PATCH] intel: Fix size of temporary etc1 buffer (v2)

2012-09-25 Thread Eric Anholt
Chad Versace writes: > Fixes valgrind errors in piglit test > oes_compressed_etc1_rgb8_texture-miptree: an invalid write in > _mesa_store_compressed_store_texsubimage() at line 4406 and invalid reads > in texcompress_etc_tmp.h:etc1_parse_block(). > > The calculation of the size of the temporary e

Re: [Mesa-dev] [PATCH] intel: Fix size of temporary etc1 buffer

2012-09-25 Thread Chad Versace
On 09/21/2012 03:18 AM, Tapani Pälli wrote: > Hello; > > On 09/20/2012 11:01 PM, Chad Versace wrote: >> Adding Tapani to the CC list. Removing Oliver. >> >> On 09/20/2012 09:55 PM, Chad Versace wrote: >>> Fixes valgrind errors in piglit test >>> oes_compressed_etc1_rgb8_texture-miptree: an invalid

Re: [Mesa-dev] [PATCH] intel: Fix size of temporary etc1 buffer

2012-09-25 Thread Chad Versace
On 09/21/2012 02:46 AM, Eric Anholt wrote: > Chad Versace writes: > >> Fixes valgrind errors in piglit test >> oes_compressed_etc1_rgb8_texture-miptree: an invalid write in >> _mesa_store_compressed_store_texsubimage() at line 4406 and invalid reads >> in texcompress_etc_tmp.h:etc1_parse_block().

[Mesa-dev] [PATCH] intel: Fix size of temporary etc1 buffer (v2)

2012-09-25 Thread Chad Versace
Fixes valgrind errors in piglit test oes_compressed_etc1_rgb8_texture-miptree: an invalid write in _mesa_store_compressed_store_texsubimage() at line 4406 and invalid reads in texcompress_etc_tmp.h:etc1_parse_block(). The calculation of the size of the temporary etc1 buffer allocated by intel_mipt

Re: [Mesa-dev] [PATCH] intel: Fix size of temporary etc1 buffer

2012-09-21 Thread Tapani Pälli
Hello; On 09/20/2012 11:01 PM, Chad Versace wrote: > Adding Tapani to the CC list. Removing Oliver. > > On 09/20/2012 09:55 PM, Chad Versace wrote: >> Fixes valgrind errors in piglit test >> oes_compressed_etc1_rgb8_texture-miptree: an invalid write in >> _mesa_store_compressed_store_texsubimage(

Re: [Mesa-dev] [PATCH] intel: Fix size of temporary etc1 buffer

2012-09-21 Thread Eric Anholt
Chad Versace writes: > Fixes valgrind errors in piglit test > oes_compressed_etc1_rgb8_texture-miptree: an invalid write in > _mesa_store_compressed_store_texsubimage() at line 4406 and invalid reads > in texcompress_etc_tmp.h:etc1_parse_block(). > > The calculation of the size of the temporary e

Re: [Mesa-dev] [PATCH] intel: Fix size of temporary etc1 buffer

2012-09-20 Thread Chad Versace
Adding Tapani to the CC list. Removing Oliver. On 09/20/2012 09:55 PM, Chad Versace wrote: > Fixes valgrind errors in piglit test > oes_compressed_etc1_rgb8_texture-miptree: an invalid write in > _mesa_store_compressed_store_texsubimage() at line 4406 and invalid reads > in texcompress_etc_tmp.h:e

[Mesa-dev] [PATCH] intel: Fix size of temporary etc1 buffer

2012-09-20 Thread Chad Versace
Fixes valgrind errors in piglit test oes_compressed_etc1_rgb8_texture-miptree: an invalid write in _mesa_store_compressed_store_texsubimage() at line 4406 and invalid reads in texcompress_etc_tmp.h:etc1_parse_block(). The calculation of the size of the temporary etc1 buffer allocated by intel_mipt