aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_cfg.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Make it possible to create a cfg_t without a backend_visitor.Kenneth Graunke2012-11-261-3/+14
* i965: Make the cfg reusable from the VS.Eric Anholt2012-10-171-10/+10
* i965: Share the predicate field between FS and VS.Eric Anholt2012-10-171-2/+2
* i965: Rename fs_cfg types to not mention fs.Eric Anholt2012-10-171-22/+22
* i965: Move brw_fs_cfg.* to brw_cfg.*.Eric Anholt2012-10-171-0/+250