OSDN Git Service

i965: Always use the new FS backend on gen6.
authorEric Anholt <eric@anholt.net>
Mon, 11 Oct 2010 22:30:58 +0000 (15:30 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 11 Oct 2010 22:32:41 +0000 (15:32 -0700)
commitbcec03d527561e2df56bf9ebfa250cef56bb732b
treeeb901579902bdc313122257d69a5d2b649a83c7a
parent0cadd32b6dc80455802c04b479ec8e768f93ffe1
i965: Always use the new FS backend on gen6.

It's now much more correct for gen6 than the old backend, with just 2
regressions I've found (one of which is common with pre-gen6 and will
be fixed by an array splitting IR pass).

This does leave the old Mesa IR backend getting used still when we
don't have GLSL IR, but the plan is to get GLSL IR input to the driver
for the ARB programs and fixed function by the next release.
src/mesa/drivers/dri/i965/brw_fs.cpp