Re: Video cards that work Re: Wayland and R600?

2011-01-29 Thread Corbin Simpson
All Radeons, except those without 3D (ES 1000) should work equally well. Sending from a mobile, pardon the brevity. ~ C. On Jan 29, 2011 10:31 AM, wrote: > On 01/28, dar...@chaosreigns.com wrote: >> Output through X: >> >> I think anything with DRI2 working will work, which means Intel, AMD/ATI,

Re: Video cards that work Re: Wayland and R600?

2011-01-29 Thread Bryce Harrington
On Sat, Jan 29, 2011 at 01:31:06PM -0500, dar...@chaosreigns.com wrote: > On 01/28, dar...@chaosreigns.com wrote: > > Output through X: > > > > I think anything with DRI2 working will work, which means Intel, AMD/ATI, > > Nvidia, using open source drivers. I don't know how far back. There's >

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

2011-01-29 Thread 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 there have a chance to call new_sw_screen? You cannot use swrast with DRM. Judging by the log below, you have an i915 card. It is best supported by egl_dri2, w

Re: Video cards that work Re: Wayland and R600?

2011-01-29 Thread Darxus
On 01/28, dar...@chaosreigns.com wrote: > Output through X: > > I think anything with DRI2 working will work, which means Intel, AMD/ATI, > Nvidia, using open source drivers. I don't know how far back. There's I'm going to say, until somebody can provide me with evidence otherwise, that under

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

[PATCH] connection: Handle broken pipes in sendmsg

2011-01-29 Thread Benjamin Franzke
--- wayland/connection.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wayland/connection.c b/wayland/connection.c index f83979c..64d62db 100644 --- a/wayland/connection.c +++ b/wayland/connection.c @@ -265,10 +265,12 @@ wl_connection_data(struct wl_connection *conn

[PATCH] Fix out of source build [wayland.png]

2011-01-29 Thread Benjamin Franzke
--- data/Makefile.am |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index 320a226..fbafceb 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -25,6 +25,6 @@ dist_waylanddata_DATA = \ if HAVE_RSVG_C