index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
dri/r300: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-2
/
+0
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-1
/
+1
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-4
/
+10
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-3
/
+4
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-10
/
+18
*
r300/compiler: Remove declaration before code.
Vinson Lee
2010-09-29
1
-5
/
+6
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-2
/
+3
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-1
/
+2
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-6
/
+13
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-5
/
+9
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-1
/
+2
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-8
/
+16
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-5
/
+10
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-12
/
+16
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-2
/
+3
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-9
/
+20
*
r300/compiler: Don't merge instructions that write output regs and ALU result
Tom Stellard
2010-09-28
1
-0
/
+6
*
r300/compiler: Don't use rc_error() unless the error is unrecoverable
Tom Stellard
2010-09-28
1
-3
/
+3
*
r300/compiler: Fix segfault in error path
Tom Stellard
2010-09-28
1
-1
/
+1
*
r300/compiler: Use rc_for_all_reads_src() in "dead constants" pass
Tom Stellard
2010-09-27
1
-27
/
+24
*
r300/compiler: radeon_remove_constants.c: fix indentation
Tom Stellard
2010-09-27
1
-75
/
+75
*
r300/compiler: Print immediate values after "dead constants" pass
Tom Stellard
2010-09-27
3
-0
/
+18
*
r300/compiler: Add more helper functions for iterating through sources
Tom Stellard
2010-09-27
2
-35
/
+102
*
r300g: add support for 3D NPOT textures without mipmapping
Marek Olšák
2010-09-28
2
-2
/
+39
*
r300/compiler: fix shadow sampling with swizzled coords
Marek Olšák
2010-09-28
1
-4
/
+5
*
r300/compiler: do not use copy propagation if SaturateMode is used
Marek Olšák
2010-09-28
1
-1
/
+2
*
r300/compiler: fix projective mapping of 2D NPOT textures
Marek Olšák
2010-09-28
1
-0
/
+39
*
r300g: code cleanups
Marek Olšák
2010-09-28
2
-150
/
+131
*
mesa: Force GL_SGIS_generate_mipmap to always be enabled
Ian Romanick
2010-09-27
1
-1
/
+0
*
r300/compiler: Fix two mistakes in the presubtract optimization pass.
Tom Stellard
2010-09-25
1
-14
/
+31
*
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
[next]