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_dataflow_deadcode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300/compiler: remove any code related to relative addressing of temporaries
Marek Olšák
2011-01-23
1
-44
/
+1
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-5
/
+9
*
r300/compiler: disable deadcode elimination for indexed dst operands
Marek Olšák
2010-09-04
1
-0
/
+14
*
r300/compiler: refactor vertex shader compilation
Marek Olšák
2010-09-04
1
-1
/
+2
*
r300/compiler: remove a redundant parameter in rc_dataflow_deadcode
Marek Olšák
2010-09-04
1
-2
/
+2
*
r300/compiler: handle indexable temporaries correctly in deadcode elimination
Marek Olšák
2010-08-25
1
-1
/
+30
*
r300/compiler: Implement the CONT opcode.
Tom Stellard
2010-08-11
1
-1
/
+1
*
r300/compiler: r500 hw support for break and continue in loops.
Tom Stellard
2010-08-03
1
-1
/
+38
*
r300/compiler: Use hardware flow control instructions for loops on r500.
Tom Stellard
2010-07-03
1
-0
/
+4
*
r300/compiler: Handle loops in deadcode analysis.
Tom Stellard
2010-07-03
1
-23
/
+52
*
r300/compiler: Use memory_pool_array_reserve in deadcode elimination
Nicolai Hähnle
2010-04-19
1
-13
/
+2
*
r300/compiler: Fix texture instruction readmasks.
Corbin Simpson
2010-04-16
1
-3
/
+3
*
r300/compiler: Emit flow control instructions and ALU result writes on R500
Nicolai Hähnle
2009-10-04
1
-1
/
+1
*
r300/compiler: Refactor to allow different instruction types
Nicolai Hähnle
2009-10-04
1
-16
/
+16
*
r300/compiler: Introduce aluresult register for branch operation support
Nicolai Hähnle
2009-10-04
1
-12
/
+54
*
r300/compiler: Introduce control flow instructions and refactor dataflow
Nicolai Hähnle
2009-10-03
1
-0
/
+253