i965: Ensure that we end instruction streams properly.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_cfg.cpp
2014-06-09 Iago Toral Quirogai965: Ensure that we end instruction streams properly.
2014-05-25 Matt Turneri965/cfg: Make DO instruction begin a basic block.
2014-05-15 Matt Turneri965/cfg: Embed exec_node in bblock_link.
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2013-12-05 Matt Turneri965/cfg: Document cur_* variables.
2013-12-05 Matt Turneri965/cfg: Remove ip & cur from brw_cfg.
2013-12-05 Matt Turneri965/cfg: Clean up cfg_t constructors.
2013-12-05 Matt Turneri965/cfg: Throw out confusing make_list method.
2013-12-05 Matt Turneri965/cfg: Include only needed headers.
2013-12-05 Matt Turneri965/cfg: Remove unnecessary endif_stack.
2013-12-05 Matt Turneri965/cfg: Rework to make IF & ELSE blocks flow into...
2013-12-05 Matt Turneri965/cfg: Keep pointers to IF/ELSE/ENDIF instructions...
2013-12-05 Matt Turneri965/cfg: Add code to dump blocks and cfg.
2013-10-29 Francisco Jerezi965: Handle deallocation of some private ralloc contex...
2013-10-02 Francisco Jerezi965: Initialize all member variables of cfg_t on const...
2013-10-02 Francisco Jerezi965: Initialize all member variables of bblock_t on...
2012-11-27 Kenneth Graunkei965: Make it possible to create a cfg_t without a...
2012-10-17 Eric Anholti965: Make the cfg reusable from the VS.
2012-10-17 Eric Anholti965: Share the predicate field between FS and VS.
2012-10-17 Eric Anholti965: Rename fs_cfg types to not mention fs.
2012-10-17 Eric Anholti965: Move brw_fs_cfg.* to brw_cfg.*.