Re: [Mesa3d-dev] 3D Apps in Wine with r300 DRI

2008-08-15 Thread Michel Dänzer
On Wed, 2008-08-13 at 15:43 +0200, Michel Dänzer wrote: > On Wed, 2008-08-13 at 10:19 -0230, Jonathan Anderson wrote: > > > > Firstly, disabling DRI: > > Sketchup runs just fine with software rendering if I disable DRI in > > xorg.conf, > > but not if I select "Disable 3D acceleration" in dricon

Re: [Mesa3d-dev] 3D Apps in Wine with r300 DRI

2008-08-15 Thread H. Verbeet
2008/8/15 Michel Dänzer <[EMAIL PROTECTED]>: > Somebody called 'Thunderbird' (first name Roderick according to /whois) Fwiw, that's Roderick Colenbrander, he does a lot of our GL and WGL stuff. - This SF.Net email is sponsored

Re: [Mesa3d-dev] 3D Apps in Wine with r300 DRI

2008-08-15 Thread Jonathan Anderson
So, no 3D with Wine and DRI until DRI2? Is that an "in a few weeks" thing, "in a few months" or "in a few years"? Thanks, Jon On August 15, 2008 10:58:15 Michel Dänzer wrote: > On Wed, 2008-08-13 at 15:43 +0200, Michel Dänzer wrote: > > On Wed, 2008-08-13 at 10:19 -0230, Jonathan Anderson wrot

Re: [Mesa3d-dev] 3D Apps in Wine with r300 DRI

2008-08-15 Thread H. Verbeet
2008/8/15 Jonathan Anderson <[EMAIL PROTECTED]>: > So, no 3D with Wine and DRI until DRI2? Is that an "in a few weeks" thing, "in > a few months" or "in a few years"? > Roderick might have already mentioned this on IRC, but fullscreen applications should be unaffected by this. That doesn't help muc

[Mesa3d-dev] undefined symbol: glwMDrawingAreaWidgetClass

2008-08-15 Thread Vitaliy Ivanov
Hello list, I'm experiencing the following issue: appname: symbol lookup error: applib.so: undefined symbol: glwMDrawingAreaWidgetClass I'm using mesa from the rpms on CentOS 5.1: mesa-libGL-6.5.1-7.5.el5 mesa-libGL-devel-6.5.1-7.5.el5 mesa-libGLw-devel-6.5.1-7.5.el5 mesa-libGLU-6.5.1-7.5.el5

[Mesa3d-dev] undefined symbol: glwMDrawingAreaWidgetClass

2008-08-15 Thread Vitaliy Ivanov
Hello list, [Please CC me as I'm not subscribed] I'm experiencing the following issue: appname: symbol lookup error: applib.so: undefined symbol: glwMDrawingAreaWidgetClass I'm using mesa from the rpms on CentOS 5.1: mesa-libGL-6.5.1-7.5.el5 mesa-libGL-devel-6.5.1-7.5.el5 mesa-libGLw-devel-6.

Re: [Mesa3d-dev] 3D Apps in Wine with r300 DRI

2008-08-15 Thread Michel Dänzer
On Fri, 2008-08-15 at 12:05 -0230, Jonathan Anderson wrote: > So, no 3D with Wine and DRI until DRI2? Is that an "in a few weeks" thing, > "in > a few months" or "in a few years"? "In a few months" hopefully I think. -- Earthling Michel Dänzer | http://tungstengraphics.com

Re: [Mesa3d-dev] [PATCH] gallium-0.1-branch: support DESTDIR in Makefiles

2008-08-15 Thread Hanno Böck
Any problem with that patch? Shouldn't hurt. Am Sonntag 27 Juli 2008 schrieb Hanno Böck: > Some makefiles in the gallium-0.1 branch are missing the DESTDIR-variable > for installation. > > Attached patch fixes that, please apply. -- Hanno Böck Blog: http://www.hboeck.de/

Re: [Mesa3d-dev] [PATCH] gallium-0.1-branch: support DESTDIR in Makefiles

2008-08-15 Thread Brian Paul
Hanno Böck wrote: > Any problem with that patch? Shouldn't hurt. > > Am Sonntag 27 Juli 2008 schrieb Hanno Böck: >> Some makefiles in the gallium-0.1 branch are missing the DESTDIR-variable >> for installation. >> >> Attached patch fixes that, please apply. Done. Thanks. -Brian ---