[Mesa-dev] [Bug 29418] ARB_vp: large offsets when using relative addressing

2011-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29418 fangxun changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

Re: [Mesa-dev] [PATCH] autoconf: don't use CFLAGS for cpp files

2011-03-16 Thread Kenneth Graunke
On Wednesday, March 16, 2011 10:45:29 AM Tobias Droste wrote: > Signed-off-by: Tobias Droste > --- > src/glsl/Makefile |2 +- > src/mesa/Makefile |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/glsl/Makefile b/src/glsl/Makefile > index cd7c41a..e4b992d 1006

Re: [Mesa-dev] [r600g + s3tc] bug or missing kernel piece of software ?

2011-03-16 Thread Andy Furniss
Andy Furniss wrote: I also get 1/2 second stalls occasionally. These are now fixed with today's d-r-t update but perf has taken quite a big hit with quality settings on high. Perf in other games doesn't seem to be affected. ___ mesa-dev mailing li

[Mesa-dev] [PATCH] autoconf: don't use CFLAGS for cpp files

2011-03-16 Thread Tobias Droste
Signed-off-by: Tobias Droste --- src/glsl/Makefile |2 +- src/mesa/Makefile |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glsl/Makefile b/src/glsl/Makefile index cd7c41a..e4b992d 100644 --- a/src/glsl/Makefile +++ b/src/glsl/Makefile @@ -204,7 +204,7 @@ glcpp/g

[Mesa-dev] [Bug 35025] Serious compiler warnings

2011-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35025 Johannes Obermayr changed: What|Removed |Added AssignedTo|nouveau@lists.freedesktop.o |mesa-dev@lists.freedesktop.

Re: [Mesa-dev] Surfaceless GL broken for gallium drivers in mesa 7.10.1

2011-03-16 Thread Matthew Bullock
Jakob Bornecrantz wrote: On Wed, Mar 16, 2011 at 1:54 PM, Matthew Bullock wrote: Hi, I've just updated to the mesa 7.10.1 and eglMakeCurrent with NULL surfaces (the egl surfaceless extension used by wayland) now segfaults. This is caused by integrating commit 94ccc31ba4f64ac480137fd90f1ded44d

Re: [Mesa-dev] Surfaceless GL broken for gallium drivers in mesa 7.10.1

2011-03-16 Thread Jakob Bornecrantz
On Wed, Mar 16, 2011 at 1:54 PM, Matthew Bullock wrote: > Hi, > > I've just updated to the mesa 7.10.1 and eglMakeCurrent with NULL surfaces > (the egl surfaceless extension used by wayland) now segfaults. > > This is caused by integrating commit > 94ccc31ba4f64ac480137fd90f1ded44d2072f6e  st/dri:

[Mesa-dev] Surfaceless GL broken for gallium drivers in mesa 7.10.1

2011-03-16 Thread Matthew Bullock
Hi, I've just updated to the mesa 7.10.1 and eglMakeCurrent with NULL surfaces (the egl surfaceless extension used by wayland) now segfaults. This is caused by integrating commit 94ccc31ba4f64ac480137fd90f1ded44d2072f6e st/dri: Track drawable context bindings without commit: 0acb31be171f0

Re: [Mesa-dev] auto generated glx code in X server

2011-03-16 Thread Adam Jackson
On Tue, 2011-03-15 at 13:52 +1000, Dave Airlie wrote: > On Fri, Mar 4, 2011 at 11:24 AM, Dave Airlie wrote: > > Hi guys, > > > > I know this used to work, but it seems to be well busted now. > > > > If you made glx changes in mesa you could just set XORG_BASE and run > > make and it would regenera