Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-15 Thread michal
Keith Whitwell pisze: > On Tue, 2009-12-08 at 08:16 -0800, Roland Scheidegger wrote: > >> On 08.12.2009 16:49, michal wrote: >> >>> Roland Scheidegger pisze: >>> On 08.12.2009 15:55, michal wrote: > This branch simplifies pipe/p_format.h by making enum

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-15 Thread Keith Whitwell
On Tue, 2009-12-15 at 05:36 -0800, michal wrote: > Keith Whitwell pisze: > > On Tue, 2009-12-08 at 08:16 -0800, Roland Scheidegger wrote: > > > >> On 08.12.2009 16:49, michal wrote: > >> > >>> Roland Scheidegger pisze: > >>> > On 08.12.2009 15:55, michal wrote: > >

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-09 Thread José Fonseca
On Tue, 2009-12-08 at 09:00 -0800, Christoph Bumiller wrote: > michal schrieb: > > This branch simplifies pipe/p_format.h by making enum pipe_format what > > it should have been -- an enum. > > > > ... > > > > I would like to hear from r300 and nouveau guys, as those drivers were > > using some i

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-09 Thread Christoph Bumiller
michal schrieb: > Christoph Bumiller pisze: >> michal schrieb: >> >>> This branch simplifies pipe/p_format.h by making enum pipe_format >>> what it should have been -- an enum. >>> >>> ... >>> >>> I would like to hear from r300 and nouveau guys, as those drivers >>> were using some internal macro

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-08 Thread michal
Christoph Bumiller pisze: > michal schrieb: > >> This branch simplifies pipe/p_format.h by making enum pipe_format what >> it should have been -- an enum. >> >> ... >> >> I would like to hear from r300 and nouveau guys, as those drivers were >> using some internal macros and I weren't 100% sur

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-08 Thread Christoph Bumiller
michal schrieb: > This branch simplifies pipe/p_format.h by making enum pipe_format what > it should have been -- an enum. > > ... > > I would like to hear from r300 and nouveau guys, as those drivers were > using some internal macros and I weren't 100% sure I got the conversion > right. > Hi

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-08 Thread José Fonseca
On Tue, 2009-12-08 at 08:33 -0800, Younes Manton wrote: > On Tue, Dec 8, 2009 at 9:55 AM, michal wrote: > > This branch simplifies pipe/p_format.h by making enum pipe_format what > > it should have been -- an enum. > > > > As a result there is no extra information encoded in it and one needs to >

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-08 Thread Younes Manton
On Tue, Dec 8, 2009 at 9:55 AM, michal wrote: > This branch simplifies pipe/p_format.h by making enum pipe_format what > it should have been -- an enum. > > As a result there is no extra information encoded in it and one needs to > use auxiliary/util/u_format.h to get that info instead. Linking to

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-08 Thread Keith Whitwell
On Tue, 2009-12-08 at 08:16 -0800, Roland Scheidegger wrote: > On 08.12.2009 16:49, michal wrote: > > Roland Scheidegger pisze: > >> On 08.12.2009 15:55, michal wrote: > >> > >>> This branch simplifies pipe/p_format.h by making enum pipe_format what > >>> it should have been -- an enum. > >>> >

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-08 Thread Roland Scheidegger
On 08.12.2009 16:49, michal wrote: > Roland Scheidegger pisze: >> On 08.12.2009 15:55, michal wrote: >> >>> This branch simplifies pipe/p_format.h by making enum pipe_format what >>> it should have been -- an enum. >>> >>> As a result there is no extra information encoded in it and one needs to

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-08 Thread José Fonseca
On Tue, 2009-12-08 at 07:49 -0800, michal wrote: > Roland Scheidegger pisze: > > On 08.12.2009 15:55, michal wrote: > > > >> This branch simplifies pipe/p_format.h by making enum pipe_format what > >> it should have been -- an enum. > >> > >> As a result there is no extra information encoded in

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-08 Thread michal
Roland Scheidegger pisze: > On 08.12.2009 15:55, michal wrote: > >> This branch simplifies pipe/p_format.h by making enum pipe_format what >> it should have been -- an enum. >> >> As a result there is no extra information encoded in it and one needs to >> use auxiliary/util/u_format.h to get t

Re: [Mesa3d-dev] Branch pipe-format-simplify open for review

2009-12-08 Thread Roland Scheidegger
On 08.12.2009 15:55, michal wrote: > This branch simplifies pipe/p_format.h by making enum pipe_format what > it should have been -- an enum. > > As a result there is no extra information encoded in it and one needs to > use auxiliary/util/u_format.h to get that info instead. Linking to the > a