http://bugs.freedesktop.org/show_bug.cgi?id=20319
--- Comment #13 from haihao <[email protected]> 2009-03-03 23:03:06 PST --- Created an attachment (id=23503) --> (http://bugs.freedesktop.org/attachment.cgi?id=23503) patch for bad opcode on i915 This problem is caused by FEATURE_MESA_program_debug. It is defined when gcc handles struct prog_instruction for texenvprogram.c but it isn't defined when gcc handles struct prog_instruction for i915_fragprog.c. Adjusting the order of some header files for i915_fragprog.c can fix this bad opcode issue. However it seems the rendering on 915 is incorrect, it should be broken by something. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
