Re: [Mesa-dev] New Project: gtk-glxinfo

2012-09-06 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/05/2012 05:03 PM, Matt Turner wrote: So, I was going to give it a try, but then I saw that I'd have to get the sources from SVN. No thanks. :( Also, you've got some crap in your SVN repo. Debug, autom4te.cache, po. Matt, Sorry you feel

Re: [Mesa-dev] Woes of --enable-32-bit on x86-64 Fedora 15

2012-03-30 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I also, am having trouble building 32 bit.. I use this configure command CFLAGS='-m32' CXXFLAGS='-m32' ./autogen.sh --prefix=/usr - --libdir=/usr/lib --with-dri-drivers= - --with-gallium-drivers=r600,swrast --enable-gallium-egl - --enable-openvg

Re: [Mesa-dev] Woes of --enable-32-bit on x86-64 Fedora 15

2012-03-30 Thread Kevin DeKorte
I actually got it working again, without using setarch. I had to drop the --enable-xorg and added LDFLAGS=-m32. And then re applied my patch and I could build in 32 bit mode again after a make clean. Kevin On Mar 30, 2012 3:32 PM, Ian Romanick i...@freedesktop.org wrote: On 03/30/2012 02:15 PM,

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-31 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/31/2012 09:14 AM, Matt Turner wrote: On Tue, Jan 31, 2012 at 10:50 AM, Kevin H. Hobbs hob...@ohio.edu wrote: On 01/31/2012 09:53 AM, Brian Paul wrote: Kevin, I just pushed a couple osmesa fixes to master and the 8.0 branch. Can you

Re: [Mesa-dev] Help for a beginner

2011-10-06 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/06/2011 11:02 AM, Romain Failliot wrote: 2011/10/6 Heath Feather hfeat...@tabula.com: Try seeing which libraries you're picking up , here my LD_LIBRARY_PATH was set to /home/hfeather/work/downloads/Mesa-7.0.1/lib64/ Thanks! Actually I

Re: [Mesa-dev] [PATCH 7/7] st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRenderOutputSurface

2011-09-01 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/2011 07:50 AM, Christian König wrote: This gets mplayers menu overlay working. Signed-off-by: Christian König deathsim...@vodafone.de --- src/gallium/state_trackers/vdpau/device.c|3 +

Re: [Mesa-dev] [PATCH 7/7] st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRenderOutputSurface

2011-09-01 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/2011 09:08 AM, Christian König wrote: Am Donnerstag, den 01.09.2011, 08:09 -0600 schrieb Kevin DeKorte: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/2011 07:50 AM, Christian König wrote: This gets mplayers menu overlay working

Re: [Mesa-dev] llvm-config on a biarch machine

2011-08-28 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/27/2011 08:17 PM, Maarten Lankhorst wrote: Hey Kevin, On 08/24/2011 05:34 PM, Kevin DeKorte wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On a biarch machine like Fedora llvm-config defaults to outputting the values for a 64bit

Re: [Mesa-dev] llvm-config on a biarch machine

2011-08-27 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/27/2011 08:46 AM, Alexandre Demers wrote: I really like this new feature in LLVM. I've been fighting for some time to compile mesa 32bit on 64bit because of Wine in the simplest way possible. Kevin, your patches are interesting and I'm sad

[Mesa-dev] llvm-config on a biarch machine

2011-08-24 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On a biarch machine like Fedora llvm-config defaults to outputting the values for a 64bit build. With a recent patch to llvm-devel there are now arch specific versions of llvm-config and this patch should use them properly. With this patch I the