Re: [Mesa-dev] [PATCH V2] i965: fix alpha test for MRT

2013-07-05 Thread Chris Forbes
Committed to master now -- sorry for the delay. On Fri, Jul 5, 2013 at 11:50 PM, Vedran Rodic wrote: > Sorry, please ignore me, sending fake patches through gmail is not my > a thing. :) But please apply the fix from Chris. ___ mesa-dev mailing list mes

[Mesa-dev] [Bug 66633] glinfo causes X11 to freeze

2013-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66633 --- Comment #4 from Matthew Cline --- Created attachment 82108 --> https://bugs.freedesktop.org/attachment.cgi?id=82108&action=edit Xorg.0.log -- You are receiving this mail because: You are the assignee for the bug. _

[Mesa-dev] [Bug 66633] glinfo causes X11 to freeze

2013-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66633 --- Comment #3 from Matthew Cline --- Created attachment 82107 --> https://bugs.freedesktop.org/attachment.cgi?id=82107&action=edit glxinfo output -- You are receiving this mail because: You are the assignee for the bug. _

[Mesa-dev] [Bug 66633] glinfo causes X11 to freeze

2013-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66633 --- Comment #2 from Matthew Cline --- Created attachment 82106 --> https://bugs.freedesktop.org/attachment.cgi?id=82106&action=edit xdpyinfo output -- You are receiving this mail because: You are the assignee for the bug.

[Mesa-dev] [Bug 66633] glinfo causes X11 to freeze

2013-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66633 --- Comment #1 from Matthew Cline --- Created attachment 82105 --> https://bugs.freedesktop.org/attachment.cgi?id=82105&action=edit /etc/drirc -- You are receiving this mail because: You are the assignee for the bug. _

[Mesa-dev] [Bug 66633] New: glinfo causes X11 to freeze

2013-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66633 Priority: medium Bug ID: 66633 Assignee: mesa-dev@lists.freedesktop.org Summary: glinfo causes X11 to freeze Severity: critical Classification: Unclassified OS: Linux (All)

[Mesa-dev] [Bug 66175] R600/SI: SETCC for v2i32/v4i32 triggers LLVM assertion

2013-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66175 --- Comment #2 from Aaron Watry --- The patch fixes the crash in that LLVM (llc specifically) now goes into an infinite loop. Note: I tested this with your 10-patch KCache/cleanup/mul24/mad24 series applied (the same revised patches I sent to ll

[Mesa-dev] [PATCH] r600g: x/y coordinates must be divided by block dim in dma blit

2013-07-05 Thread Christoph Bumiller
From: Christoph Bumiller --- src/gallium/drivers/r600/evergreen_state.c | 10 -- src/gallium/drivers/r600/r600_state.c | 10 -- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/r600/evergreen_state.c b/src/gallium/drivers/r600/evergreen_st

Re: [Mesa-dev] [PATCH 6/7] glsl: Allow non-constant expression initializers of const-qualified vars.

2013-07-05 Thread Matt Turner
On Sat, Jun 29, 2013 at 7:42 PM, Matt Turner wrote: > Ping. > > Check out the piglit tests: >const-var-non-constant-expr.shader_test >global-const-var-non-const-expr.frag > > Those confirm that this change is correct. I'm completely satisfied with the change. I'll push it on Monday. _

Re: [Mesa-dev] [PATCH] gallivm: Eliminate redundant lp_build_select calls.

2013-07-05 Thread Roland Scheidegger
Am 05.07.2013 15:22, schrieb jfons...@vmware.com: > From: José Fonseca > > lp_build_cmp already returns 0 / ~0, so the lp_build_select call is > unnecessary. > > Trivial. > --- > src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c | 14 ++ > 1 file changed, 2 insertions(+), 12 deleti

[Mesa-dev] [Bug 66359] Mesa crashes in _mesa_VertexAttrib2dvNV on starting KDE 4.11

2013-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66359 --- Comment #7 from Hrvoje Senjan --- (In reply to comment #6) > This bug report applies to Mesa-9.1.4, too. But not to master -- You are receiving this mail because: You are the assignee for the bug. __

Re: [Mesa-dev] [RFC] Mesa 9.2 and release process changes

2013-07-05 Thread Brian Paul
On 07/03/2013 07:01 PM, Carl Worth wrote: Ian Romanick writes: 1. Carl Worth is taking over stable releases from me, so I'd like to increase the rate of stable releases from (nominally) monthly to every two weeks. Thanks. I'm happy to help here. So I'll plan to release 9.1.5 on July 15, (just

[Mesa-dev] [PATCH] gallivm: Eliminate redundant lp_build_select calls.

2013-07-05 Thread jfonseca
From: José Fonseca lp_build_cmp already returns 0 / ~0, so the lp_build_select call is unnecessary. Trivial. --- src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_actio

Re: [Mesa-dev] [PATCH V2] i965: fix alpha test for MRT

2013-07-05 Thread Vedran Rodic
Sorry, please ignore me, sending fake patches through gmail is not my a thing. :) But please apply the fix from Chris. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH V2] i965: fix alpha test for MRT

2013-07-05 Thread Vedran Rodic
Can we pretend this came from Chris so it can be applied sooner rather than later ? :) Include src0 alpha in the RT write message when using MRT, so it is used for the alpha test instead of the normal per-RT alpha value. No Piglit regressions on Ivybridge. V2: reuse (and simplify) existing sampl

[Mesa-dev] [PATCH 2/2] [RFC] nvc0: implement MP performance counters for nvc0:nvc8

2013-07-05 Thread Samuel Pitoiset
--- src/gallium/drivers/nvc0/nvc0_query.c | 413 - src/gallium/drivers/nvc0/nvc0_screen.h | 35 +++ 2 files changed, 440 insertions(+), 8 deletions(-) diff --git a/src/gallium/drivers/nvc0/nvc0_query.c b/src/gallium/drivers/nvc0/nvc0_query.c index 75c515a..834d2

[Mesa-dev] [PATCH 1/2] [RFC] nvc0: implement compute support for nvc0

2013-07-05 Thread Samuel Pitoiset
--- src/gallium/drivers/nvc0/Makefile.sources | 1 + src/gallium/drivers/nvc0/nvc0_compute.c | 290 src/gallium/drivers/nvc0/nvc0_compute.h | 7 + src/gallium/drivers/nvc0/nvc0_compute.xml.h | 410 src/gallium/drivers/nvc0/nvc0_contex