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_copy_propagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Don't copy propagate bitcasts with source modifiers.
Matt Turner
2013-08-16
1
-0
/
+3
*
i965/fs: Add a helper function for checking for partial register updates.
Eric Anholt
2013-04-12
1
-3
/
+1
*
mesa: Add a macro to bitset for determining bitset size.
Eric Anholt
2013-04-12
1
-1
/
+1
*
i965/fs: Allow constant propagation into MACH.
Eric Anholt
2013-04-01
1
-2
/
+4
*
i965/fs: Improve performance of copy propagation dataflow using bitsets.
Eric Anholt
2013-03-28
1
-33
/
+34
*
i965/fs: Fix copy propagation with smearing.
Eric Anholt
2013-02-19
1
-1
/
+2
*
i965: Fix build error with clang.
Kenneth Graunke
2013-01-12
1
-3
/
+7
*
i965/fs: Restrict optimization that would fail for gen7's SENDs from GRFs
Eric Anholt
2012-12-04
1
-3
/
+2
*
i965/fs: Rename the existing pull constant load opcode.
Eric Anholt
2012-12-04
1
-1
/
+1
*
i965/fs: Add support for global copy propagation.
Eric Anholt
2012-11-08
1
-19
/
+197
*
i965/fs: Fix a comment in copy propagation.
Eric Anholt
2012-11-04
1
-1
/
+3
*
i965/fs: Allow copy-propagation on pull constant load values.
Eric Anholt
2012-11-04
1
-3
/
+4
*
i965: Make the cfg reusable from the VS.
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965: Share the predicate field between FS and VS.
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965: Rename fs_cfg types to not mention fs.
Eric Anholt
2012-10-17
1
-3
/
+3
*
i965: Move brw_fs_cfg.* to brw_cfg.*.
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965/fs: Improve performance of copy/constant propagation.
Eric Anholt
2012-10-08
1
-16
/
+29
*
i965/fs: Move constant propagation to the same codebase as copy prop.
Eric Anholt
2012-10-08
1
-1
/
+123
*
i965/fs.h: Refactor tests for instructions modifying a register.
Eric Anholt
2012-07-18
1
-14
/
+2
*
i965/fs: Invalidate live intervals after copy propagation.
Eric Anholt
2012-07-06
1
-0
/
+3
*
i965/fs: Allow copy propagation on uniforms.
Eric Anholt
2012-07-03
1
-4
/
+7
*
i965/fs: Allow copy propagation with source modifiers.
Eric Anholt
2012-07-03
1
-3
/
+17
*
i965/fs: Move copy propagation test out to a separate function.
Eric Anholt
2012-07-03
1
-6
/
+16
*
i965/fs: Add support for copy propagation.
Eric Anholt
2012-05-14
1
-0
/
+137