Re: [Mesa-dev] [PATCH 2/2] radeon/llvm: Cayman now uses vector version of EXP_IEEE, LOG_IEEE and RECIPSQRT_CLAMPED

2012-10-17 Thread Tom Stellard
On Wed, Oct 17, 2012 at 11:06:29PM +0200, Vincent Lejeune wrote: > --- > lib/Target/AMDGPU/R600Instructions.td | 28 +++- > 1 file changed, 19 insertions(+), 9 deletions(-) > I noticed a very small typo, but I'll fix it when I commit it. Reviewed-by: Tom Stellard > diff

Re: [Mesa-dev] [PATCH 1/2] radeon/llvm: Lower fpow(A, B) to fexp(mul(B, flog(A))) at DAG level

2012-10-17 Thread Tom Stellard
On Wed, Oct 17, 2012 at 11:06:28PM +0200, Vincent Lejeune wrote: > --- > lib/Target/AMDGPU/R600ISelLowering.cpp | 12 > lib/Target/AMDGPU/R600ISelLowering.h | 1 + > lib/Target/AMDGPU/R600Instructions.td | 2 -- > 3 files changed, 13 insertions(+), 2 deletions(-) > Reviewed-by:

[Mesa-dev] [PATCH 2/2] radeon/llvm: Cayman now uses vector version of EXP_IEEE, LOG_IEEE and RECIPSQRT_CLAMPED

2012-10-17 Thread Vincent Lejeune
--- lib/Target/AMDGPU/R600Instructions.td | 28 +++- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/lib/Target/AMDGPU/R600Instructions.td b/lib/Target/AMDGPU/R600Instructions.td index 5b000dc..483d10a 100644 --- a/lib/Target/AMDGPU/R600Instructions.td +++ b

[Mesa-dev] [PATCH 1/2] radeon/llvm: Lower fpow(A, B) to fexp(mul(B, flog(A))) at DAG level

2012-10-17 Thread Vincent Lejeune
--- lib/Target/AMDGPU/R600ISelLowering.cpp | 12 lib/Target/AMDGPU/R600ISelLowering.h | 1 + lib/Target/AMDGPU/R600Instructions.td | 2 -- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/lib/Target/AMDGPU/R600ISelLowering.cpp b/lib/Target/AMDGPU/R600ISelLowering.

Re: [Mesa-dev] [PATCH] intel: Skip texsubimage fastpath for more pixel unpack state

2012-10-17 Thread Eric Anholt
Chad Versace writes: > Fixes piglit tests "unpack-teximage2d --pbo=* --format=GL_BGRA" on > Sandybridge+. > > The fastpath was checking an incomplete set of pixel unpack state. This > patch adds checks for all the fields of gl_pixelstore_attrib that affect > 2D texture uploads. Also, it begins p

Re: [Mesa-dev] [PATCH] glx: Add GLXBadProfileARB to the error string list

2012-10-17 Thread Adam Jackson
On 10/17/12 2:52 PM, Brian Paul wrote: On 10/17/2012 12:38 PM, Adam Jackson wrote: Note: This is a candidate for the stable branches. Signed-off-by: Adam Jackson --- src/glx/glxext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 4d59a06..e55c1

Re: [Mesa-dev] [PATCH] glx: Add GLXBadProfileARB to the error string list

2012-10-17 Thread Brian Paul
On 10/17/2012 12:38 PM, Adam Jackson wrote: Note: This is a candidate for the stable branches. Signed-off-by: Adam Jackson --- src/glx/glxext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 4d59a06..e55c1c1 100644 --- a/src/glx/glxext.c +++ b/sr

[Mesa-dev] [PATCH] glx: Add GLXBadProfileARB to the error string list

