[Mesa-dev] [PATCH 6/6] r300g/compiler: Fix bug in OMOD folding

2013-02-09 Thread Tom Stellard
From: Tom Stellard The OMOD value was only being folded to one instruction in cases where the MUL instruction was reading a value written by more than one instruction. https://bugs.freedesktop.org/show_bug.cgi?id=60503 NOTE: This is a candidate for the stable branches. --- src/gallium/drivers/

[Mesa-dev] [PATCH 5/6] r300g/tests: Add helper functions for creating a full program

2013-02-09 Thread Tom Stellard
From: Tom Stellard Now you can convert assembly strings into a full struct radeon_compiler object and use it to test individual compiler pases. NOTE: This is a candidate for the stable branches. --- .../drivers/r300/compiler/tests/rc_test_helpers.c | 67 +--- .../drivers/r300

[Mesa-dev] [PATCH 4/6] r300g/tests: Exit test runner with a valid status code

2013-02-09 Thread Tom Stellard
From: Tom Stellard This way make check can report whether or not the tests pass. NOTE: This is a candidate for the stable branches. --- .../r300/compiler/tests/r300_compiler_tests.c | 12 +++- .../r300/compiler/tests/r300_compiler_tests.h |3 ++- .../compiler/tests/radeo

[Mesa-dev] [PATCH 3/6] r300g/complier: Make r300_vertprog_swizzle_caps visible in other files

2013-02-09 Thread Tom Stellard
From: Tom Stellard This will be used by the test suite in later commits. NOTE: This is a candidate for the stable branches. --- src/gallium/drivers/r300/compiler/r3xx_vertprog.c |2 +- src/gallium/drivers/r300/compiler/radeon_swizzle.h |2 ++ 2 files changed, 3 insertions(+), 1 deletio

[Mesa-dev] [PATCH 2/6] r300g/compiler: Fix typo in comment

2013-02-09 Thread Tom Stellard
From: Tom Stellard --- .../drivers/r300/compiler/radeon_variable.c|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/r300/compiler/radeon_variable.c b/src/gallium/drivers/r300/compiler/radeon_variable.c index 77bb9d4..c7ac486f 100644 --- a/src/

[Mesa-dev] [PATCH 1/6] r300g/compiler: Add missing license headers

2013-02-09 Thread Tom Stellard
From: Tom Stellard These are all files that I authored, but forgot to add the license headers. NOTE: This is a candidate for the stable branches. Signed-off-by: Tom Stellard --- .../drivers/r300/compiler/radeon_compiler_util.h | 27 .../drivers/r300/compiler/radeon_em

[Mesa-dev] [PATCH] glsl: Initialize ast_function member variables.

2013-02-09 Thread Vinson Lee
Fixes uninitialized pointer field defect reported by Coverity. Signed-off-by: Vinson Lee --- src/glsl/glsl_parser_extras.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/glsl/glsl_parser_extras.cpp b/src/glsl/glsl_parser_extras.cpp index 7d826e3..6fb0739 100644 --- a

[Mesa-dev] [Bug 58872] Mac OS X configure: error: Couldn't find clock_gettime

2013-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58872 Vinson Lee changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [Mesa-dev] [PATCH v2] configure.ac: Do not error out if librt is not available.

2013-02-09 Thread Matt Turner
On Sat, Feb 9, 2013 at 12:34 PM, Vinson Lee wrote: > On Sat, Feb 9, 2013 at 11:38 AM, Matt Turner wrote: >> On Fri, Feb 8, 2013 at 7:19 PM, Vinson Lee wrote: >>> Some platforms, such as Mac OS X, do not have librt. >> >> But Mac OS X (apparently from my quick Google search) doesn't clock_gettime

Re: [Mesa-dev] [PATCH v2] configure.ac: Do not error out if librt is not available.

2013-02-09 Thread Vinson Lee
On Sat, Feb 9, 2013 at 11:38 AM, Matt Turner wrote: > On Fri, Feb 8, 2013 at 7:19 PM, Vinson Lee wrote: >> Some platforms, such as Mac OS X, do not have librt. > > But Mac OS X (apparently from my quick Google search) doesn't clock_gettime. > > clock_gettime is called from two places: > src/gal

Re: [Mesa-dev] [PATCH v2] configure.ac: Do not error out if librt is not available.

2013-02-09 Thread Matt Turner
On Fri, Feb 8, 2013 at 7:19 PM, Vinson Lee wrote: > Some platforms, such as Mac OS X, do not have librt. But Mac OS X (apparently from my quick Google search) doesn't clock_gettime. clock_gettime is called from two places: src/gallium/auxiliary/os/os_time.c src/mesa/drivers/dri/intel/intel_s

[Mesa-dev] [Bug 44239] spring rts crashes with r300g

2013-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44239 Pavel Ondračka changed: What|Removed |Added CC||pavel.ondra...@email.cz --- Comment #11