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

--- Comment #8 from Tom Stellard <tstel...@gmail.com> 2010-07-10 13:11:05 PDT 
---
Created an attachment (id=36940)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=36940)
Failing shaders

I pulled 1 of the 3 failing shaders from the error log.  If you have some
familiarity with assembly code, you can look through the log and try to find
optimization opportunities that would reduce the number of instructions we need
to emit.  This would be very helpful. I would recommend looking at the code
after the dataflow passes, because at this point most of our optimizations have
already been done.  If you are unsure of what the instructions do, their
definitions are in this file:
src/mesa/drivers/dri/r300/compiler/radeon_opcodes.h

-- 
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