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
/
r300
/
compiler
/
radeon_optimize.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300c/compiler: remove the compiler too
Marek Olšák
2011-10-28
1
-700
/
+0
*
r300/compiler: simplify code in peephole_add_presub_add
Tobias Droste
2011-07-25
1
-17
/
+18
*
r300/compiler: remove an unused-but-set variable and simplify the code
Marek Olšák
2011-07-15
1
-9
/
+6
*
r300/compiler: Use ALU Result for IF conditionals
Tom Stellard
2011-05-14
1
-1
/
+4
*
r300/compiler: Limit instructions to 3 source selects
Tom Stellard
2011-05-11
1
-6
/
+6
*
r300/compiler: implement TXD and TXL opcodes
Marek Olšák
2011-05-07
1
-0
/
+2
*
r300/compiler: remove set-but-unused variables
Marek Olšák
2011-05-01
1
-3
/
+1
*
r300/compiler: rc_reader_data: Add ExitOnAbort flag
Tom Stellard
2011-04-30
1
-0
/
+2
*
r300/compiler: Add more info to struct rc_reader
Tom Stellard
2011-04-30
1
-2
/
+2
*
r300/compiler: Fix incorrect presubtract conversion
Tom Stellard
2011-04-16
1
-0
/
+24
*
r300/compiler: detect constants harder
Marek Olšák
2011-03-08
1
-4
/
+8
*
r300/compiler: improve the detection of constants for constant folding
Marek Olšák
2011-03-08
1
-0
/
+7
*
r300/compiler: remove any code related to relative addressing of temporaries
Marek Olšák
2011-01-23
1
-1
/
+0
*
r300/compiler: add a function for swizzling a mask
Marek Olšák
2010-11-26
1
-6
/
+1
*
r300/compiler: Use presubtract operations as much as possible
Tom Stellard
2010-11-21
1
-22
/
+14
*
r300/compiler: Track readers through branches in rc_get_readers()
Tom Stellard
2010-11-21
1
-2
/
+2
*
r300/compiler: Add rc_get_readers()
Tom Stellard
2010-11-21
1
-5
/
+6
*
r300/compiler: Make sure presubtract sources use supported swizzles
Tom Stellard
2010-11-21
1
-4
/
+11
*
r300/compiler: Don't clobber presubtract sources during optimizations
Tom Stellard
2010-10-30
1
-39
/
+37
*
r300/compiler: Use rc_get_readers_normal() for presubtract optimizations
Tom Stellard
2010-10-27
1
-175
/
+118
*
r300/compiler: Add a new function for more efficient dataflow analysis
Tom Stellard
2010-10-18
1
-132
/
+38
*
r300/compiler: Clear empty registers after constant folding
Tom Stellard
2010-10-18
1
-0
/
+8
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-6
/
+13
*
r300/compiler: do not use copy propagation if SaturateMode is used
Marek Olšák
2010-09-28
1
-1
/
+2
*
r300/compiler: Fix two mistakes in the presubtract optimization pass.
Tom Stellard
2010-09-25
1
-14
/
+31
*
r300/compiler: Reorganize presub_helper()
Tom Stellard
2010-09-10
1
-33
/
+27
*
r300/compiler: Don't use presubtract in TEX instructions
Tom Stellard
2010-09-10
1
-1
/
+6
*
r300/compiler: Fix dataflow bug in presub_helper()
Tom Stellard
2010-09-10
1
-0
/
+2
*
r300/compiler: Fix copy propigation for some presub instructions
Tom Stellard
2010-09-10
1
-1
/
+1
*
r300/compiler: Add peephole optimization for the 'sub' presubtract operation
Tom Stellard
2010-09-10
1
-8
/
+17
*
r300/compiler: Add peephole optimization for the 'add' presubtract operation
Tom Stellard
2010-09-10
1
-68
/
+158
*
r300/compiler: Enable presubtract sources
Tom Stellard
2010-09-10
1
-14
/
+231
*
r300/compiler: fix handling of indexed temporaries in peephole
Marek Olšák
2010-09-04
1
-1
/
+9
*
r300/compiler: make optimizations not use 0.5 swizzles in vertex shaders
Marek Olšák
2010-09-04
1
-1
/
+1
*
r300/compiler: refactor fragment shader compilation
Marek Olšák
2010-09-04
1
-1
/
+1
*
r300/compiler: r500 hw support for break and continue in loops.
Tom Stellard
2010-08-03
1
-1
/
+2
*
r300/compiler: Don't continue copy propagation inside loops.
Tom Stellard
2010-07-03
1
-0
/
+5
*
r300/compiler: In the peephole optimizer, ELSE should mark the end of a
Tom Stellard
2010-07-03
1
-2
/
+13
*
r300/compiler: Implement constant folding
Nicolai Hähnle
2010-05-19
1
-1
/
+215
*
r300/compiler: fix peephole optimizer
Tom Stellard
2010-05-16
1
-1
/
+14
*
r300/compiler: Implement simple peephole optimizer
Nicolai Hähnle
2010-05-16
1
-0
/
+219