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
/
compiler
/
r500_fragprog_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300c/compiler: remove the compiler too
Marek Olšák
2011-10-28
1
-678
/
+0
*
r300/compiler: implement TXD and TXL opcodes
Marek Olšák
2011-05-07
1
-0
/
+18
*
r300/compiler: Rewrite register allocator
Tom Stellard
2011-04-30
1
-3
/
+6
*
r300/compiler: implement the CND opcode
Marek Olšák
2011-04-05
1
-0
/
+2
*
r300/compiler: set the MSB of ADDR for inline constants
Marek Olšák
2011-04-05
1
-2
/
+5
*
r300/compiler: Use a 4-bit writemask in pair instructions
Tom Stellard
2011-03-18
1
-1
/
+2
*
r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500
Marek Olšák
2011-03-12
1
-1
/
+1
*
r300/compiler: Standardize the number of bits used by swizzle fields
Tom Stellard
2011-01-29
1
-1
/
+1
*
r300/compiler: Track readers through branches in rc_get_readers()
Tom Stellard
2010-11-21
1
-4
/
+1
*
r300/compiler: Use zero as the register index for unused sources
Tom Stellard
2010-11-21
1
-0
/
+3
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-4
/
+10
*
r300/compiler: Fix segfault in error path
Tom Stellard
2010-09-28
1
-1
/
+1
*
r300/compiler: Refactor the pair instruction data structures
Tom Stellard
2010-09-20
1
-1
/
+1
*
r300/compiler: Enable presubtract sources
Tom Stellard
2010-09-10
1
-0
/
+37
*
r300/compiler: refactor fragment shader compilation
Marek Olšák
2010-09-04
1
-1
/
+2
*
r300/compiler: add new compiler parameter max_alu_insts
Marek Olšák
2010-09-04
1
-5
/
+5
*
r300/compiler: put emulate_loop_state in radeon_compiler
Marek Olšák
2010-09-04
1
-5
/
+5
*
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
1
-3
/
+16
*
r300/compiler: r500 hw support for break and continue in loops.
Tom Stellard
2010-08-03
1
-38
/
+76
*
r300/compiler: Use hardware flow control instructions for loops on r500.
Tom Stellard
2010-07-03
1
-19
/
+81
*
r300/compiler: print opcode names instead of numbers
Marek Olšák
2010-06-03
1
-4
/
+4
*
r300/compiler: Use memory_pool_array_reserve in r500-fragprog_emit
Nicolai Hähnle
2010-04-19
1
-17
/
+2
*
r300/compiler: Unbreak DDX/DDY.
Corbin Simpson
2010-03-30
1
-2
/
+21
*
r300/compiler: fix assertion failure in the r500-fragprog emission path
Marek Olšák
2010-03-21
1
-3
/
+2
*
r300/compiler: Assert that array index is not negative.
Vinson Lee
2010-02-26
1
-0
/
+2
*
r300/compiler: r500-fs: Properly set HW register swizzles.
Corbin Simpson
2010-02-10
1
-2
/
+13
*
r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.
Corbin Simpson
2010-02-02
1
-0
/
+3
*
r300/compiler: Emit flow control instructions and ALU result writes on R500
Nicolai Hähnle
2009-10-04
1
-8
/
+172
*
r300/compiler: Refactor the radeon_pair code to support control flow instruct...
Nicolai Hähnle
2009-10-04
1
-27
/
+40
*
r300: Remove all Mesa dependencies from the shader compiler
Nicolai Hähnle
2009-08-30
1
-48
/
+48
*
r300/compiler: Remove inst_offset from r500_fragment_program_code
Nicolai Hähnle
2009-07-30
1
-1
/
+0
*
r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constants
Nicolai Hähnle
2009-07-27
1
-1
/
+1
*
r300: Allow compiler to add constants in a cleaner way
Nicolai Hähnle
2009-07-27
1
-28
/
+0
*
r300/compiler: Lay groundwork for better error handling
Nicolai Hähnle
2009-07-27
1
-12
/
+11
*
r300: Introduce rc_program and use it in radeon_pair
Nicolai Hähnle
2009-07-27
1
-1
/
+1
*
r300: Add radeon_compiler as a base for compilation-related tasks
Nicolai Hähnle
2009-07-27
1
-1
/
+1
*
r300: Further reduce dependency between compiler and classic driver
Nicolai Hähnle
2009-07-27
1
-4
/
+4
*
r300: Remove GLcontext requirement from radeon_program_pair
Nicolai Hähnle
2009-07-27
1
-1
/
+1
*
r300/program_pair: Introduce driver-specific texture instruction structure
Nicolai Hähnle
2009-07-27
1
-11
/
+11
*
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle
2009-07-27
1
-0
/
+329