[Mesa-dev] libdri.a

2011-01-26 Thread kumar vemuri
Hi, A few questions on libdri.a which is a device-independent DRI module loaded by the xserver during initialization. a. Can someone give some more detail on the functionality of this module? b. Can someone also point me to the source code of the libdri.a and the way to build it? c. I see a fil

[Mesa-dev] Functions/Entrypoints to be supported by XServer 2D driver.

2011-01-26 Thread kumar vemuri
Hi, Am new to linux graphics driver dev and is my spare time project. Can someone answer some fundamental questions. Its regarding the 2D device dependent driver . a. My understanding is that this driver is needed for GPU accelerated 2D rendering also. Hence its needed even if DRI is not

Re: [Mesa-dev] Functions/Entrypoints to be supported by XServer 2D driver.

2011-01-27 Thread kumar vemuri
Is this the wrong forum to post this question? Can someone suggest the right one if so... thx K On Thu, 2011-01-27 at 13:20 +0530, kumar vemuri wrote: > Hi, > > Am new to linux graphics driver dev and is my spare time project. > Can someone answer some fundamental question

Re: [Mesa-dev] libdri.a

2011-01-27 Thread kumar vemuri
Is this a wrong forum to post this question ? Can someone suggest the right forum if so? thx K On Thu, 2011-01-27 at 07:45 +0530, kumar vemuri wrote: > Hi, > > A few questions on libdri.a which is a device-independent DRI module > loaded by the xserver during initialization.

[Mesa-dev] How to disable GPU acceleration?

2011-02-20 Thread kumar vemuri
Hi, I have the 3D graphics driver installed on my linux system. a. How do i disable hardware acceleration and make a 3D game use the libGLCore (s/w renderer) of Xserver (without uninstalling the 3D driver)? b. Are there 3D apps/games which work (however slow) if h/w acceleration is disabled?

Re: [Mesa-dev] How to disable GPU acceleration?

2011-02-20 Thread kumar vemuri
does? Or is there a different interface? b. The Mesa src is included in the xserver source @extras/Mesa/src/mesa. How is this source being used by xserver? I was guessing that this would be for the libGLCore of Xserver. Thanks K On Mon, 2011-02-21 at 11:28 +1000, Dave Airlie wrote: > On Mon

Re: [Mesa-dev] How to disable GPU acceleration?

2011-02-21 Thread kumar vemuri
One more question Dave. Can a 3D APP/Game refuse to run if hw acceleration is not available? I understand that without hw acceleration they will be extremely slow and unplayable but i want to know if its possible to run (all) 3D apps with s/w renderer. Btw thanks for pointing out that i am looki

[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

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? >

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

2011-03-30 Thread kumar vemuri
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 >

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

2011-03-30 Thread kumar vemuri
:42 +0200, Marek Olšák wrote: > 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 defau

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

2011-03-31 Thread kumar vemuri
> 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: Package requirements > (libdrm_

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

2011-03-31 Thread kumar vemuri
.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 >> M

[Mesa-dev] gears doesnt play with softpipe driver.

2011-04-03 Thread kumar vemuri
Hi, Am trying to get the progs/demos work with the gallium softpipe driver and the DRI swrast driver. When i try gears demo with the libGL.so in the mesa/lib and swrast_dri.so in mesa/lib or swrastg_dri.so in mesa/lib/gallium i get the following error: libGL: OpenDriver: trying /home/lalitha/

Re: [Mesa-dev] gears doesnt play with softpipe driver.

2011-04-04 Thread kumar vemuri
> > On Son, 2011-04-03 at 01:27 -0700, kumar vemuri wrote: > > > > Am trying to get the progs/demos work with the gallium softpipe > > driver and the DRI swrast driver. > > > > When i try gears demo with the libGL.so in the mesa/lib and > > swrast_dri.so

Re: [Mesa-dev] gears doesnt play with softpipe driver.

2011-04-04 Thread kumar vemuri
Hi Michel, Checked the Xorg.0.log file and there is no indication of GLX not loading. How do i check if GLX is fully enabled or not? thx k On Mon, 2011-04-04 at 17:15 +0200, Michel Dänzer wrote: > On Mon, 2011-04-04 at 08:11 -0700, kumar vemuri wrote: > > Hi Mike, > > Tha

Re: [Mesa-dev] gears doesnt play with softpipe driver.

2011-04-04 Thread kumar vemuri
softpipe driver. Its very very slow. Is this expected? thx K On Mon, 2011-04-04 at 17:20 +0200, Jakob Bornecrantz wrote: > 2011/4/4 kumar vemuri : > > Hi Mike, > > > > Here is the glxinfo output: (its the same) > > > > libGL: OpenDriver: trying > >

[Mesa-dev] gdb doesnt step into GL API calls of gears.

2011-04-11 Thread kumar vemuri
Hi All, A very basic question. I built the gallium softpipe driver setup. The gears demo is working on it. When i try to use gdb on gears, gdb "steps" into the glu* calls but not into the gl* (GL API) calls. Why is that? Am i missing something? thx K __

Re: [Mesa-dev] gdb doesnt step into GL API calls of gears.

2011-04-11 Thread kumar vemuri
dri.so but i dont have the swrast_dri.so under lib/gallium. Also, another question: Do i have to link the swrast_dri.so to swrastg_dri.so in lib/gallium for softpipe setup to work? thx K On Mon, 2011-04-11 at 09:59 -0600, Brian Paul wrote: > On 04/11/2011 09:56 AM, kumar vemuri wrot

Re: [Mesa-dev] gdb doesnt step into GL API calls of gears.

2011-04-13 Thread kumar vemuri
the delay in response. Thx K On Tue, 2011-04-12 at 08:14 -0600, Brian Paul wrote: > On 04/11/2011 11:52 PM, kumar vemuri wrote: > > Hi Brian, > > > >I did use --enable-debug with configure. But still i dont see gdb > > stepping into gl calls... it d

Re: [Mesa-dev] gdb doesnt step into GL API calls of gears.

2011-04-14 Thread kumar vemuri
Hi, Can you throw some hints here? Will certianly help. thx K On Wed, Apr 13, 2011 at 7:49 AM, kumar vemuri wrote: > OK. i tried your command i.e. "./configure --enable-debug > --enable-gallium-swrast --with-driver=xlib" > and did "make". > I als