From: Brian P. <bri...@tu...> - 2008-03-10 23:25:03
|
IOhannes m zmoelnig wrote: > as shown on the chromium-users list, i had some "problems" with chromium > not exposing glx-functions properly (well, it's not exposing them at > all) via the crGetProcAddress() which gives me weird errors when using > glew. > > i decided to just add these functions to chromium myself. > since there is no "patches-tracker" at the sourceforge project page, i > guess i post my changes to this list. > > according to alan, i put all the changes directly into getprocaddress.py > (i also tried to put it into glapi_parser/APIspec_glx.txt (following the > APIspec.txt scheme) but since i found now way to reset > apiutil.GetAllFunctions() i went the easy route...) > > i don't know whether this is a good idea to do at all, but at least my > error goes away :-) Looks good. I'd commit it to CVS but SF CVS doesn't seem to be working today. Can someone else try? -Brian |