Re: [Mesa-dev] Mesa 9.2 branch created

2013-08-19 Thread Sven Joachim
On 2013-07-19 02:46 +0200, Ian Romanick wrote: > The 9.2 branch is now live. From this point on, the branch will be > treated just like any other stable release branch. Please remember to > CC any patches destined for the release to mesa-stable. > > The current target date for the release is Aug

Re: [Mesa-dev] [Mesa-announce] Mesa 9.2 release candidate 2

2013-08-24 Thread Sven Joachim
On 2013-08-23 09:48 +0200, Andreas Boll wrote: > 2013/8/23 Ian Romanick : >> Mesa 9.2 release candidate 2 is now available for testing. >> >> The tag in the GIT repository for Mesa 9.2-rc2 is 'mesa-9.2-rc2'. >> >> Mesa 9.2 release candidate 2 is available for download at >> ftp://freedesktop.org/p

[Mesa-dev] [PATCH] mesa: Fix ieee fp on Alpha

2013-06-14 Thread Sven Joachim
Commit 1f82bf12ed inadvertently broke it, checking for __IEEE_FLOAT on all Alpha machines instead of only on VMS as before. NOTE: This is a candidate for the 9.1 branch. Signed-off-by: Sven Joachim --- src/mesa/main/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[Mesa-dev] build error in mesa out-of-tree-builds with wayland support

2012-05-02 Thread Sven Joachim
I'm seeing the following error when building Mesa git master out-of-tree with wayland support: , | Making all in dri2 | make[5]: Entering directory `/usr/local/src/deb-src/mesa/mesa/build/dri/src/egl/drivers/dri2' | CC egl_dri2.lo | In file included from egl_dri2.h:40:0, |

Re: [Mesa-dev] build error in mesa out-of-tree-builds with wayland support

2012-05-02 Thread Sven Joachim
On 2012-05-02 21:51 +0200, Kristian Høgsberg wrote: > On Wed, May 2, 2012 at 2:09 PM, Sven Joachim wrote: >> I'm seeing the following error when building Mesa git master out-of-tree >> with wayland support: >> >> , >> | Making all in dri2 >> | mak

Re: [Mesa-dev] [PATCH] egl_dri2: Fix out of tree builds with the wayland backend enabled

2012-05-02 Thread Sven Joachim
On 2012-05-03 02:31 +0200, Kenneth Graunke wrote: > On 05/02/2012 04:04 PM, Robert Hooker wrote: >> Otherwise it fails like so: >> >>CC egl_dri2.lo >> In file included from egl_dri2.h:40:0, >> from egl_dri2.c:42: >> ../../../../../../src/egl/wayland/wayland-drm/wayland-dr

[Mesa-dev] Cannot build mesa with wayland from the 0.85 branch

2012-05-02 Thread Sven Joachim
Hi folks, Building the wayland backend in mesa with wayland from the 0.85 branch fails: , | make[5]: Entering directory `/usr/local/src/deb-src/mesa/mesa/build/dri/src/gallium/state_trackers/egl' | gcc -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../.

[Mesa-dev] libGL.so.* are not installed when configured with "--enable-xlib-glx"

2012-05-03 Thread Sven Joachim
When configuring mesa git master with "--enable-xlib-glx", the GL library does not get installed. I configured mesa like this: , | % ./configure --enable-xlib-glx --without-gallium-drivers \ | --without-dri-drivers --disable-egl --prefix=/tmp/mesa ` and after running make, have the foll

Re: [Mesa-dev] Cannot build mesa with wayland from the 0.85 branch

