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: This branch simplifies

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 macros and I weren't 100% sure

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 internal macros

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

2009-12-08 Thread michal
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 auxiliary/util lib is necessary. Please review

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

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 it and one

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 use

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. As a result there

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 mic...@vmware.com 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

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 mic...@vmware.com 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

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 ! In

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% sure I got the