summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs_cse.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-05i965/fs: Only do CSE when the dst types match.Eric Anholt1-1/+2
2012-10-17i965: Make the cfg reusable from the VS.Eric Anholt1-1/+1
2012-10-17i965: Share the predicate field between FS and VS.Eric Anholt1-1/+1
2012-10-17i965: Rename fs_cfg types to not mention fs.Eric Anholt1-3/+3
2012-10-17i965: Move brw_fs_cfg.* to brw_cfg.*.Eric Anholt1-1/+1
2012-07-18i965/fs.h: Refactor tests for instructions modifying a register.Eric Anholt1-7/+1
2012-05-14i965/fs: Add a local common subexpression elimination pass.Kenneth Graunke1-0/+195