[Mesa-dev] [Bug 29489] New: [glsl2] piglit test preprocess-01.frag fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 10 12:21:13 PDT 2010


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

           Summary: [glsl2] piglit test preprocess-01.frag fails
           Product: Mesa
           Version: git
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: idr at freedesktop.org


As reported by Thomas Jones, shaders such as the one below, now in piglit test
case preprocess-01.frag do not compile:

#ifdef FOO
#if FOO == 4
#elif SAMP == 5
#endif
#endif
void main()  { gl_FragData[0] = vec4(0);}

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list