https://bugs.freedesktop.org/show_bug.cgi?id=31800
Marek Ol??k <maraeo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Drivers/Gallium/r300 |Mesa core
AssignedTo|dri-devel at lists.freedesktop |mesa-dev at
lists.freedesktop.
|.org |org
--- Comment #1 from Marek Ol??k <maraeo at 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.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.