https://bugs.freedesktop.org/show_bug.cgi?id=29438
Summary: [r300g] glean/glsl1-temp fails with unknown opcode ARL Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/r300 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: plaes@plaes.org
Kernel: 2.6.35 Mesa: git master d64a119c28376d7ce069dcec044ff9af7f93ff9c
Results for glean/glsl1-temp array with swizzled variable indexing Returncode: 0
Errors: r300 FP: Compiler Error: r300_fragprog_emit.c::translate_rgb_opcode(): translate_rgb_opcode: Unknown opcode ARL Using a dummy shader instead. If there's an 'unknown opcode' message, please file a bug report and attach this log.
Output: ---------------------------------------------------------------------- GLSL test 1: test basic Shading Language functionality.
glsl1: Running single test: temp array with swizzled variable indexing FAILURE: Shader test: temp array with swizzled variable indexing Expected color: 0.4, 0.4, 0.4, 0.4 Observed color: 0, 0, 0, 1 glsl1: FAIL rgba8, db, z24, s8, win+pmap, id 33 0 tests passed, 1 tests failed.
https://bugs.freedesktop.org/show_bug.cgi?id=29438
--- Comment #1 from Priit Laes (irc: plaes) plaes@plaes.org 2010-08-07 09:37:29 PDT --- Created an attachment (id=37672) --> (https://bugs.freedesktop.org/attachment.cgi?id=37672) glxinfo.log
OpenGL vendor string: X.Org R300 Project OpenGL renderer string: Gallium 0.4 on RV370 OpenGL version string: 2.1 Mesa 7.9-devel OpenGL shading language version string: 1.20
https://bugs.freedesktop.org/show_bug.cgi?id=29438
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX
--- Comment #2 from Marek Olšák maraeo@gmail.com 2010-08-16 05:27:56 PDT --- This opcode is not supported by hardware and cannot be worked around. Closing.
dri-devel@lists.freedesktop.org