index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_cfg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Call insert and remove functions from exec_node directly.
Matt Turner
2014-09-24
1
-8
/
+8
*
i965: Make instruction lists local to the bblocks.
Matt Turner
2014-09-24
1
-30
/
+32
*
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
/
+52
*
i965/cfg: Point to bblock_t containing associated control flow
Matt Turner
2014-08-22
1
-19
/
+9
*
i965/cfg: Add a function to remove a block from the cfg.
Matt Turner
2014-08-22
1
-3
/
+55
*
i965/cfg: Add functions to test if a block is a successor/predecessor.
Matt Turner
2014-08-22
1
-0
/
+24
*
i965: Add and use foreach_block macro.
Matt Turner
2014-08-18
1
-9
/
+8
*
i965/cfg: Embed link in bblock_t for main block list.
Matt Turner
2014-08-18
1
-5
/
+5
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-3
/
+1
*
i965: Ensure that we end instruction streams properly.
Iago Toral Quiroga
2014-06-09
1
-0
/
+2
*
i965/cfg: Make DO instruction begin a basic block.
Matt Turner
2014-05-24
1
-9
/
+12
*
i965/cfg: Embed exec_node in bblock_link.
Matt Turner
2014-05-15
1
-14
/
+18
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-7
/
+9
*
i965/cfg: Document cur_* variables.
Matt Turner
2013-12-04
1
-2
/
+5
*
i965/cfg: Remove ip & cur from brw_cfg.
Matt Turner
2013-12-04
1
-17
/
+16
*
i965/cfg: Clean up cfg_t constructors.
Matt Turner
2013-12-04
1
-12
/
+1
*
i965/cfg: Throw out confusing make_list method.
Matt Turner
2013-12-04
1
-13
/
+7
*
i965/cfg: Include only needed headers.
Matt Turner
2013-12-04
1
-1
/
+0
*
i965/cfg: Remove unnecessary endif_stack.
Matt Turner
2013-12-04
1
-3
/
+1
*
i965/cfg: Rework to make IF & ELSE blocks flow into ENDIF.
Matt Turner
2013-12-04
1
-13
/
+23
*
i965/cfg: Keep pointers to IF/ELSE/ENDIF instructions in the cfg.
Matt Turner
2013-12-04
1
-3
/
+28
*
i965/cfg: Add code to dump blocks and cfg.
Matt Turner
2013-12-04
1
-0
/
+34
*
i965: Handle deallocation of some private ralloc contexts explicitly.
Francisco Jerez
2013-10-29
1
-1
/
+1
*
i965: Initialize all member variables of cfg_t on construction.
Francisco Jerez
2013-10-01
1
-0
/
+1
*
i965: Initialize all member variables of bblock_t on construction.
Francisco Jerez
2013-10-01
1
-1
/
+2
*
i965: Make it possible to create a cfg_t without a backend_visitor.
Kenneth Graunke
2012-11-26
1
-3
/
+14
*
i965: Make the cfg reusable from the VS.
Eric Anholt
2012-10-17
1
-10
/
+10
*
i965: Share the predicate field between FS and VS.
Eric Anholt
2012-10-17
1
-2
/
+2
*
i965: Rename fs_cfg types to not mention fs.
Eric Anholt
2012-10-17
1
-22
/
+22
*
i965: Move brw_fs_cfg.* to brw_cfg.*.
Eric Anholt
2012-10-17
1
-0
/
+250