Re: [Mesa-dev] Gallium softpipe driver build instructions

2011-03-31 Thread kumar vemuri
Sure. I will try with Mesa 7.10. But are these hints that you are giving for a) DRI driver with swrast? OR b) gallium based softpipe driver? Although i would like to build both :-). Thx K On Thu, Mar 31, 2011 at 7:38 AM, Marek Olšák wrote: > I guess Mesa 7.8.2 is too old, try 7.10

Re: [Mesa-dev] Gallium softpipe driver build instructions

2011-03-31 Thread Marek Olšák
I guess Mesa 7.8.2 is too old, try 7.10 instead. Marek On Thu, Mar 31, 2011 at 4:29 PM, kumar vemuri wrote: > Hi Marek, > > Ran "./configure --enable-gallium-swrast --with-dri-drivers=swrast" and > did make. I couldnt see swrastg_dri.so file created under > Mesa-7.8.2/lib. Infact there is no g

Re: [Mesa-dev] Gallium softpipe driver build instructions

2011-03-31 Thread kumar vemuri
Hi Marek, Ran "./configure --enable-gallium-swrast --with-dri-drivers=swrast" and did make. I couldnt see swrastg_dri.so file created under Mesa-7.8.2/lib. Infact there is no gallium directory under the lib. These are the files i see generated in the lib directory. egl_glx.so libGLEW.a

Re: [Mesa-dev] Gallium softpipe driver build instructions

2011-03-31 Thread Marek Olšák
Either use: --with-dri-drivers= Or build libdrm from git: http://cgit.freedesktop.org/mesa/drm/ Marek On Thu, Mar 31, 2011 at 6:51 AM, kumar vemuri wrote: > OK. I tried doing ./configure with --enable-gallium-swrast and i get this > error: > > *checking for INTEL... configure: error: Packag

Re: [Mesa-dev] Gallium softpipe driver build instructions

2011-03-30 Thread kumar vemuri
OK. I tried doing ./configure with --enable-gallium-swrast and i get this error: checking for INTEL... configure: error: Package requirements (libdrm_intel >= 2.4.19) were not met: Requested 'libdrm_intel >= 2.4.19' but version of libdrm is 2.4.18 Consider adjusting the PKG_CONFIG_PATH environme

Re: [Mesa-dev] Gallium softpipe driver build instructions

2011-03-30 Thread Marek Olšák
Try to add this configure parameter: --enable-gallium-swrast Marek On Wed, Mar 30, 2011 at 3:39 PM, kumar vemuri wrote: > Thanks Marek for the reply. > > I compiled Mesa with default params and i dont see swrastg_dri.so built > in the lib/gallium directory. I am doing this on Mesa 7.8.2. > > a

Re: [Mesa-dev] Gallium softpipe driver build instructions

2011-03-30 Thread kumar vemuri
Thanks Marek for the reply. I compiled Mesa with default params and i dont see swrastg_dri.so built in the lib/gallium directory. I am doing this on Mesa 7.8.2. am i missing something. Please let me know. thx K On Wed, 2011-03-30 at 13:41 +0200, Marek Olšák wrote: > Build Mesa with the defaul

Re: [Mesa-dev] Gallium softpipe driver build instructions

2011-03-30 Thread Marek Olšák
Build Mesa with the default configure parameters and copy lib/gallium/swrastg_dri.so to /usr/lib/dri/swrast_dri.so Marek On Wed, Mar 30, 2011 at 7:42 AM, kumar vemuri wrote: > Can someone please help out with the instructions. > > thx > K > > On Tue, 2011-03-29 at 10:33 -0700, kumar vemuri wrot

Re: [Mesa-dev] Gallium softpipe driver build instructions

2011-03-29 Thread kumar vemuri
Can someone please help out with the instructions. thx K On Tue, 2011-03-29 at 10:33 -0700, kumar vemuri wrote: > Hi All, > > Am using Mesa 7.8.2. Can anyone please send out the instructions > to building a gallium based softpipe driver? > > thanks > K > > > _

[Mesa-dev] Gallium softpipe driver build instructions

2011-03-29 Thread kumar vemuri
Hi All, Am using Mesa 7.8.2. Can anyone please send out the instructions to building a gallium based softpipe driver? thanks K ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev