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
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:
---
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
---
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.
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=56057
Chad Versace changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
https://bugs.freedesktop.org/show_bug.cgi?id=55998
stefan.fr...@gmail.com changed:
What|Removed |Added
CC||stefan.fr...@gmail.com
--- Comme
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
---
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 -
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
https://bugs.freedesktop.org/show_bug.cgi?id=55998
Andrea Scarpino changed:
What|Removed |Added
CC||and...@archlinux.org
--
You are recei
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.
__
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
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
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
19 matches
Mail list logo