[Mesa-dev] [Bug 43125] [bisected] Start screen in Amnesia too dark after Rewrite the way uniforms are tracked and handled commit

2011-12-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43125 --- Comment #8 from Pavel Ondračka pavel.ondra...@email.cz 2011-12-31 00:37:16 PST --- (In reply to comment #7) I guess this patch could help: http://lists.freedesktop.org/archives/mesa-dev/2011-December/016347.html Yes, that patch fixes

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

2011-12-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44239 Marek Olšák mar...@gmail.com changed: What|Removed |Added AssignedTo|dri-devel@lists.freedesktop

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

2011-12-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44344 Bug #: 44344 Summary: [i915g] state_tracker/st_glsl_to_tgsi.cpp:3082:simplify_cmp: Assertion `inst-dst.index 4096' failed. Classification: Unclassified Product: Mesa

[Mesa-dev] [Bug 44345] New: WebGL cars demo crash in llvm::Type::getForwardedTypeInternal()

2011-12-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44345 Bug #: 44345 Summary: WebGL cars demo crash in llvm::Type::getForwardedTypeInternal() Classification: Unclassified Product: Mesa Version: git Platform: Other

[Mesa-dev] softpipe and tgsi_exec.c FAST_MATH

2011-12-31 Thread Dave Airlie
Hi, So in the interest of correctness perf wrt softpipe, flicking tgsi_exec.c FAST_MATH to 0 fixes 15 piglit tests with 0 regressions, I could probably be persuaded to make a SOFTPIPE_FAST_MATH run time set to 0 by default, anyone care one way or another? Dave.

[Mesa-dev] [PATCH] glsl/gallium: add a remove_output lowering pass

2011-12-31 Thread Vincent Lejeune
Current glsl_to_tgsi::remove_output_read pass did not work properly when indirect addressing was involved ; this commit replaces it with a lowering pass that occurs before glsl_to_tgsi visitor is called. This patch fix varying-array related piglit test. --- src/glsl/Makefile.sources