Re: [Mesa-dev] [PATCH 00/13] Fix llvmpipe on big-endian

2013-05-16 Thread Michel Dänzer
On Don, 2013-05-16 at 10:59 -0400, Adam Jackson wrote: > On Thu, 2013-05-16 at 16:28 +0200, Michel Dänzer wrote: > > On Don, 2013-05-16 at 09:06 -0400, Adam Jackson wrote: > > > This series introduces bytewise formats for framebuffers, and fixes the > > > vector representation on big-endian. No da

Re: [Mesa-dev] [PATCH 00/13] Fix llvmpipe on big-endian

2013-05-16 Thread Adam Jackson
On Thu, 2013-05-16 at 16:28 +0200, Michel Dänzer wrote: > On Don, 2013-05-16 at 09:06 -0400, Adam Jackson wrote: > > This series introduces bytewise formats for framebuffers, and fixes the > > vector representation on big-endian. No damage to piglit on little-endian, > > but fixes a few thousand o

Re: [Mesa-dev] [PATCH 00/13] Fix llvmpipe on big-endian

2013-05-16 Thread Michel Dänzer
On Don, 2013-05-16 at 09:06 -0400, Adam Jackson wrote: > This series introduces bytewise formats for framebuffers, and fixes the > vector representation on big-endian. No damage to piglit on little-endian, > but fixes a few thousand on big-endian, enough to make gnome-shell work > correctly. Nice

[Mesa-dev] [PATCH 00/13] Fix llvmpipe on big-endian

2013-05-16 Thread Adam Jackson
This series introduces bytewise formats for framebuffers, and fixes the vector representation on big-endian. No damage to piglit on little-endian, but fixes a few thousand on big-endian, enough to make gnome-shell work correctly. I've tried to break it up into reviewable chunks, but it probably w