Summary: | [r300g] Too many ALU instructions | ||
---|---|---|---|
Product: | Mesa | Reporter: | Ivan Sukin <isukin.intelliware> |
Component: | Drivers/Gallium/r300 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | biru.ionut |
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Ivan Sukin
2010-10-10 07:41:35 UTC
This is fixed in git master. Many thanks. @Tom is the fix available in mesa 7.10.1? i'm still having this bug when using gnome-shell (In reply to comment #3) > @Tom is the fix available in mesa 7.10.1? > > i'm still having this bug when using gnome-shell Can you file a new bug. This is a different problem. (In reply to comment #3) > @Tom is the fix available in mesa 7.10.1? > > i'm still having this bug when using gnome-shell Yes, it's in 7.10. Note that this is not a bug, it's a hardware limitation. Sometimes we can improve the compiler so that it generates a little less instructions, but that only applies to shaders the size of which is very close to the hardware limit. Too long shaders are simply NOT supported by hardware. Period. Please set the environment variable RADEON_DEBUG=fp and attach the output gnome-shell will generate (in a new bug). (In reply to comment #5) > (In reply to comment #3) > > @Tom is the fix available in mesa 7.10.1? > > > > i'm still having this bug when using gnome-shell > > Yes, it's in 7.10. > > Note that this is not a bug, it's a hardware limitation. Sometimes we can > improve the compiler so that it generates a little less instructions, but that > only applies to shaders the size of which is very close to the hardware limit. > Too long shaders are simply NOT supported by hardware. Period. > > Please set the environment variable RADEON_DEBUG=fp and attach the output > gnome-shell will generate (in a new bug). thanks for explaining what does that mean. bug reported here: https://bugs.freedesktop.org/show_bug.cgi?id=35257 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.