[PATCH] glx: Add _glapi_create_table_from_handle

Jon TURNEY jon.turney at dronecode.org.uk
Mon Jun 27 07:05:12 PDT 2011


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
> script-foo to remove entries that are not in the server and add those which
> are still in the server but not in mesa (CullParameterdvEXT and
> CullParameterfvEXT)
>
> Signed-off-by: Jeremy Huddleston<jeremyhu at apple.com>
>
> Probably too big for the list, so see it here:
> http://cgit.freedesktop.org/~jeremyhu/xserver/commit/?id=8bcb92245085e7c7ba81942381b4a75e90b8d355

This breaks the cygwin build [1], as neither the backtrace() nor dladdr() 
extensions are available.

Suggestions as to how to change this to make it more portable welcome :-)

[1] http://tinderbox.freedesktop.org/builds/2011-06-26-0003/logs/xserver/#build


More information about the xorg-devel mailing list