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
/
gallium
/
drivers
/
r300
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300/compiler: Exit immediately from rc_vert_fc() if there is an error
Tom Stellard
2012-04-14
1
-0
/
+4
*
r300/compiler: Copy all instruction attributes during local transfoms
Tom Stellard
2012-04-14
1
-31
/
+42
*
r300/compiler: Fix nested flow control in r500 vertex shaders
Tom Stellard
2012-04-13
10
-178
/
+437
*
r300/compiler: Add support for inline literals
Tom Stellard
2012-03-04
11
-9
/
+191
*
r300g: init chan=0 to silence warning
Brian Paul
2012-02-29
1
-1
/
+1
*
r300g: Use automake to generate Makefile v3
Tom Stellard
2012-02-26
2
-55
/
+0
*
r300g: Reorganize the compiler unit tests
Tom Stellard
2012-02-26
4
-2
/
+12
*
r300/compiler: Schedule KIL instructions before output writes
Tom Stellard
2012-02-26
1
-0
/
+4
*
r300/compiler: Use the smart scheduler for r300 cards
Tom Stellard
2012-02-26
1
-73
/
+54
*
r300/compiler: Fix bug when lowering KILP on r300 cards
Tom Stellard
2012-02-26
1
-10
/
+54
*
r300g: nuke the fallback for fragment color clamping
Marek Olšák
2012-01-25
2
-23
/
+0
*
mesa: Make the register allocator allocation take a ralloc context.
Eric Anholt
2012-01-18
1
-1
/
+1
*
r300/compiler: fix buffer underflow when setting SEM_WAIT on last instruction
Marek Olšák
2012-01-05
1
-3
/
+3
*
r300/compiler: Fix scheduler bug causing texture corruption
Tom Stellard
2011-10-27
1
-6
/
+35
*
r300/compiler: Try to eliminate REPL_ALPHA instructions
Tom Stellard
2011-10-16
1
-33
/
+57
*
r300/compiler: More agressive RGB to Alpha conversions
Tom Stellard
2011-10-16
1
-8
/
+10
*
r300/compiler: Only convert RGB->Alpha when optimizations are enabled
Tom Stellard
2011-10-16
2
-1
/
+8
*
r300/compiler: Enable reg rename pass on r500 and run it before optimizations
Tom Stellard
2011-10-14
1
-4
/
+1
*
r300/compiler: Implement the texture semaphore
Tom Stellard
2011-10-14
5
-47
/
+304
*
r300/compiler: Don't pair output writes with GPR writes in the scheduler
Tom Stellard
2011-10-14
1
-0
/
+7
*
r300/compiler: Prevent regalloc from creating non-native swizzles
Tom Stellard
2011-10-14
1
-16
/
+63
*
r300/compiler: Allow merged instructions to be scheduled on demand
Tom Stellard
2011-10-14
1
-50
/
+99
*
r300/compiler: Fix error in OMOD optimization
Tom Stellard
2011-10-02
1
-0
/
+16
*
r300/compiler: Rewrite source swizzles when using OMOD
Tom Stellard
2011-10-02
1
-1
/
+6
*
r300/compiler: Fix rc_normal_rewrite_writemask()
Tom Stellard
2011-10-02
1
-5
/
+4
*
r300/compiler: Use consistent src swizzles for transcendent instructions
Tom Stellard
2011-10-02
5
-6
/
+33
*
r300/compiler: Fix regalloc for values with multiple writers
Tom Stellard
2011-09-18
1
-3
/
+6
*
r300/compiler: Add support for the output modifier (OMOD)
Tom Stellard
2011-09-16
13
-2
/
+282
*
r300/compiler: Move some helper functions to radeon_compiler_util.c
Tom Stellard
2011-09-16
3
-33
/
+68
*
r300/compiler: Don't unroll loops that conditionally increment the counter
Tom Stellard
2011-09-16
1
-2
/
+14
*
r300/compiler: Implement ROUND
Tom Stellard
2011-09-10
3
-0
/
+55
*
r300g: silence some warnings about uninitialized variables
Brian Paul
2011-08-09
2
-3
/
+3
*
r300g: copy the compiler from r300c
Marek Olšák
2011-07-26
60
-0
/
+16933