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

Marek Olšák <mar...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Drivers/Gallium/r300        |Mesa core
         AssignedTo|dri-de...@lists.freedesktop |mesa-...@lists.freedesktop.
                   |.org                        |org

--- Comment #1 from Marek Olšák <mar...@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.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to