Summary: | [i965, regression, bisected] regression of several tests in 93977d3a151675946c03e | ||
---|---|---|---|
Product: | Mesa | Reporter: | Dylan Baker <baker.dylan.c> |
Component: | glsl-compiler | Assignee: | Ian Romanick <idr> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | kenneth, mark.a.janes, t_arceri |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Dylan Baker
2015-08-03 23:33:44 UTC
Ken mentioned similar failures that bisected to 7ac946e546bba440f87ce95ef022745201744f9c. There's probably some field that was getting initialized to zero previously that's getting a non-zero value now. I'll take a look at it tomorrow. Just skimming the code, I'll bet a quarter that the problem is stream being initialized to -1 instead of 0. ir_variable has become such a complete disaster. :( *** Bug 91565 has been marked as a duplicate of this bug. *** There is a patch on the list for this: http://lists.freedesktop.org/archives/mesa-dev/2015-August/090803.html Module: Mesa Branch: master Commit: f7ac4ef4eeea737115d0b574fed7ecae46426072 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7ac4ef4eeea737115d0b574fed7ecae46426072 Author: Michel Dänzer <michel.daenzer@amd.com> Date: Wed Aug 5 18:17:14 2015 +0900 glsl: Initialize patch member of glsl_struct_field |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.