Re: [Mesa-dev] [PATCH] glsl: fix more typos

2011-04-23 Thread Kenneth Graunke
Squashed both patches together and applied. Thanks! ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] KWin and Mesa

2011-04-23 Thread Ian Pilcher
On 04/22/2011 11:11 PM, Mario Kleiner wrote: > At least the visual corruption with compositing that is described in > these reports matches this bug very well: > > > > The bug is in the DRI2 implementation of the x-server and should affect > an

[Mesa-dev] [PATCH] glsl: fix more typos

2011-04-23 Thread Bryan Cain
--- src/glsl/linker.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 725a198..255edc6 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -510,7 +510,7 @@ cross_validate_outputs_to_inputs(struct gl_shade

[Mesa-dev] [PATCH] glsl: fix typo

2011-04-23 Thread Bryan Cain
--- src/glsl/linker.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 1749235..725a198 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -1349,7 +1349,7 @@ assign_attribute_locations(gl_shader_program *prog, u

Re: [Mesa-dev] [PATCH 1/2] mesa: implement generate-mipmap fallback for RGB10_A2

2011-04-23 Thread Eric Anholt
On Sat, 23 Apr 2011 15:40:21 +0200, Marek Olšák wrote: > I hit this when testing RV350, which lacks RGB10_A2 render target > support. It had been missed when implementing the format and probably > unused by anything else too. > > Not applicable to 7.10. Reviewed-by: Eric Anholt pgphTwlGQvH9X.

[Mesa-dev] [PATCH 2/2] mesa: add stricter checks for float formats in the texstore memcpy path

2011-04-23 Thread Marek Olšák
E.g. when the internal format was RGBA16F and the source was RG, it would use memcpy. --- src/mesa/main/texstore.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 9a69052..cf12241 100644 --- a/src/mesa/main/texstor

[Mesa-dev] [PATCH 1/2] mesa: implement generate-mipmap fallback for RGB10_A2

2011-04-23 Thread Marek Olšák
I hit this when testing RV350, which lacks RGB10_A2 render target support. It had been missed when implementing the format and probably unused by anything else too. Not applicable to 7.10. --- src/mesa/main/mipmap.c | 80 1 files changed, 80 inse

Re: [Mesa-dev] [PATCH 2/2] configure.ac: refuse to build r300g without LLVM

2011-04-23 Thread Marek Olšák
On Fri, Apr 22, 2011 at 1:29 PM, Jose Fonseca wrote: > The Mesa state tracker uses SWTNL for GL selection/feedback regardless of > the driver. Some SPECviewperf viewsets and CAD apps use it. So using LLVM > speeds up selection/feedback for all gallium drivers. > > We have only tested LLVM with x8

Re: [Mesa-dev] [PATCH 1/2] configure.ac: enable LLVM by default

2011-04-23 Thread Marek Olšák
On Fri, Apr 22, 2011 at 5:57 PM, Dan Nicholson wrote: > On Fri, Apr 22, 2011 at 8:52 AM, Dan Nicholson > wrote: > > On Thu, Apr 21, 2011 at 4:39 AM, Marek Olšák wrote: > >> OpenSUSE is (was?) shipping r300g with LLVM disabled. Can you believe > it? > >> Poor users with SWTCL chipsets... and bad