[Bug 8678] DISPATCH ERROR! _glapi_add_dispatch failed to add glAreTexturesResident!

2006-10-30 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8678 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 8678] DISPATCH ERROR! _glapi_add_dispatch failed to add glAreTexturesResident!

2006-10-30 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8678 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 8678] DISPATCH ERROR! _glapi_add_dispatch failed to add glAreTexturesResident!

2006-10-18 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8678 [EMAIL PROTECTED] changed: What|Removed |Added

Re: _glapi_add_dispatch

2006-06-07 Thread Alan Hourihane
the -Bsymbolic for us. I'm not sure how the linker can resolve the symbol anyway. The fact that the application has dlopen'ed libGL and the linker doesn't even know which DRI driver to pull in to resolve at that time. Having an unresolvable symbol like _glapi_add_dispatch in libGL without libGL

Re: _glapi_add_dispatch

2006-06-05 Thread Adam K Kirchhoff
Brian Paul wrote: Alan Hourihane wrote: On Thu, 2006-06-01 at 17:07 +0100, Alan Hourihane wrote: On Thu, 2006-06-01 at 08:53 -0700, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jacek Poplawski wrote: On 5/30/06, Pedro Maia [EMAIL

Re: _glapi_add_dispatch

2006-06-01 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jacek Poplawski wrote: On 5/30/06, Pedro Maia [EMAIL PROTECTED] wrote: To run quake2 please use, LD_PRELOAD=path/to/libGL.so quake2 In my case it works fine, with that trick , without it didn't work. But why it didn't work? It opens

Re: _glapi_add_dispatch

2006-06-01 Thread Alan Hourihane
On Thu, 2006-06-01 at 08:53 -0700, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jacek Poplawski wrote: On 5/30/06, Pedro Maia [EMAIL PROTECTED] wrote: To run quake2 please use, LD_PRELOAD=path/to/libGL.so quake2 In my case it works fine, with that trick ,

Re: _glapi_add_dispatch

2006-06-01 Thread Alan Hourihane
On Thu, 2006-06-01 at 17:07 +0100, Alan Hourihane wrote: On Thu, 2006-06-01 at 08:53 -0700, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jacek Poplawski wrote: On 5/30/06, Pedro Maia [EMAIL PROTECTED] wrote: To run quake2 please use,

Re: _glapi_add_dispatch

2006-06-01 Thread Brian Paul
Alan Hourihane wrote: On Thu, 2006-06-01 at 17:07 +0100, Alan Hourihane wrote: On Thu, 2006-06-01 at 08:53 -0700, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jacek Poplawski wrote: On 5/30/06, Pedro Maia [EMAIL PROTECTED] wrote: To run quake2 please use,

Re: _glapi_add_dispatch

2006-05-31 Thread Jacek Poplawski
The same libGL.so is being used in all cases, and I can't find any other on my system.1) line from glxinfo output: OpenGL renderer string: Mesa DRI R300 20040924 AGP 1x x86/MMX+/3DNow!+/SSE TCL 2) line from ldd glxinfo: libGL.so.1 = /usr/lib/libGL.so.1 (0xb7e6) 3) /usr/lib: lrwxrwxrwx 1 root

Re: _glapi_add_dispatch

2006-05-31 Thread Jacek Poplawski
On 5/30/06, Pedro Maia [EMAIL PROTECTED] wrote: To run quake2 please use, LD_PRELOAD=path/to/libGL.so quake2 In my case it works fine, with that trick , without it didn't work.But why it didn't work? It opens /usr/lib/libGL.so for sure, because without it even software accelerated OpenGL

Re: _glapi_add_dispatch

2006-05-31 Thread Jacek Poplawski
To run quake2 please use, LD_PRELOAD=path/to/libGL.so quake2 It helps on r300, I wonder why it isn't needed on mga. -- Free Software - find interesting programs and change them NetHack - meet interesting creatures, kill them and eat their bodies Usenet - meet interesting people from all over

_glapi_add_dispatch

2006-05-30 Thread Jacek Poplawski
480Using XFree86-VidModeExtension Version 2.2libGL error: dlopen /usr/lib/xorg/modules/dri//r300_dri.so failed (/usr/lib/xorg/modules/dri//r300_dri.so: undefined symbol: _glapi_add_dispatch) libGL error: dlopen /usr/lib/xorg/modules/dri//r300_dri.so failed (/usr/lib/xorg/modules/dri//r300_dri.so

Re: _glapi_add_dispatch

2006-05-30 Thread Ian Romanick
for OpenGL...Initializing OpenGL display ...setting fullscreen mode 3: 640 480 Using XFree86-VidModeExtension Version 2.2 libGL error: dlopen /usr/lib/xorg/modules/dri//r300_dri.so failed (/usr/lib/xorg/modules/dri//r300_dri.so: undefined symbol: _glapi_add_dispatch) libGL error: dlopen /usr

Re: _glapi_add_dispatch

2006-05-30 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jacek Poplawski wrote: It means that your r300_dri.so is *really* old. _glapi_add_dispatch was removed from libGL months ago. But I just compiled it today... I've updated my Mesa CVS snapshot and used make linux-dri-x86, then copied