Re: [Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-12-12 Thread Jose Fonseca
- Original Message - > On Mon, Dec 12, 2011 at 8:20 AM, Jose Fonseca > wrote: > > - Original Message - > >> On Mon, Dec 12, 2011 at 2:10 PM, Jose Fonseca > >> > >> wrote: > >> > > >> > > >> > - Original Message - > >> >> On Mon, Dec 12, 2011 at 1:24 PM, Jose Fonseca > >>

Re: [Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-12-12 Thread Brian Paul
On Mon, Dec 12, 2011 at 8:20 AM, Jose Fonseca wrote: > - Original Message - >> On Mon, Dec 12, 2011 at 2:10 PM, Jose Fonseca >> wrote: >> > >> > >> > - Original Message - >> >> On Mon, Dec 12, 2011 at 1:24 PM, Jose Fonseca >> >> >> >> wrote: >> >> > I saw this email yesterday, bu

Re: [Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-12-12 Thread Jose Fonseca
- Original Message - > On Mon, Dec 12, 2011 at 2:10 PM, Jose Fonseca > wrote: > > > > > > - Original Message - > >> On Mon, Dec 12, 2011 at 1:24 PM, Jose Fonseca > >> > >> wrote: > >> > I saw this email yesterday, but did not have time to reply. > >> > > >> > - Original Messag

Re: [Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-12-12 Thread Marek Olšák
On Mon, Dec 12, 2011 at 2:10 PM, Jose Fonseca wrote: > > > - Original Message - >> On Mon, Dec 12, 2011 at 1:24 PM, Jose Fonseca >> wrote: >> > I saw this email yesterday, but did not have time to reply. >> > >> > - Original Message - >> >> On Mon, Nov 21, 2011 at 6:52 PM, Eric An

Re: [Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-12-12 Thread Jose Fonseca
- Original Message - > On Mon, Dec 12, 2011 at 1:24 PM, Jose Fonseca > wrote: > > I saw this email yesterday, but did not have time to reply. > > > > - Original Message - > >> On Mon, Nov 21, 2011 at 6:52 PM, Eric Anholt > >> wrote: > >> > On Sun, 20 Nov 2011 15:08:55 +0100, Mar

Re: [Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-12-12 Thread Marek Olšák
On Mon, Dec 12, 2011 at 1:24 PM, Jose Fonseca wrote: > I saw this email yesterday, but did not have time to reply. > > - Original Message - >> On Mon, Nov 21, 2011 at 6:52 PM, Eric Anholt wrote: >> > On Sun, 20 Nov 2011 15:08:55 +0100, Marek Olšák >> > wrote: >> >> unpack_float_z_Z24_X8

Re: [Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-12-12 Thread Jose Fonseca
I saw this email yesterday, but did not have time to reply. - Original Message - > On Mon, Nov 21, 2011 at 6:52 PM, Eric Anholt wrote: > > On Sun, 20 Nov 2011 15:08:55 +0100, Marek Olšák > > wrote: > >> unpack_float_z_Z24_X8 fails with -O2 in: > >> - fbo-blit-d24s8 > >> - fbo-depth-sampl

Re: [Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-12-11 Thread Brian Paul
On Sun, Dec 11, 2011 at 8:46 AM, Marek Olšák wrote: > On Mon, Nov 21, 2011 at 6:52 PM, Eric Anholt wrote: >> On Sun, 20 Nov 2011 15:08:55 +0100, Marek Olšák wrote: >>> unpack_float_z_Z24_X8 fails with -O2 in: >>> - fbo-blit-d24s8 >>> - fbo-depth-sample-compare >>> - fbo-readpixels-depth-formats

Re: [Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-12-11 Thread Marek Olšák
On Mon, Nov 21, 2011 at 6:52 PM, Eric Anholt wrote: > On Sun, 20 Nov 2011 15:08:55 +0100, Marek Olšák wrote: >> unpack_float_z_Z24_X8 fails with -O2 in: >> - fbo-blit-d24s8 >> - fbo-depth-sample-compare >> - fbo-readpixels-depth-formats >> - glean/depthStencil >> >> With -O0, it works fine. >> >>

Re: [Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-11-21 Thread Eric Anholt
On Sun, 20 Nov 2011 15:08:55 +0100, Marek Olšák wrote: > unpack_float_z_Z24_X8 fails with -O2 in: > - fbo-blit-d24s8 > - fbo-depth-sample-compare > - fbo-readpixels-depth-formats > - glean/depthStencil > > With -O0, it works fine. > > I am removing all the assertions. There's not much point in h

Re: [Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-11-21 Thread Brian Paul
On 11/20/2011 07:08 AM, Marek Olšák wrote: unpack_float_z_Z24_X8 fails with -O2 in: - fbo-blit-d24s8 - fbo-depth-sample-compare - fbo-readpixels-depth-formats - glean/depthStencil With -O0, it works fine. I am removing all the assertions. There's not much point in having them, is there? --- s

[Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-11-20 Thread Marek Olšák
unpack_float_z_Z24_X8 fails with -O2 in: - fbo-blit-d24s8 - fbo-depth-sample-compare - fbo-readpixels-depth-formats - glean/depthStencil With -O0, it works fine. I am removing all the assertions. There's not much point in having them, is there? --- src/mesa/main/format_unpack.c |8