Re: intel-batchbuffer problem (was: Re: DRI2 direct rendering)

2008-04-12 Thread Steven J Newbury
On Sat, 2008-04-05 at 04:25 +0100, Steven J Newbury wrote: There seems to be no working vblank interrupt, could this be related? My kernel log gets filled with: trying to get vblank count for disabled pipe 0 The above error log message is coming from the DRM, specifically i915_drm.c.

Another question about DRI2 direct rendering

2008-04-03 Thread Marco
I tried the latest drm,mesa e xorg from git to test the new DRI2 direct rendering and possibly AIGLX. I also pull the latest intel batchbuffer branch to have DRI2 enabled. These are my logs: 1) It seems (from Xorg.log) that direct rendering is enabled with DRI2; 2) The output of glxinfo keeps

Re: DRI2 direct rendering

2008-04-02 Thread Xiang, Haihao
On Tue, 2008-04-01 at 20:50 +0800, Kristian Høgsberg wrote: On Tue, Apr 1, 2008 at 5:25 AM, Jin, Gordon [EMAIL PROTECTED] wrote: Kristian H?gsberg wrote on Tuesday, April 01, 2008 5:35 AM: Hi, I just committed the last big chunk of DRI2 work, the direct rendering support.

Re: DRI2 direct rendering

2008-04-02 Thread Dave Airlie
On Wed, Apr 2, 2008 at 4:08 PM, Xiang, Haihao [EMAIL PROTECTED] wrote: On Tue, 2008-04-01 at 20:50 +0800, Kristian Høgsberg wrote: On Tue, Apr 1, 2008 at 5:25 AM, Jin, Gordon [EMAIL PROTECTED] wrote: Kristian H?gsberg wrote on Tuesday, April 01, 2008 5:35 AM: Hi,

Re: DRI2 direct rendering

2008-04-02 Thread Steven J Newbury
On Tue, 2008-04-01 at 20:50 +0800, Kristian Høgsberg wrote: On Tue, Apr 1, 2008 at 5:25 AM, Jin, Gordon [EMAIL PROTECTED] wrote: Kristian H?gsberg wrote on Tuesday, April 01, 2008 5:35 AM: Hi, I just committed the last big chunk of DRI2 work, the direct rendering

Re: DRI2 direct rendering

2008-04-02 Thread Steven J Newbury
On Wed, 2008-04-02 at 15:43 +0100, Steven J Newbury wrote: On Tue, 2008-04-01 at 20:50 +0800, Kristian Høgsberg wrote: On Tue, Apr 1, 2008 at 5:25 AM, Jin, Gordon [EMAIL PROTECTED] wrote: Kristian H?gsberg wrote on Tuesday, April 01, 2008 5:35 AM: Hi, I just

Re: DRI2 direct rendering

2008-04-01 Thread Johannes Engel
Thanks a lot for your work, Kristian! Testing DRI2 on my 945GM I get ~ glxgears calling DRI2CreateDrawable, XID 0x2c2, GLX ID 0x2c2 success, head 0x30, handle 0x2 DRM_I915_EXECBUFFER: -16 glxgears: intel_context.c:1010: UNLOCK_HARDWARE: Assertion `intel-batch-cliprect_mode !=

RE: DRI2 direct rendering

2008-04-01 Thread Jin, Gordon
Kristian H?gsberg wrote on Tuesday, April 01, 2008 5:35 AM: Hi, I just committed the last big chunk of DRI2 work, the direct rendering support. With this, we can now do direct rendering to redirected windows and GLX_EXT_texture_from_pixmap even works, so compiz (and other Open GL

Re: DRI2 direct rendering

2008-04-01 Thread Xavier Bestel
Hi Kristian, On Mon, 2008-03-31 at 17:34 -0400, Kristian Høgsberg wrote: Hi, I just committed the last big chunk of DRI2 work, the direct rendering support. With this, we can now do direct rendering to redirected windows and GLX_EXT_texture_from_pixmap even works, so compiz (and other

Re: DRI2 direct rendering

2008-04-01 Thread Xavier Bestel
On Tue, 2008-04-01 at 11:48 +0200, Xavier Bestel wrote: Hi Kristian, On Mon, 2008-03-31 at 17:34 -0400, Kristian Høgsberg wrote: Hi, I just committed the last big chunk of DRI2 work, the direct rendering support. With this, we can now do direct rendering to redirected windows and

Re: DRI2 direct rendering

2008-04-01 Thread Kristian Høgsberg
On Tue, Apr 1, 2008 at 6:11 AM, Johannes Engel [EMAIL PROTECTED] wrote: Thanks a lot for your work, Kristian! Testing DRI2 on my 945GM I get ~ glxgears calling DRI2CreateDrawable, XID 0x2c2, GLX ID 0x2c2 success, head 0x30, handle 0x2 DRM_I915_EXECBUFFER: -16 glxgears:

Re: DRI2 direct rendering

2008-04-01 Thread Kristian Høgsberg
On Tue, Apr 1, 2008 at 6:18 AM, Xavier Bestel [EMAIL PROTECTED] wrote: On Tue, 2008-04-01 at 11:48 +0200, Xavier Bestel wrote: Hi Kristian, On Mon, 2008-03-31 at 17:34 -0400, Kristian Høgsberg wrote: Hi, I just committed the last big chunk of DRI2 work, the direct rendering

DRI2 direct rendering

2008-03-31 Thread Kristian Høgsberg
Hi, I just committed the last big chunk of DRI2 work, the direct rendering support. With this, we can now do direct rendering to redirected windows and GLX_EXT_texture_from_pixmap even works, so compiz (and other Open GL compositing managers) can run in direct rendering mode too. I ended up

Re: DRI2 direct rendering

2008-03-31 Thread Dieter Nützel
Am Montag, 31. März 2008 schrieb Kristian Høgsberg: Hi, I just committed the last big chunk of DRI2 work, the direct rendering support. dri2.c:40:23: error: dri2proto.h: Datei oder Verzeichnis nicht gefunden /opt/mesa find -name dri2proto.h Nothing! Thanks, Dieter

Re: DRI2 direct rendering

2008-03-31 Thread Kristian Høgsberg
On Mon, Mar 31, 2008 at 8:16 PM, Dieter Nützel [EMAIL PROTECTED] wrote: Am Montag, 31. März 2008 schrieb Kristian Høgsberg: Hi, I just committed the last big chunk of DRI2 work, the direct rendering support. dri2.c:40:23: error: dri2proto.h: Datei oder Verzeichnis nicht gefunden