On Fri, Nov 14, 2003 at 01:11:24PM -0800, Alex Deucher wrote:
> I'd point you to the patches if I could remember when this last came
> up.  If someone has time they might look through the dri-devel or
> dri-users archives.  Does anyone on dri-devel remember this issue and
> what the fix was? glXGetProcAddressARB not being available.

Well, I am at least partially responsible for this problem.... Basically, I
am extra-strict in the Wine OpenGL code when checking for the presence of
the glXGetProcAddressARB call (ie I not only check for the presence of the
symbol with dlopen / dlsym but also check for the presence of the
'GLX_ARB_get_proc_address' string in the GLX extension string reported by
the server).

When I last raised this issue on this list, I was told that the new DRI
release would fix this and report this extension. I could look in my mailing
list archives to see who told that and when :-)

Anyway, if you have the Wine source tree, you have to only change one line
to fix this issue :-)

          Lionel

-- 
                 Lionel Ulmer - http://www.bbrox.org/


-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to