Re: [PATCH] glx: Add _glapi_create_table_from_handle

2011-06-28 Thread Jon TURNEY
On 27/06/2011 18:38, Jeremy Huddleston wrote: Those bits in the NoOp stub can be left out on Win32 (or you can tell me the Win32 way of figuring that out). It's just used to provide extra info to give a hint as to which call was unimplemented. Looking at this a bit more I notice that we

Re: [PATCH] glx: Add _glapi_create_table_from_handle

2011-06-28 Thread Jeremy Huddleston
Thanks. It's in the pull request I just sent. The generator script is in mesa, so I'll try to figure this out in mesa as well. --Jeremy On Jun 28, 2011, at 6:24 AM, Jon TURNEY wrote: On 27/06/2011 18:38, Jeremy Huddleston wrote: Those bits in the NoOp stub can be left out on Win32 (or you

Re: [PATCH] glx: Add _glapi_create_table_from_handle

2011-06-27 Thread Jon TURNEY
On 14/06/2011 21:34, Jeremy Huddleston wrote: _glapi_create_table_from_handle was recently added to mesa to ease creation of a _glapi_table. This commit brings this API over to xserver for use in XQuartz (next commit). The API was generated with scripts from current mesa followed by various

Re: [PATCH] glx: Add _glapi_create_table_from_handle

2011-06-27 Thread Colin Harrison
Hi, I just leave glapi_gentable.c out of my xserver build. Thanks, Colin Harrison ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] glx: Add _glapi_create_table_from_handle

2011-06-27 Thread Jeremy Huddleston
Those bits in the NoOp stub can be left out on Win32 (or you can tell me the Win32 way of figuring that out). It's just used to provide extra info to give a hint as to which call was unimplemented. This should remove that functionality from Win32. diff --git a/glx/glapi_gentable.c

[PATCH] glx: Add _glapi_create_table_from_handle

2011-06-14 Thread Jeremy Huddleston
_glapi_create_table_from_handle was recently added to mesa to ease creation of a _glapi_table. This commit brings this API over to xserver for use in XQuartz (next commit). The API was generated with scripts from current mesa followed by various script-foo to remove entries that are not in the