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
/
r300_fragprog_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300/compiler: print opcode names instead of numbers
Marek Olšák
2010-06-03
1
-3
/
+3
*
r300/compiler: move hardware caps to the radeon_compiler base struct
Marek Olšák
2010-05-26
1
-1
/
+1
*
r300/compiler: make the max number of fragment shader temporaries adjustable
Marek Olšák
2010-04-05
1
-1
/
+1
*
r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.
Corbin Simpson
2010-02-02
1
-2
/
+5
*
r300/compiler: Refactor the radeon_pair code to support control flow instruct...
Nicolai Hähnle
2009-10-04
1
-30
/
+47
*
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-21
1
-1
/
+1
|
\
|
*
r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...
Nicolai Hähnle
2009-09-20
1
-1
/
+1
*
|
r300: Remove all Mesa dependencies from the shader compiler
Nicolai Hähnle
2009-08-30
1
-48
/
+48
|
/
*
r300: Cleanup r300_fragment_program_code
Nicolai Hähnle
2009-07-29
1
-49
/
+92
*
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
-26
/
+0
*
r300/compiler: Lay groundwork for better error handling
Nicolai Hähnle
2009-07-27
1
-12
/
+10
*
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
-5
/
+5
*
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
-9
/
+9
*
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle
2009-07-27
1
-0
/
+345