2012-10-17 Thread Adam Jackson
Note: This is a candidate for the stable branches. Signed-off-by: Adam Jackson --- src/glx/glxext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 4d59a06..e55c1c1 100644 --- a/src/glx/glxext.c +++ b/src/glx/glxext.c @@ -81,6 +81,7 @@ static /* cons

[Mesa-dev] [Bug 56057] INTEL_swap_event not correctly listed

2012-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56057 Chad Versace changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [Mesa-dev] [PATCH 1/8] util/blitter: silence assorted MSVC warnings

2012-10-17 Thread Jose Fonseca
Series looks good to me too Jose - Original Message - > From: Brian Paul > > Fix signed/unsigned comparison warnings and float/int assignment > warnings. > --- > src/gallium/auxiliary/util/u_blitter.c | 27 > ++- > src/gallium/auxiliary/util/u_blitter.h | 1

[Mesa-dev] [Bug 55998] Pretty huge slowdown in mesa 9.0

2012-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55998 stefan.fr...@gmail.com changed: What|Removed |Added CC||stefan.fr...@gmail.com --- Comme

Re: [Mesa-dev] [PATCH] gallium: remove unused data pointer from pipe_transfer

2012-10-17 Thread Brian Paul
On 10/17/2012 09:11 AM, Marek Olšák wrote: --- src/gallium/drivers/i915/i915_resource_texture.c |1 - src/gallium/drivers/r300/r300_screen_buffer.c|1 - src/gallium/drivers/r600/evergreen_compute.c |1 - src/gallium/drivers/r600/r600_buffer.c |1 - src/gall

[Mesa-dev] [PATCH] gallium: remove unused data pointer from pipe_transfer

2012-10-17 Thread Marek Olšák
--- src/gallium/drivers/i915/i915_resource_texture.c |1 - src/gallium/drivers/r300/r300_screen_buffer.c|1 - src/gallium/drivers/r600/evergreen_compute.c |1 - src/gallium/drivers/r600/r600_buffer.c |1 - src/gallium/drivers/radeonsi/r600_buffer.c |1 -

[Mesa-dev] [Bug 52996] Read out of bounds in swizzle_for_size() (MesaLib/src/mesa/program/ir_to_mesa.cpp)

2012-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52996 --- Comment #4 from Alexander Potapenko --- In order to attach the debugger to a program instrumented with ASan one needs to run it with ASAN_OPTIONS=sleep_before_dying=100 (which means sleep for 100 seconds) and then attach gdb to the PID obtain

[Mesa-dev] [Bug 55998] Pretty huge slowdown in mesa 9.0

2012-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55998 Andrea Scarpino changed: What|Removed |Added CC||and...@archlinux.org -- You are recei

[Mesa-dev] [Bug 56057] INTEL_swap_event not correctly listed

2012-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56057 --- Comment #1 from Owen Taylor --- Created attachment 68664 --> https://bugs.freedesktop.org/attachment.cgi?id=68664&action=edit Patching fixing bug -- You are receiving this mail because: You are the assignee for the bug. __

[Mesa-dev] [Bug 56057] New: INTEL_swap_event not correctly listed

2012-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56057 Priority: medium Bug ID: 56057 Assignee: mesa-dev@lists.freedesktop.org Summary: INTEL_swap_event not correctly listed Severity: normal Classification: Unclassified OS: All

Re: [Mesa-dev] [PATCH 1/3] mesa: Kill unused VERT_ATTRIB_GENERIC_NV and VERT_BIT_GENERIC_NV macros.

2012-10-17 Thread Mathias Fröhlich
Hi, removal of these aliasing arrays will help a lot simplifying the array logic. On Tuesday, October 16, 2012 11:57:30 Kenneth Graunke wrote: > --- > src/mesa/main/mtypes.h | 10 -- > 1 file changed, 10 deletions(-) > > diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h > ind

Re: [Mesa-dev] [PATCH 1/2] i965: Don't flush the batch immediately on EndQuery.

2012-10-17 Thread Kenneth Graunke
On 10/16/2012 04:32 PM, Eric Anholt wrote: The theory I had when I wrote the code was that you wanted to minimize latency on your queries because the app was going to ask soon. Only, it turns out that everybody batches up their queries and asks for the results later (often after the next SwapBuf