Re: [Mesa3d-dev] Gallium format swizzles (Was: util: fix swizzles in the format table for 8-bits-per-channel formats)

2010-02-24 Thread José Fonseca
On Tue, 2010-02-23 at 09:20 -0800, José Fonseca wrote: > On Mon, 2010-02-22 at 06:34 -0800, José Fonseca wrote: > > On Sun, 2010-02-21 at 06:40 -0800, Marek Olšák wrote: > > > Hi José, > > > > > > the attached patch fixes incorrect swizzles in u_format.csv. There are > > > basically just 2 drivers

Re: [Mesa3d-dev] Gallium format swizzles (Was: util: fix swizzles in the format table for 8-bits-per-channel formats)

2010-02-23 Thread Marek Olšák
I am basically ok with anything that would let me correctly convert the format description into hardware-specific bits with *no* workarounds (for both vertex data and samplers). On Tue, Feb 23, 2010 at 6:20 PM, José Fonseca wrote: > On Mon, 2010-02-22 at 06:34 -0800, José Fonseca wrote: > > On S

Re: [Mesa3d-dev] Gallium format swizzles (Was: util: fix swizzles in the format table for 8-bits-per-channel formats)

2010-02-23 Thread José Fonseca
On Tue, 2010-02-23 at 12:27 -0800, Brian Paul wrote: > José Fonseca wrote: > > On Mon, 2010-02-22 at 06:34 -0800, José Fonseca wrote: > >> On Sun, 2010-02-21 at 06:40 -0800, Marek Olšák wrote: > >>> Hi José, > >>> > >>> the attached patch fixes incorrect swizzles in u_format.csv. There are > >>> ba

Re: [Mesa3d-dev] Gallium format swizzles (Was: util: fix swizzles in the format table for 8-bits-per-channel formats)

2010-02-23 Thread Corbin Simpson
I'm one of those wierdos that always thinks in rgba, strq, xyzw, order, but I guess we should go with what's popular... Posting from a mobile, pardon my terseness. ~ C. On Feb 23, 2010 12:28 PM, "Brian Paul" wrote: José Fonseca wrote: > On Mon, 2010-02-22 at 06:34 -0800, José Fonseca wrote: >>

Re: [Mesa3d-dev] Gallium format swizzles (Was: util: fix swizzles in the format table for 8-bits-per-channel formats)

2010-02-23 Thread Brian Paul
José Fonseca wrote: > On Mon, 2010-02-22 at 06:34 -0800, José Fonseca wrote: >> On Sun, 2010-02-21 at 06:40 -0800, Marek Olšák wrote: >>> Hi José, >>> >>> the attached patch fixes incorrect swizzles in u_format.csv. There are >>> basically just 2 drivers which depend on the swizzles in this table:

[Mesa3d-dev] Gallium format swizzles (Was: util: fix swizzles in the format table for 8-bits-per-channel formats)

2010-02-23 Thread José Fonseca
On Mon, 2010-02-22 at 06:34 -0800, José Fonseca wrote: > On Sun, 2010-02-21 at 06:40 -0800, Marek Olšák wrote: > > Hi José, > > > > the attached patch fixes incorrect swizzles in u_format.csv. There are > > basically just 2 drivers which depend on the swizzles in this table: > > llvmpipe and r300g