Re: [Mesa-dev] [PATCH-RFC] autoconf: add --enable-{dri,glx,osmesa}

2011-07-01 Thread Chia-I Wu
On Sat, Jul 2, 2011 at 4:10 AM, Jon TURNEY wrote: > This seems like a useful rationalization of the configuration arguments, but > one of your follow up patches to this ("autoconf: fix --disable-glx") has > changed the condition for checking for libdrm from mesadriver=dri && > driglx_direct=yes to

Re: [Mesa-dev] [PATCH-RFC] autoconf: add --enable-{dri,glx,osmesa}

2011-07-01 Thread Jon TURNEY
On 30/06/2011 02:48, Chia-I Wu wrote: > On Sun, Jun 26, 2011 at 10:39 PM, Chia-I Wu wrote: >> From: Chia-I Wu >> >> The idea is that DRI driver, libGL and libOSMesa are libraries that can >> be independently enabled, yet --with-driver does not allow us to easily >> do that, if not impossible. Th

Re: [Mesa-dev] [PATCH] Gallium: fix buffer overflow

2011-07-01 Thread Jose Fonseca
Looks fine. Commited. Thanks. Jose - Original Message - > Indeed. This was copied from the indices version of the function, > altough that version seems to do some more work to find out the > true_index. The patch as it is fixes a crash when selecting objects > in blender though. > Ple

[Mesa-dev] [Bug 38789] [bisected] Hacks cubestorm, noof and pipes from XScreenSaver stopped displaying anything

2011-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38789 Michel Dänzer changed: What|Removed |Added CC||thellst...@vmware.com --- Comment #1 fro

[Mesa-dev] Call for desktop/graphics/mobile tracks for Linux Plumbers' Conf 2011

2011-07-01 Thread Jesse Barker
We have both desktop (for general graphics/media stuff) and mobile tracks at this year's LPC. So if you're working on a topic related to one of the above areas, especially one that has open issues or spans multiple parts of the stack, please submit a topic for discussion at http://www.linuxplumber

Re: [Mesa-dev] [PATCH] Gallium: fix buffer overflow

2011-07-01 Thread Micael
Indeed. This was copied from the indices version of the function, altough that version seems to do some more work to find out the true_index. The patch as it is fixes a crash when selecting objects in blender though. Please verify to make sure it's doing everything correctly since I'm still far fro

[Mesa-dev] Merging the xa_branch

2011-07-01 Thread Thomas Hellstrom
Hi! I'm planning to merge the xa_branch to master. Let me know if there are any objections. Thanks, Thomas ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] Gallium: fix buffer overflow

2011-07-01 Thread Jose Fonseca
I recall seeing this issue before, and I though we had fixed it by ensure the vertices are always padded to be multiple of four.. but I suspect it may have been for fetching indices, and not actual vertices. So it looks good, but let me investigate a bit more. Jose - Original Message -

Re: [Mesa-dev] [PATCH 11/13] gallium/util: implement pack functions for Z32F and Z32F_S8X24

2011-07-01 Thread Keith Whitwell
On Fri, 2011-07-01 at 14:42 +0200, Marek Olšák wrote: > On Fri, Jul 1, 2011 at 10:49 AM, Keith Whitwell wrote: > > On Fri, 2011-07-01 at 02:29 +0200, Marek Olšák wrote: > >> The suffix of 64 means it returns uint64_t. > > > > It might be slightly clearer to call these functions util_pack64_{xxx} >

Re: [Mesa-dev] [PATCH 11/13] gallium/util: implement pack functions for Z32F and Z32F_S8X24

2011-07-01 Thread Marek Olšák
On Fri, Jul 1, 2011 at 10:49 AM, Keith Whitwell wrote: > On Fri, 2011-07-01 at 02:29 +0200, Marek Olšák wrote: >> The suffix of 64 means it returns uint64_t. > > It might be slightly clearer to call these functions util_pack64_{xxx} > -- currently it reads as if it is packing 64-bit source data.

Re: [Mesa-dev] [PATCH 08/13] mesa: implement depth/stencil renderbuffer wrapper accessors for Z32F_X24S8

2011-07-01 Thread Marek Olšák
On Fri, Jul 1, 2011 at 5:43 AM, Kenneth Graunke wrote: > On 06/30/2011 05:29 PM, Marek Olšák wrote: >> --- >>  src/mesa/main/depthstencil.c |  322 >> +++--- >>  src/mesa/main/depthstencil.h |    5 + >>  src/mesa/main/framebuffer.c  |   10 +- >>  3 files changed

[Mesa-dev] [PATCH] xmlconfig: Make the error message more informative

2011-07-01 Thread Lauri Kasanen
>From 5e32454f2fb3390eea6a3af8ddbe8ad410823aec Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Fri, 1 Jul 2011 13:49:18 +0300 Subject: [PATCH] xmlconfig: Make the error message more informative Signed-off-by: Lauri Kasanen --- src/mesa/drivers/dri/common/xmlconfig.c |2 +- 1 files chang

Re: [Mesa-dev] [PATCH] Gallium: fix buffer overflow

2011-07-01 Thread Keith Whitwell
This looks good to me -- Jose? Keith On Thu, 2011-06-30 at 03:33 +0100, Micael Dias wrote: > --- > src/gallium/auxiliary/draw/draw_llvm.c | 12 > 1 files changed, 12 insertions(+), 0 deletions(-) > > diff --git a/src/gallium/auxiliary/draw/draw_llvm.c > b/src/gallium/auxiliary/d

[Mesa-dev] [PATCH 2/2] driconf cleanups

2011-07-01 Thread Lauri Kasanen
>From 3a841559d64d7a482fde9e6ee9f5225494db5ae7 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Fri, 1 Jul 2011 13:01:00 +0300 Subject: [PATCH 2/2] xmlpool.h: fix a typo Signed-off-by: Lauri Kasanen --- src/mesa/drivers/dri/common/xmlpool.h |2 +- 1 files changed, 1 insertions(+), 1 dele

[Mesa-dev] [PATCH 1/2] driconf cleanups

2011-07-01 Thread Lauri Kasanen
Hi Two small driconf cleanups I stumbled upon. The first is similar to what was posted earlier by Carl-Philip Haensch. >From 67219c7bbaa1b52c9d223dccabd0af8b9fecb982 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Fri, 1 Jul 2011 12:57:06 +0300 Subject: [PATCH 1/2] st/dri: Indent driconf opti

[Mesa-dev] [PATCH] Gallium: fix buffer overflow

2011-07-01 Thread Micael Dias
--- src/gallium/auxiliary/draw/draw_llvm.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/draw/draw_llvm.c b/src/gallium/auxiliary/draw/draw_llvm.c index 56c26f5..19134f3 100644 --- a/src/gallium/auxiliary/draw/draw_llvm.c +++ b/src/gall

Re: [Mesa-dev] [PATCH 11/13] gallium/util: implement pack functions for Z32F and Z32F_S8X24

2011-07-01 Thread Keith Whitwell
On Fri, 2011-07-01 at 02:29 +0200, Marek Olšák wrote: > The suffix of 64 means it returns uint64_t. It might be slightly clearer to call these functions util_pack64_{xxx} -- currently it reads as if it is packing 64-bit source data. Keith > --- > src/gallium/auxiliary/util/u_pack_color.h | 64

[Mesa-dev] [Bug 38869] New: Cannot create a valid pBuffer with height and/or width of zero

2011-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38869 Summary: Cannot create a valid pBuffer with height and/or width of zero Product: Mesa Version: 7.10 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW