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
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
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
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
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
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
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?
-
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
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
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
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
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.
> > >
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
https://bugs.freedesktop.org/show_bug.cgi?id=44344
Andrew Randrianasulu changed:
What|Removed |Added
CC||rand...@mail.ru
--
Configure bug
https://bugs.freedesktop.org/show_bug.cgi?id=38906
junkmailnotr...@yahoo.com changed:
What|Removed |Added
CC||junkmailnotr...@yahoo.com
--
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
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
17 matches
Mail list logo