[wayland] radeon r200 and "egl_dri2: add swrast" (mesa-from-git)?

2011-02-16 Thread Sedat Dilek
Hi, I tried to jump on the Wayland train at the end of last year, but my radeon r200 is/was not the ideal hardware platform. Today, while checking mesa-from-git, I saw the commit "egl_dri2: add swrast" [1]. I remember Chia-I Wu told me to wait for swrast EGL support. Thus my question: Do people

Re: Wayland works outside of X on ATI/AMD and Nvidia

2011-02-16 Thread Elijah Insua
this is pure awesome, thank you for sharing! -- Elijah On Feb 17, 2011, at 1:02 AM, dar...@chaosreigns.com wrote: > On 02/17, dar...@chaosreigns.com wrote: >> need a 2.6.38 kernel to get page flip support. Nvidia needs a kernel >> built from the Nouveau git repo, and an additional patch: > > T

Re: Wayland works outside of X on ATI/AMD and Nvidia

2011-02-16 Thread Darxus
On 02/17, dar...@chaosreigns.com wrote: > need a 2.6.38 kernel to get page flip support. Nvidia needs a kernel > built from the Nouveau git repo, and an additional patch: That just got committed, so you can skip the patching steps in my instructions, which leaves: git clone --depth 1 git://ano

Wayland works outside of X on ATI/AMD and Nvidia

2011-02-16 Thread Darxus
Ben Franzke worked out the final pieces. Both require the use of open source drivers. For ATI, it looks like you need a 2.6.38 kernel to get page flip support. Nvidia needs a kernel built from the Nouveau git repo, and an additional patch: http://lists.freedesktop.org/archives/nouveau/2011-Feb

Re: Newbie interested in contributing

2011-02-16 Thread Prashant Shah
On Thu, Feb 17, 2011 at 3:16 AM, Kevin Porter wrote: > Hello, > I am attending in an open source software class where we learn how to > participate in an open source community.  Part of the class is to find a > project that we are interested in and work on some entry level > bugs/documentation pro

Re: Newbie interested in contributing

2011-02-16 Thread Marty Jack
On 02/16/2011 04:46 PM, Kevin Porter wrote: > Hello, > > I am attending in an open source software class where we learn how to > participate in an open source community. Part of the class is to find a > project that we are interested in and work on some entry level > bugs/documentation problem

Newbie interested in contributing

2011-02-16 Thread Kevin Porter
Hello, I am attending in an open source software class where we learn how to participate in an open source community. Part of the class is to find a project that we are interested in and work on some entry level bugs/documentation problems. So first is this project looking for help and if so can

[PATCH] Build instructions - update a cd command

2011-02-16 Thread Darxus
--- building.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/building.html b/building.html index ac2bd34..f1a9ab8 100644 --- a/building.html +++ b/building.html @@ -140,7 +140,7 @@ libudev, libdrm, xcb-dri2, xcb-fixes (for X compositor) cairo-gl, glib-2.0, gdk-2.0

[PATCH] Build instructions - the Wayland git repo has been split.

2011-02-16 Thread Darxus
The repo has been split into http://cgit.freedesktop.org/wayland/wayland/ for the libraries and http://cgit.freedesktop.org/wayland/wayland-demos/ for the demo applications (compositor, terminal, flower, etc.) so that Mesa no longer needs to be built twice. This updates the build instructions for