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
*
r300g/tests: Added missing fclose for FILE resource.
Siavash Eliasi
2014-02-28
1
-0
/
+3
*
r300/compiler/tests: Fix line length check in test parser
Tom Stellard
2013-12-09
1
-1
/
+3
*
r300/compiler/tests: Fix segfault
Tom Stellard
2013-12-09
1
-6
/
+5
*
r300g/compiler: Fix unsigned comparison with less than zero
David Heidelberger
2013-10-21
1
-1
/
+1
*
r300g/compiler/tests: Fix segfault
Tom Stellard
2013-08-07
3
-4
/
+4
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
3
-8
/
+8
*
r300g/compiler: Prevent regalloc from swizzling texture operands v2
Tom Stellard
2013-06-30
4
-0
/
+123
*
r300g/compiler/tests: Add an assembly parser
Tom Stellard
2013-06-30
5
-16
/
+200
*
r300g: Fix bug in OMOD optimization
Tom Stellard
2013-04-12
1
-1
/
+3
*
r300g/compiler: Fix bug in OMOD folding
Tom Stellard
2013-02-21
2
-1
/
+76
*
r300g/tests: Add helper functions for creating a full program
Tom Stellard
2013-02-21
2
-8
/
+75
*
r300g/tests: Exit test runner with a valid status code
Tom Stellard
2013-02-21
5
-6
/
+22
*
r300g/complier: Make r300_vertprog_swizzle_caps visible in other files
Tom Stellard
2013-02-21
2
-1
/
+3
*
r300g/compiler: Fix typo in comment
Tom Stellard
2013-02-21
1
-1
/
+1
*
r300g/compiler: Add missing license headers
Tom Stellard
2013-02-21
13
-1
/
+339
*
r300/compiler: copy-propagate saturate mode when possible
Marek Olšák
2013-02-06
1
-2
/
+19
*
r300/compiler: add support for saturate output modifier in r500 vertex shaders
Marek Olšák
2013-02-06
1
-8
/
+15
*
r300g/compiler: add shader emulation for the alpha_to_one state
Marek Olšák
2013-01-06
5
-0
/
+41
*
r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles v2
Tom Stellard
2012-11-16
1
-4
/
+349
*
r300/compiler: Use precomputed q values in the register allocator
Tom Stellard
2012-09-19
1
-1
/
+69
*
r300g: Init regalloc state during context creation
Tom Stellard
2012-09-19
4
-153
/
+191
*
r300/compiler: Don't create register classes for inputs
Tom Stellard
2012-09-19
1
-14
/
+1
*
ra: Add q_values parameter to ra_set_finalize()
Tom Stellard
2012-09-19
1
-1
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-2
/
+2
*
r300g: implement TRUNC correctly
Marek Olšák
2012-08-27
3
-0
/
+41
*
r300/compiler: Use variable lists in the rename_regs pass
Tom Stellard
2012-08-26
1
-17
/
+14
*
mesa: Kill GL_ARB_shadow_ambient with fire
Ian Romanick
2012-08-14
2
-12
/
+2
*
r300g: silence uninitialized var warning
Brian Paul
2012-07-16
1
-1
/
+1
*
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
[next]