Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-28 Thread Chia-I Wu
On Tue, Feb 28, 2012 at 1:55 AM, Ian Romanick wrote: > On 02/23/2012 11:52 AM, Chad Versace wrote: >> >> On 02/23/2012 12:52 AM, Ian Romanick wrote: >>> >>> On 02/22/2012 04:06 PM, Chad Versace wrote: On 02/22/2012 02:22 PM, Ian Romanick wrote: > > On 02/22/2012 02:17 PM, Paul Be

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-27 Thread Ian Romanick
On 02/23/2012 11:52 AM, Chad Versace wrote: On 02/23/2012 12:52 AM, Ian Romanick wrote: On 02/22/2012 04:06 PM, Chad Versace wrote: On 02/22/2012 02:22 PM, Ian Romanick wrote: On 02/22/2012 02:17 PM, Paul Berry wrote: Is there any good reason why we don't automatically generate files like enu

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-23 Thread Chad Versace
On 02/23/2012 12:52 AM, Ian Romanick wrote: > On 02/22/2012 04:06 PM, Chad Versace wrote: >> On 02/22/2012 02:22 PM, Ian Romanick wrote: >>> On 02/22/2012 02:17 PM, Paul Berry wrote: Is there any good reason why we don't automatically generate files like enum.c as part of the mesa build p

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-23 Thread Ian Romanick
On 02/22/2012 04:14 PM, Paul Berry wrote: On 22 February 2012 16:06, Chad Versace mailto:chad.vers...@linux.intel.com>> wrote: On 02/22/2012 02:22 PM, Ian Romanick wrote: > On 02/22/2012 02:17 PM, Paul Berry wrote: >> On 22 February 2012 13:52, Ian Romanick mailto:i...@freedesktop.

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-23 Thread Ian Romanick
On 02/22/2012 04:06 PM, Chad Versace wrote: On 02/22/2012 02:22 PM, Ian Romanick wrote: On 02/22/2012 02:17 PM, Paul Berry wrote: On 22 February 2012 13:52, Ian Romanickmailto:i...@freedesktop.org>> wrote: On 02/22/2012 01:41 PM, Paul Berry wrote: From http://www.ope

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-22 Thread Chad Versace
On 02/22/2012 04:29 PM, Kenneth Graunke wrote: > On 02/22/2012 04:06 PM, Chad Versace wrote: >> On 02/22/2012 02:22 PM, Ian Romanick wrote: >>> On 02/22/2012 02:17 PM, Paul Berry wrote: On 22 February 2012 13:52, Ian Romanick>>> > wrote: On 02/22/20

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-22 Thread Kenneth Graunke
On 02/22/2012 04:06 PM, Chad Versace wrote: On 02/22/2012 02:22 PM, Ian Romanick wrote: On 02/22/2012 02:17 PM, Paul Berry wrote: On 22 February 2012 13:52, Ian Romanickmailto:i...@freedesktop.org>> wrote: On 02/22/2012 01:41 PM, Paul Berry wrote: From http://www.ope

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-22 Thread Paul Berry
On 22 February 2012 14:22, Ian Romanick wrote: > On 02/22/2012 02:17 PM, Paul Berry wrote: > >> On 22 February 2012 13:52, Ian Romanick > > wrote: >> >>On 02/22/2012 01:41 PM, Paul Berry wrote: >> >> From >>http://www.opengl.org/__**registry/specs

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-22 Thread Paul Berry
On 22 February 2012 16:06, Chad Versace wrote: > On 02/22/2012 02:22 PM, Ian Romanick wrote: > > On 02/22/2012 02:17 PM, Paul Berry wrote: > >> On 22 February 2012 13:52, Ian Romanick >> > wrote: > >> > >> On 02/22/2012 01:41 PM, Paul Berry wrote: > >> > >>

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-22 Thread Chad Versace
On 02/22/2012 02:22 PM, Ian Romanick wrote: > On 02/22/2012 02:17 PM, Paul Berry wrote: >> On 22 February 2012 13:52, Ian Romanick > > wrote: >> >> On 02/22/2012 01:41 PM, Paul Berry wrote: >> >> From >> http://www.opengl.org/__registry/specs/ARB/s

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-22 Thread Corbin Simpson
On Wed, Feb 22, 2012 at 2:22 PM, Ian Romanick wrote: > 3. Several of the scripts take a really, really long time to run.  I'm not > eager to add a few minutes to my clean-build times. Someday, when I have time, I'll fix this. Maybe during PyCon. I really regret having been too busy with work to k

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-22 Thread Ian Romanick
On 02/22/2012 02:17 PM, Paul Berry wrote: On 22 February 2012 13:52, Ian Romanick mailto:i...@freedesktop.org>> wrote: On 02/22/2012 01:41 PM, Paul Berry wrote: From http://www.opengl.org/__registry/specs/ARB/seamless___cube_map.txt

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-22 Thread Paul Berry
On 22 February 2012 13:52, Ian Romanick wrote: > On 02/22/2012 01:41 PM, Paul Berry wrote: > >> From >> http://www.opengl.org/**registry/specs/ARB/seamless_**cube_map.txt >> : >> >> Accepted by the parameter of Enable, Disable

Re: [Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-22 Thread Ian Romanick
On 02/22/2012 01:41 PM, Paul Berry wrote: From http://www.opengl.org/registry/specs/ARB/seamless_cube_map.txt: Accepted by the parameter of Enable, Disable and IsEnabled, and by the parameter of GetBooleanv, GetIntegerv, GetFloatv and GetDoublev: TEXTURE_CUBE_MAP_SEAMLESS

[Mesa-dev] [PATCH] glapi: Fix incorrect enum value.

2012-02-22 Thread Paul Berry
>From http://www.opengl.org/registry/specs/ARB/seamless_cube_map.txt: Accepted by the parameter of Enable, Disable and IsEnabled, and by the parameter of GetBooleanv, GetIntegerv, GetFloatv and GetDoublev: TEXTURE_CUBE_MAP_SEAMLESS 0x884F --- src/mapi/glapi/ge