2012-05-03 Thread Sven Joachim
On 2012-05-03 07:20 +0200, Sven Joachim wrote: > Building the wayland backend in mesa with wayland from the 0.85 branch > fails: > > , > | make[5]: Entering directory > `/usr/local/src/deb-src/mesa/mesa/build/dri/src/gallium/state_trackers/egl' > | gcc -c -I.

[Mesa-dev] [PATCH] Revert "st/egl: Update to the new wl_shm_pool interface"

2012-05-04 Thread Sven Joachim
This reverts commit 9ba3cecaa02eba07bc6456c441126e4e2e823da5. The wl_shm_pool interface requires wayland from git master and is not present in the wayland 0.85 branch. --- src/gallium/state_trackers/egl/wayland/native_shm.c | 11 +++ src/gallium/winsys/sw/wayland/wayland_sw_winsys.c |

Re: [Mesa-dev] libGL.so.* are not installed when configured with "--enable-xlib-glx"

2012-05-05 Thread Sven Joachim
On 2012-05-03 11:34 +0200, Sven Joachim wrote: > When configuring mesa git master with "--enable-xlib-glx", the GL > library does not get installed. Bisection showed that this has been broken by commit 8ffb098234: commit 8ffb098234fbc3d2e3c8b3db6912dec9ea7a65eb Author: Eric Anh

Re: [Mesa-dev] libGL.so.* are not installed when configured with "--enable-xlib-glx"

2012-05-07 Thread Sven Joachim
On 2012-05-07 20:48 +0200, Chad Versace wrote: > On 05/05/2012 10:17 AM, Sven Joachim wrote: >> On 2012-05-03 11:34 +0200, Sven Joachim wrote: >> >>> When configuring mesa git master with "--enable-xlib-glx", the GL >>> library does not get installed.

Re: [Mesa-dev] libGL.so.* are not installed when configured with "--enable-xlib-glx"

2012-05-09 Thread Sven Joachim
On 2012-05-05 19:17 +0200, Sven Joachim wrote: > On 2012-05-03 11:34 +0200, Sven Joachim wrote: > >> When configuring mesa git master with "--enable-xlib-glx", the GL >> library does not get installed. > > Bisection showed that this has been broke

[Mesa-dev] Release of GLw?

2012-05-17 Thread Sven Joachim
Hi, Commit 63720114b42 in mesa removed the GLw source which is now provided in a separate source tree. However, no release has been made from that tree yet, so users of Mesa 8.0+ have to resort to the git tree to obtain GLw. I don't personally care about GLw, but in Debian there are still a few

Re: [Mesa-dev] Release of GLw?

2012-05-17 Thread Sven Joachim
On 2012-05-17 15:58 +0200, Brian Paul wrote: > On 05/17/2012 04:42 AM, Sven Joachim wrote: >> Hi, >> >> Commit 63720114b42 in mesa removed the GLw source which is now provided >> in a separate source tree. However, no release has been made from that >> tree y

Re: [Mesa-dev] Release of GLw?

2012-05-21 Thread Sven Joachim
On 2012-05-17 17:17 +0200, Sven Joachim wrote: > On 2012-05-17 15:58 +0200, Brian Paul wrote: > >> On 05/17/2012 04:42 AM, Sven Joachim wrote: >>> Hi, >>> >>> Commit 63720114b42 in mesa removed the GLw source which is now provided >>> in a separate

Re: [Mesa-dev] Release of GLw?

2012-05-22 Thread Sven Joachim
On 2012-05-22 22:30 +0200, Brian Paul wrote: > On Tue, May 22, 2012 at 11:38 AM, Eric Anholt wrote: >> >> Yeah, revving versions of split out packages back to 1.0 is a minor pain >> for every distro, and is good to avoid. > > I'm fine with bumping the version to 8.0.0. But I took a quick look >

Re: [Mesa-dev] Release of GLw?

2012-05-23 Thread Sven Joachim
On 2012-05-22 23:42 +0200, Brian Paul wrote: > OK, the 8.0.0 version is at ftp://ftp.freedesktop.org/pub/mesa/glw/ Thanks! It seems what's left to make it "official" would be a tag in git and an announcement on the mesa-announce list, right? Cheers, Sven _

Re: [Mesa-dev] Mesa 7.10.2 release

2011-04-07 Thread Sven Joachim
On 2011-04-06 22:50 +0200, Ian Romanick wrote: > Mesa 7.10.2 has been released. This is a stable release containing bug > fixes since the 7.10.1 release. > > The tag in the GIT repository for Mesa 7.10.2 is 'mesa-7.10.2'. This tag is not there yet. Forgot to push it? Regards, Sven