From: IOhannes m z. <zmo...@ie...> - 2008-03-10 15:26:19
|
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 :-) gfmasd.r IOhannes |