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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300/compiler: Refactor the pair instruction data structures
Tom Stellard
2010-09-20
4
-38
/
+21
*
r300/compiler: fix warnings
Marek Olšák
2010-09-13
2
-2
/
+3
*
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: Print the presub subtract operation in the correct order
Tom Stellard
2010-09-10
1
-6
/
+6
*
r300/compiler: Fix dataflow bug in presub_helper()
Tom Stellard
2010-09-10
1
-0
/
+2
*
r300/compiler: Replace asserts with error messages
Tom Stellard
2010-09-10
1
-2
/
+10
*
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
2
-84
/
+200
*
r300/compiler: Clean up rc_pair_alloc_source()
Tom Stellard
2010-09-10
1
-20
/
+12
*
r300/compiler: Enable presubtract sources
Tom Stellard
2010-09-10
15
-94
/
+1072
*
r300g,r300c: memset the compiler struct to zeros
Marek Olšák
2010-09-05
3
-0
/
+3
*
r300/compiler: Remove stray break statement
Tom Stellard
2010-09-04
1
-1
/
+0
*
r300/compiler: fix the instruction limit in vertex shaders
Marek Olšák
2010-09-05
1
-1
/
+1
*
r300/compiler: indent printed instructions according to the branch depth
Marek Olšák
2010-09-04
1
-4
/
+44
*
r300/compiler: use limits from the compiler input instead of inline constants
Marek Olšák
2010-09-04
1
-5
/
+4
*
r300/compiler: improve register allocation with indexable temporaries for VS
Marek Olšák
2010-09-04
1
-17
/
+46
*
r300/compiler: fix handling of indexed temporaries in peephole
Marek Olšák
2010-09-04
1
-1
/
+9
*
r300/compiler: disable deadcode elimination for indexed dst operands
Marek Olšák
2010-09-04
1
-0
/
+14
*
r300/compiler: allocate at least FS inputs if register allocation is disabled
Marek Olšák
2010-09-04
3
-9
/
+52
*
r300g: add a new debug option which disables compiler optimizations
Marek Olšák
2010-09-04
6
-6
/
+13
*
r300/compiler: compute the final number of temporaries during translation
Marek Olšák
2010-09-04
1
-7
/
+23
*
r300/compiler: make optimizations not use 0.5 swizzles in vertex shaders
Marek Olšák
2010-09-04
5
-1
/
+6
*
r300/compiler: use peephole and constant folding for vertex shaders too
Marek Olšák
2010-09-04
1
-1
/
+3
*
r300/compiler: remove unused enum OPCODE_REPL_ALPHA
Marek Olšák
2010-09-04
1
-5
/
+0
*
r300/compiler: refactor fragment shader compilation
Marek Olšák
2010-09-04
19
-165
/
+85
*
r300/compiler: add new compiler parameter max_constants
Marek Olšák
2010-09-04
6
-10
/
+16
*
r300/compiler: refactor vertex shader compilation
Marek Olšák
2010-09-04
18
-161
/
+140
*
r300/compiler: remove a redundant parameter in rc_pair_regalloc
Marek Olšák
2010-09-04
3
-3
/
+4
*
r300/compiler: remove a redundant parameter in rc_dataflow_deadcode
Marek Olšák
2010-09-04
4
-5
/
+5
*
r300/compiler: use null-terminated array of transformation functions
Marek Olšák
2010-09-04
4
-15
/
+20
*
r300/compiler: add new compiler parameter max_alu_insts
Marek Olšák
2010-09-04
10
-35
/
+36
*
r300/compiler: put emulate_loop_state in radeon_compiler
Marek Olšák
2010-09-04
7
-24
/
+20
*
r300: Remove unnecessary header.
Vinson Lee
2010-08-25
1
-1
/
+0
*
r300/compiler: emulate relative addressing with negative offsets in VS
Marek Olšák
2010-08-25
1
-0
/
+74
*
r300/compiler: Silence uninitialized variable warning.
Vinson Lee
2010-08-24
1
-5
/
+11
*
r300g: Add missing comma in SConscript.
Vinson Lee
2010-08-24
1
-1
/
+1
*
r300/compiler: implement elimination of unused constants
Marek Olšák
2010-08-25
8
-1
/
+189
*
r300/compiler: terminate vertex shader compilation immediately after an error
Marek Olšák
2010-08-25
1
-36
/
+56
*
r300/compiler: fail to compile if we hit hw limits or an unimplemented feature
Marek Olšák
2010-08-25
3
-0
/
+62
*
r300/compiler: handle indexable temporaries correctly in deadcode elimination
Marek Olšák
2010-08-25
1
-1
/
+30
*
r300/compiler: disable register allocation for indexable temporaries in VS
Marek Olšák
2010-08-25
1
-5
/
+25
*
r300/compiler: implement DP2 opcode
Marek Olšák
2010-08-16
3
-9
/
+47
*
r300/compiler: implement SSG opcode
Marek Olšák
2010-08-16
3
-0
/
+84
*
r300/compiler: fix allocation of temporaries in radeonTransformTEX
Marek Olšák
2010-08-16
1
-2
/
+6
*
r300/compiler: remove an unused variable
Marek Olšák
2010-08-12
1
-1
/
+0
*
r300/compiler: Implement the CONT opcode.
Tom Stellard
2010-08-11
4
-7
/
+20
*
r300/compiler: Handle loops in the register allocator.
Tom Stellard
2010-08-11
1
-4
/
+34
*
r300g: implement gl_FrontFacing
Marek Olšák
2010-08-11
2
-0
/
+44
[next]