i965/nir/vec4: Implement load_const intrinsic
[mesa.git] / src / mesa / drivers / dri / i965 / brw_cfg.cpp
2015-07-29 Matt Turneri965/cfg: Assert that cur_do/while/if pointers are...
2015-06-23 Matt Turneri965/cfg: Assert that cur_do/while/if pointers are...
2015-05-29 Jason Ekstrandi965: Rename backend_visitor to backend_shader
2015-02-18 Matt Turneri965/cfg: Add function to generate a dot file of the...
2015-02-18 Matt Turneri965/cfg: Add function to generate a dot file of the...
2015-02-18 Matt Turneri965/cfg: Calculate the immediate dominators.
2015-02-18 Matt Turneri965/cfg: Allow cfg::dump to be called without a visitor.
2015-01-08 Matt Turneri965/cfg: Fix end_ip of last basic block.
2014-11-11 Matt Turneri965/cfg: Remove if_block/else_block.
2014-09-24 Matt Turneri965: Call insert and remove functions from exec_node...
2014-09-24 Matt Turneri965: Make instruction lists local to the bblocks.
2014-09-05 Kenneth Graunkei965: Mark cfg dumping functions const.
2014-08-22 Matt Turneri965/cfg: Add functions to combine basic blocks.
2014-08-22 Matt Turneri965/cfg: Point to bblock_t containing associated contr...
2014-08-22 Matt Turneri965/cfg: Add a function to remove a block from the...
2014-08-22 Matt Turneri965/cfg: Add functions to test if a block is a success...
2014-08-19 Matt Turneri965: Add and use foreach_block macro.
2014-08-19 Matt Turneri965/cfg: Embed link in bblock_t for main block list.
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
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.*.