Re: [Mesa-dev] [PATCH 02/10] mesa: add ARB_tessellation_shader boolean and constants

2010-09-06 Thread Zack Rusin
On Monday 06 September 2010 11:25:31 Luca Barbieri wrote: > On Mon, Sep 6, 2010 at 4:45 PM, Zack Rusin wrote: > > Maybe lets skip this and other tessellation patches until we have code > > that actually does something. It's just going to be confusing to have > > not finished (or really "not starte

Re: [Mesa-dev] [PATCH 02/10] mesa: add ARB_tessellation_shader boolean and constants

2010-09-06 Thread Luca Barbieri
On Mon, Sep 6, 2010 at 4:45 PM, Zack Rusin wrote: > Maybe lets skip this and other tessellation patches until we have code that > actually does something. It's just going to be confusing to have not finished > (or really "not started" =) ) code that doesn't do anything. The idea is that having it

Re: [Mesa-dev] [PATCH 02/10] mesa: add ARB_tessellation_shader boolean and constants

2010-09-06 Thread Zack Rusin
Maybe lets skip this and other tessellation patches until we have code that actually does something. It's just going to be confusing to have not finished (or really "not started" =) ) code that doesn't do anything. Also in terms of naming, I severely dislike abbreviations because code tends to

[Mesa-dev] [PATCH 02/10] mesa: add ARB_tessellation_shader boolean and constants

2010-09-05 Thread Luca Barbieri
--- src/mesa/main/extensions.c |1 + src/mesa/main/mtypes.h |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 50b97f5..2ab3801 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@