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

--- Comment #15 from Ilia Mirkin <imir...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to