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
/
compiler
/
r500_fragprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300c/compiler: remove the compiler too
Marek Olšák
2011-10-28
1
-539
/
+0
*
r300/compiler: Use ALU Result for IF conditionals
Tom Stellard
2011-05-14
1
-17
/
+135
*
r300/compiler: implement TXD and TXL opcodes
Marek Olšák
2011-05-07
1
-0
/
+2
*
r300/compiler: TEX instructions don't support negation on source arguments
Marek Olšák
2011-03-12
1
-3
/
+0
*
r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)
Marek Olšák
2011-03-12
1
-3
/
+0
*
r300/compiler: move util functions to radeon_compiler_util
Marek Olšák
2010-11-26
1
-0
/
+1
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-3
/
+4
*
r300/compiler: refactor fragment shader compilation
Marek Olšák
2010-09-04
1
-2
/
+3
*
r300/compiler: Remove unnecessary header.
Vinson Lee
2010-08-04
1
-1
/
+0
*
r300/compiler: r500 hw support for break and continue in loops.
Tom Stellard
2010-08-03
1
-25
/
+0
*
r300/compiler: Use hardware flow control instructions for loops on r500.
Tom Stellard
2010-07-03
1
-9
/
+45
*
r300/compiler: Print debug info for flow control instructions.
Tom Stellard
2010-07-03
1
-5
/
+73
*
r300/compiler: Split off texture fixes to their own file.
Corbin Simpson
2010-04-16
1
-284
/
+0
*
r300/compiler: fix repeat wrap mode for TXP and NPOTs
Marek Olšák
2010-04-16
1
-6
/
+16
*
r300/compiler: kill off RC_WRAP_CLAMP
Marek Olšák
2010-04-15
1
-1
/
+1
*
r300/compiler: Comment code, add much better mirror maths.
Corbin Simpson
2010-04-12
1
-15
/
+94
*
r300/compiler: Implement texcoord repeat and mirror for NPOT.
Corbin Simpson
2010-04-11
1
-0
/
+57
*
r300 compiler: add target output debugging.
Dave Airlie
2010-04-03
1
-3
/
+4
*
r300/compiler: r500-fs: Properly set HW register swizzles.
Corbin Simpson
2010-02-10
1
-1
/
+1
*
r300/compiler: Refactor to allow different instruction types
Nicolai Hähnle
2009-10-04
1
-72
/
+72
*
r300/compiler: Introduce aluresult register for branch operation support
Nicolai Hähnle
2009-10-04
1
-0
/
+28
*
r300/compiler: New dataflow structures and passes
Nicolai Hähnle
2009-09-06
1
-11
/
+13
*
r300: Remove all Mesa dependencies from the shader compiler
Nicolai Hähnle
2009-08-30
1
-82
/
+84
*
r300/compiler: Refactor local transforms to use rc_program
Nicolai Hähnle
2009-07-27
1
-113
/
+100
*
r300: Allow compiler to add constants in a cleaner way
Nicolai Hähnle
2009-07-27
1
-9
/
+0
*
r300/compiler: Refactor nqssadce to use rc_program
Nicolai Hähnle
2009-07-27
1
-11
/
+6
*
r300/vertprog: Cleanup source conflict handling
Nicolai Hähnle
2009-07-27
1
-6
/
+0
*
r300: Further reduce dependency between compiler and classic driver
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle
2009-07-27
1
-0
/
+482