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

          Priority: medium
            Bug ID: 62357
          Assignee: mesa-dev@lists.freedesktop.org
           Summary: llvmpipe: Fragment Shader with "return" in main causes
                    back output
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: drag...@gmail.com
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: Other
           Product: Mesa

We used a fragment shader in gnome-shell where we bail out early using
 if (...)
   return;
inside main() ... the resulting color ended up being black even though the
color has been set to a value before the if statement.

See https://bugzilla.gnome.org/show_bug.cgi?id=695607 for details.

-- 
You are receiving this mail because:
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