[Mesa-dev] [Bug 49768] [BUG][FIX] incorrect command format in the help string of "r600-llvm-compiler" in "configure.ac"

2012-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49768 --- Comment #1 from Homer Hsing 2012-05-10 18:53:09 PDT --- The patch above is truncated to 80 chars a line, wrong ... Correct patch is: diff --git a/configure.ac b/configure.ac index 43a7c0c..d66d893 100644 --- a/configure.ac +++ b/configure

[Mesa-dev] [Bug 49768] New: [BUG][FIX] incorrect command format in the help string of "r600-llvm-compiler" in "configure.ac"

2012-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49768 Bug #: 49768 Summary: [BUG][FIX] incorrect command format in the help string of "r600-llvm-compiler" in "configure.ac" Classification: Unclassified Product: Mesa Version: git

[Mesa-dev] [Bug 49766] New: [BUG] a typo in the help string of "r600-llvm-compiler" in configure.ac

2012-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49766 Bug #: 49766 Summary: [BUG] a typo in the help string of "r600-llvm-compiler" in configure.ac Classification: Unclassified Product: Mesa Version: git Platform: All

[Mesa-dev] [PATCH 2/2] i965/fs: Add a local common subexpression elimination pass.

2012-05-10 Thread Kenneth Graunke
Total instructions: 18210 -> 17836 49/163 programs affected (30.1%) 12888 -> 12514 instructions in affected programs (2.9% reduction) This reduces Lightsmark's "Scale down filter" shader from 395 instructions to 283, a whopping 28%. It also reduces register pressure significantly: the SIMD8 progr

[Mesa-dev] [PATCH 1/2] i965/fs: Use a const reference in fs_reg::equals instead of a pointer.

2012-05-10 Thread Kenneth Graunke
This lets you omit some ampersands and is more idiomatic C++. Using const also marks the function as not altering either register (which was obvious, but nice to enforce). Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_fs.cpp |2 +- src/mesa/drivers/dri/i965/brw_fs

[Mesa-dev] [PATCH] i830_state:i830Enable(): Fix crash for GL_STENCIL_TEST

2012-05-10 Thread Kurt Roeckx
commit 87f12bb2d95236c7b025d1a8be56b5ab1683d702 tried to fix rb->mt being NULL, but change this case wrong. Note: this is a candidate for the 8.0 branch Signed-off-by: Kurt Roeckx --- src/mesa/drivers/dri/i915/i830_state.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s

[Mesa-dev] [Bug 49717] SCons build error with clang

2012-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49717 --- Comment #2 from Vinson Lee 2012-05-10 14:41:08 PDT --- The Make build using clang successfully builds the llvmpipe unit tests so the problem appears to be with SCons only. Perhaps linking should be done with clang++ instead of with clang? -

[Mesa-dev] [PATCH v2 3/5] i965: Expose surface setup internals for use by blits.

2012-05-10 Thread Paul Berry
This patch exposes the functions brw_get_surface_tiling_bits and gen7_set_surface_tiling, so that they can be re-used when setting up surface states in gen6_blorp.cpp and gen7_blorp.cpp. --- src/mesa/drivers/dri/i965/brw_state.h |2 ++ src/mesa/drivers/dri/i965/brw_wm_surface_state

[Mesa-dev] [PATCH v2 2/5] i965: split gen{6,7}_blorp_exec functions into manageable chunks.

2012-05-10 Thread Paul Berry
This patch splits up the gen6_blorp_exec and gen7_blorp_exec functions, which were very long, into simple component functions. With a few exceptions, there is one function per state packet. This will allow blit functionality to be added without significantly complicating the code. Reviewed-by: Ch

[Mesa-dev] [PATCH v2 1/5] i965: Parameterize HiZ code to prepare for adding blitting.

2012-05-10 Thread Paul Berry
This patch groups together the parameters used by the HiZ functions into a new data structure, brw_hiz_resolve_params, rather than passing each parameter individually between the HiZ functions. This data structure is a subclass of brw_blorp_params, which represents the parameters of a general-purp

[Mesa-dev] [PATCH v2 0/5] i965/gen6: Begin implementing MSAA.

2012-05-10 Thread Paul Berry
This is version 2.0 of the initial i965/gen6 MSAA implementation, based on review comments and some further development. The first 5 patches in that series were preparatory refactoring, and received positive reviews, so I've already pushed them. Significant changes since v1 last week: - Better o

Re: [Mesa-dev] [PATCH 3/3] i965: Completely annotate the batch bo when aub dumping.

2012-05-10 Thread Eric Anholt
On Thu, 10 May 2012 06:56:49 -0700, Paul Berry wrote: > On 9 May 2012 20:07, Eric Anholt wrote: > > > On Mon, 7 May 2012 14:32:18 -0700, Paul Berry > > wrote: > > > +/** > > > + * Generate a set of aub file annotations for the current batch buffer, > > and > > > + * deliver them to DRM. > > >

Re: [Mesa-dev] [PATCH 3/3] i965: Completely annotate the batch bo when aub dumping.

2012-05-10 Thread Paul Berry
On 9 May 2012 20:07, Eric Anholt wrote: > On Mon, 7 May 2012 14:32:18 -0700, Paul Berry > wrote: > > +/** > > + * Generate a set of aub file annotations for the current batch buffer, > and > > + * deliver them to DRM. > > + * > > + * The "used" section of the batch buffer (the portion containin

[Mesa-dev] [Bug 44344] [i915g] state_tracker/st_glsl_to_tgsi.cpp:3082:simplify_cmp: Assertion `inst->dst.index < 4096' failed.

2012-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44344 Andrew Randrianasulu changed: What|Removed |Added CC||rand...@mail.ru -- Configure bug

[Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.

2012-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38906 junkmailnotr...@yahoo.com changed: What|Removed |Added CC||junkmailnotr...@yahoo.com --

[Mesa-dev] [Bug 38906] Mesa compilation failure if libudev development files are not installed.

2012-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38906 --- Comment #10 from junkmailnotr...@yahoo.com 2012-05-10 04:05:39 PDT --- > I don't think udev is a problematic requirement for embedded devices (I think > it's hard to build one without), ... I respectfully disagree. The recent Linux kernel de

[Mesa-dev] [Bug 49717] SCons build error with clang

2012-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49717 --- Comment #1 from Olivier Galibert 2012-05-10 00:21:47 UTC --- The error points to llvm, specifically /usr/lib/llvm-3.0/lib/libLLVMX86CodeGen.a, not being compiled with clang. Can you check that? OG. -- Configure bugmail: https://bugs.fr