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_fs_cmod_propagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: don't propagate cmod when the exec sizes differ
Connor Abbott
2015-11-23
1
-1
/
+2
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965: Remove block arg from foreach_inst_in_block_*_starting_from
Neil Roberts
2015-10-21
1
-2
/
+1
*
i965/fs: Relax type check in cmod propagation.
Matt Turner
2015-04-01
1
-1
/
+3
*
i965/fs: Ignore type in cmod prop if scan_inst is CMP.
Matt Turner
2015-03-18
1
-12
/
+13
*
i965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly in cmod propagation
Ian Romanick
2015-03-17
1
-1
/
+30
*
i965/fs: Silence unused parameter warning
Ian Romanick
2015-03-09
1
-2
/
+2
*
i965/fs: Don't propagate cmod to inst with different type.
Matt Turner
2015-03-04
1
-0
/
+4
*
i965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod propagation.
Kenneth Graunke
2015-01-26
1
-6
/
+10
*
i965/fs: Add support for removing MOV.NZ instructions.
Matt Turner
2015-01-23
1
-3
/
+20
*
i965/fs: Allow flipping cond mod for negated arguments.
Matt Turner
2015-01-23
1
-3
/
+6
*
i965/fs: Propagate cmod across flag read if it contains the same value.
Matt Turner
2015-01-23
1
-2
/
+14
*
i965/fs: Add pass to propagate conditional modifiers.
Matt Turner
2015-01-23
1
-0
/
+98