[PATCH] glx: Add _glapi_create_table_from_handle

Jon TURNEY jon.turney at dronecode.org.uk
Tue Jun 28 06:24:37 PDT 2011


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 already have the autoconf 
machinery to check if backtrace() is available, so let's use that, rather than 
trying to come up with a list of targets which have those functions.

There's no easy way to implement equivalent functionality to backtrace() on 
Win32, which is why cygwin doesn't have a backtrace() function yet :-)

Patch attached, although obviously it's the code generator for this file which 
should be fixed...


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-Guard-use-of-backtrace-with-HAVE_BACKTRACE.patch
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110628/769d915e/attachment.ksh>


More information about the xorg-devel mailing list