Re: [Intel-gfx] Running DRI3 on intel-gfx

2014-06-06 Thread Sedat Dilek
On Fri, Jun 6, 2014 at 5:47 PM, Jamey Sharp wrote: > On Wed, Jun 04, 2014 at 06:58:47PM +0200, Sedat Dilek wrote: >> How do I see if DRI3 is enabled for mesa on my SandyBridge intel-gfxcard? >> >> glxinfo log-file attached... >> >> $ LC_ALL=C LIBGL_DEBUG=verbose glxinfo 2> /dev/null > /tmp/glx

Re: [Intel-gfx] Running DRI3 on intel-gfx

2014-06-06 Thread Jamey Sharp
On Wed, Jun 04, 2014 at 06:58:47PM +0200, Sedat Dilek wrote: > How do I see if DRI3 is enabled for mesa on my SandyBridge intel-gfxcard? > > glxinfo log-file attached... > > $ LC_ALL=C LIBGL_DEBUG=verbose glxinfo 2> /dev/null > /tmp/glxinfo.txt You threw out the information you wanted by red

Re: [Intel-gfx] Running DRI3 on intel-gfx

2014-06-04 Thread Sedat Dilek
On Wed, Jun 4, 2014 at 6:58 PM, Sedat Dilek wrote: > On Wed, Jun 4, 2014 at 6:52 PM, Chris Wilson wrote: >> On Wed, Jun 04, 2014 at 06:37:44PM +0200, Sedat Dilek wrote: >>> > DRI2 or DRI3 running here? >>> > >>> >>> I did some more testing and played with UXA/SNA for intel-ddx. >>> >>> $ egrep -i

Re: [Intel-gfx] Running DRI3 on intel-gfx

2014-06-04 Thread Sedat Dilek
On Wed, Jun 4, 2014 at 6:52 PM, Chris Wilson wrote: > On Wed, Jun 04, 2014 at 06:37:44PM +0200, Sedat Dilek wrote: >> > DRI2 or DRI3 running here? >> > >> >> I did some more testing and played with UXA/SNA for intel-ddx. >> >> $ egrep -i 'dri2|dri3|present|sna|uxa' Xorg.0.log_UXA >> [ 8471.151] (

Re: [Intel-gfx] Running DRI3 on intel-gfx

2014-06-04 Thread Chris Wilson
On Wed, Jun 04, 2014 at 06:37:44PM +0200, Sedat Dilek wrote: > > DRI2 or DRI3 running here? > > > > I did some more testing and played with UXA/SNA for intel-ddx. > > $ egrep -i 'dri2|dri3|present|sna|uxa' Xorg.0.log_UXA > [ 8471.151] (II) intel(0): DRI2: Enabled > [ 8471.151] (II) intel(0): DR

[Intel-gfx] Running DRI3 on intel-gfx

2014-06-04 Thread Sedat Dilek
Hi, I took [1] as a base to test DRI3 on Ubuntu/precise AMD64. Unfortunately, the packages from this repo have no DRI3 support. So, I packaged some missing stuff, built mesa-10.1.4 and intel-ddx from Git manually. In the end I got somehow running a DRI3 system here. $ grep -A2 intel_drv /var/lo