https://bugs.freedesktop.org/show_bug.cgi?id=31800
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|Drivers/Gallium/r300 |Mesa core AssignedTo|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org
--- Comment #1 from Marek Olšák maraeo@gmail.com 2010-11-21 13:38:20 PST --- glsl-fs-uniform-array-6 surpasses hardware limits of r300 (it uses 1024 vec4s, while only 256 are supported).
To "fix" this for r300, the test should check for GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB and skip accordingly (there's a patch in ML which sets MaxUniformComponents in st/mesa).
I am reassigning this bug to Mesa core, because the assertion failure is outside the driver.