commit | cd2a24a4c2cf3aab8cbaf831d9712bc3c09cba66 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu Dec 29 23:37:17 2011 -0800 |
committer | Eric Anholt <eric@anholt.net> | Fri Jan 06 09:17:17 2012 -0800 |
tree | 699655311b7e63c07b04b11f149b8d7747252c79 | |
parent | 6c0b70e7740b30ee46ae28f6b3b7fe7223621ebd [diff] |
i965/gen7: Enable transform feedback as long as kernel support is present. The last major issue (intervening-read) is fixed, so let's turn this on for real. The only other known issue is a hardware limitation for tesselation with flat shading. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>