index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_cfg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-358
/
+0
*
i965/cfg: Initialize cfg_t::cycle_count.
Matt Turner
2016-11-29
1
-1
/
+1
*
i965: Use rzalloc for cfg_t
Chris Wilson
2016-11-03
1
-1
/
+1
*
glsl: Separate overlapping sentinel nodes in exec_list.
Matt Turner
2016-07-26
1
-1
/
+1
*
i965: Simplify foreach_inst_in_block_safe() macro.
Matt Turner
2016-06-30
1
-3
/
+2
*
i965: Make bblock_t::next and friends return NULL at sentinels.
Kenneth Graunke
2016-04-04
1
-0
/
+12
*
i965: Do dead-code elimination in a single pass.
Matt Turner
2015-12-01
1
-0
/
+3
*
i965: dump scheduling cycle estimates
Connor Abbott
2015-10-30
1
-0
/
+4
*
i965: Remove block arg from foreach_inst_in_block_*_starting_from
Neil Roberts
2015-10-21
1
-2
/
+2
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
1
-2
/
+2
*
i965/cfg: Add function to generate a dot file of the dominator tree.
Matt Turner
2015-02-17
1
-0
/
+1
*
i965/cfg: Add function to generate a dot file of the CFG.
Matt Turner
2015-02-17
1
-0
/
+1
*
i965/cfg: Calculate the immediate dominators.
Matt Turner
2015-02-17
1
-1
/
+6
*
i965/cfg: Add a foreach_block_reverse macro.
Matt Turner
2015-01-23
1
-0
/
+3
*
i965/cfg: Add a foreach_inst_in_block_reverse_safe macro.
Matt Turner
2015-01-23
1
-0
/
+3
*
i965/cfg: Remove if_block/else_block.
Matt Turner
2014-11-11
1
-8
/
+0
*
i965/cfg: Add functions to get first and last non-CF instructions.
Matt Turner
2014-11-06
1
-0
/
+74
*
i965: Add and use functions to get next/prev blocks.
Matt Turner
2014-09-24
1
-0
/
+53
*
i965: Make instruction lists local to the bblocks.
Matt Turner
2014-09-24
1
-15
/
+62
*
i965/cfg: Add note about double-loop macros and break behavior.
Matt Turner
2014-09-24
1
-0
/
+6
*
i965/cfg: Add macros to iterate through a block given a starting point.
Matt Turner
2014-09-24
1
-0
/
+10
*
i965: Mark cfg dumping functions const.
Kenneth Graunke
2014-09-05
1
-2
/
+2
*
i965/cfg: Add functions to combine basic blocks.
Matt Turner
2014-08-22
1
-0
/
+2
*
i965/cfg: Point to bblock_t containing associated control flow
Matt Turner
2014-08-22
1
-6
/
+4
*
i965/cfg: Add a function to remove a block from the cfg.
Matt Turner
2014-08-22
1
-1
/
+4
*
i965/cfg: Add functions to test if a block is a successor/predecessor.
Matt Turner
2014-08-22
1
-0
/
+2
*
i965/cfg: Add a foreach_block_and_inst_safe macro.
Matt Turner
2014-08-18
1
-0
/
+4
*
i965/cfg: Add a foreach_inst_in_block_safe macro.
Matt Turner
2014-08-18
1
-0
/
+8
*
i965/cfg: Add a foreach_block_safe macro.
Matt Turner
2014-08-18
1
-0
/
+3
*
i965: Add and use foreach_block macro.
Matt Turner
2014-08-18
1
-1
/
+4
*
i965/cfg: Embed link in bblock_t for main block list.
Matt Turner
2014-08-18
1
-0
/
+2
*
i965/cfg: Add a foreach_block_and_inst macro.
Matt Turner
2014-07-21
1
-0
/
+4
*
i965/cfg: Make cfg_t usable from C.
Matt Turner
2014-07-05
1
-6
/
+4
*
i965: Add and use foreach_inst_in_block macros.
Matt Turner
2014-07-01
1
-0
/
+10
*
i965/cfg: Embed exec_node in bblock_link.
Matt Turner
2014-05-15
1
-1
/
+2
*
i965/cfg: Make brw_cfg.h closer to C-includable.
Matt Turner
2014-05-15
1
-13
/
+23
*
i965/cfg: Protect brw_cfg.h from multiple inclusion.
Matt Turner
2014-05-15
1
-0
/
+6
*
i965/cfg: Remove ip & cur from brw_cfg.
Matt Turner
2013-12-04
1
-9
/
+1
*
i965/cfg: Clean up cfg_t constructors.
Matt Turner
2013-12-04
1
-4
/
+1
*
i965/cfg: Throw out confusing make_list method.
Matt Turner
2013-12-04
1
-2
/
+0
*
i965/cfg: Include only needed headers.
Matt Turner
2013-12-04
1
-1
/
+3
*
i965/cfg: Keep pointers to IF/ELSE/ENDIF instructions in the cfg.
Matt Turner
2013-12-04
1
-0
/
+10
*
i965/cfg: Add code to dump blocks and cfg.
Matt Turner
2013-12-04
1
-0
/
+3
*
i965: Initialize all member variables of cfg_t on construction.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Initialize all member variables of bblock_t on construction.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.
Kenneth Graunke
2013-09-21
1
-18
/
+2
*
i965: Make it possible to create a cfg_t without a backend_visitor.
Kenneth Graunke
2012-11-26
1
-0
/
+4
*
i965: Make the cfg reusable from the VS.
Eric Anholt
2012-10-17
1
-3
/
+3
*
i965: Rename fs_cfg types to not mention fs.
Eric Anholt
2012-10-17
1
-14
/
+14
*
i965: Move brw_fs_cfg.* to brw_cfg.*.
Eric Anholt
2012-10-17
1
-0
/
+101