Re: [Mesa-dev] [PATCH] Adding -enable-egl-dri2 option. Happy Chinese Spring Festival!

2011-02-06 Thread Arthur Zhu
>From 7f26f3b6692a8a8061c0d817388505d4190e88a0 Mon Sep 17 00:00:00 2001 From: Arthur Zhu Date: Mon, 7 Feb 2011 13:50:55 +0800 Subject: [PATCH] Adding --enable-egl-dri2-x11&drm option. --- configure.ac | 34 +- 1 files changed, 21 insertions(+), 13 de

Re: [Mesa-dev] [PATCH] Adding -enable-egl-dri2 option. Happy Chinese Spring Festival!

2011-02-03 Thread Arthur Zhu
Thanks your good suggestions. Arthur >From 7034307045f1d334e25adf7f739c5144a9afcb46 Mon Sep 17 00:00:00 2001 From: Arthur Zhu Date: Thu, 3 Feb 2011 21:12:04 +0800 Subject: [PATCH] Adding -enable-egl-dri2 option. --- configure.ac | 26 -- 1 files changed,

[PATCH] Adding -enable-egl-dri2 option. Happy Chinese Spring Festival!

2011-02-01 Thread Arthur Zhu
From: Arthur Zhu --- configure.ac | 29 +++-- 1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/configure.ac b/configure.ac index 46938f4..8a429a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1100,23 +1100,24 @@ if test "x$enable_egl" =

Re: [Mesa-dev] How to use pipe_swrast.so for rendering?

2011-01-30 Thread Arthur Zhu
ckage missing or just don't check them up to users? Best Regards, Arthur 2011/1/30 Chia-I Wu > On Sat, Jan 29, 2011 at 10:19 PM, Arthur Zhu > wrote: > > > > drmdpy->event_handler->new_drm_screen(&drmdpy->base, name, drmdpy->fd); > > > > Dose the

How to use pipe_swrast.so for rendering?

2011-01-29 Thread Arthur Zhu
drmdpy->event_handler->new_drm_screen(&drmdpy->base, name, drmdpy->fd); Dose there have a chance to call new_sw_screen? gallium/state_trackers/egl/drm/native_drm.c Thanks, Arthur wayland/compositor# ./compositor libEGL debug: added /usr/lib/egl/egl_gallium.so to module array libEGL debug: add

Failed running composite against i915.

2011-01-27 Thread Arthur Zhu
#disable-gallium-i915 ./configure --prefix=/usr --enable-egl --enable-gles2 --with-state-trackers=glx,dri,egl --with-egl-platforms=drm --enable-gles-overlay --with-dri-drivers=i915 --disable-gallium-{i915,i965,radeon} root@arthur-laptop:/home/arthur/projects/wayland/compositor# ./comp