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
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
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
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.
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?
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
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
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
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?
>
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
>
: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
> 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_
.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
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/
>
> 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
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
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
> >
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
__
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
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
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
21 matches
Mail list logo