OSDN Git Service

i965: Enable the new FS backend on pre-gen6 as well.
authorEric Anholt <eric@anholt.net>
Thu, 14 Oct 2010 19:23:29 +0000 (12:23 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 14 Oct 2010 19:40:50 +0000 (12:40 -0700)
commita81d423d93f22a948f3aa4bf73dc6b1a3b70192f
treeb9e27bda6cc98716a1a727af00b3f3dd1adac9ec
parent897f6d3c7d06316b0535971cc2de318157c23692
i965: Enable the new FS backend on pre-gen6 as well.

It is now to the point where we have no regressing piglit tests.  It
also fixes Yo Frankie! and Humus DynamicBranching, probably due to the
piglit bias tests that work that didn't on the Mesa IR backend.

As a downside, performance takes about a 5-10% performance hit at the
moment (e.g. nexuiz 19.8fps -> 18.8fps), which I plan to resolve by
reintroducing 16-wide fragment shaders where possible.  It is a win,
though, for fragment shaders using flow control.
src/mesa/drivers/dri/i965/brw_fs.cpp