[Mesa-dev] [Bug 91173] Oddworld: Stranger's Wrath HD: disfigured models in wrong colors

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 1 14:36:12 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91173

--- Comment #15 from Ilia Mirkin <imirkin at alum.mit.edu> ---
The following patch fully fixes the problem for me (in addition to the color
thing obviously). Still need to figure out exactly which opt is broken. Kinda
tempted to just remove the whole thing...

diff --git a/src/mesa/program/prog_optimize.c
b/src/mesa/program/prog_optimize.c
index f9e9035..8ebdaa8 100644
--- a/src/mesa/program/prog_optimize.c
+++ b/src/mesa/program/prog_optimize.c
@@ -1341,6 +1341,7 @@ void
 _mesa_optimize_program(struct gl_context *ctx, struct gl_program *program)
 {
    GLboolean any_change;
+   return;

    _mesa_simplify_cmp(program);
    /* Stop when no modifications were output */

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150701/7245d8ea/attachment.html>


More information about the mesa-dev mailing list