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
/
r300_fragprog_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into r300g-glsl
Nicolai Hähnle
2009-10-07
1
-0
/
+13
|
\
|
*
r300: Workaround problem on R500 with very large fragment programs
Nicolai Hähnle
2009-10-03
1
-0
/
+13
*
|
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-10-03
1
-2
/
+16
|
\
|
|
*
r300: fallback to software rendering if we are out of free texcoords
Maciej Cencora
2009-09-23
1
-2
/
+16
*
|
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-06
1
-1
/
+1
|
\
|
|
*
r300: Convert to shared debug code.
Pauli Nieminen
2009-08-31
1
-1
/
+1
*
|
r300: Remove all Mesa dependencies from the shader compiler
Nicolai Hähnle
2009-08-30
1
-2
/
+2
*
|
r300: Move Mesa -> RC program conversion to classic Mesa driver
Nicolai Hähnle
2009-08-30
1
-1
/
+2
|
/
*
r300: Debug messages are written to stderr, so fflush that
Nicolai Hähnle
2009-08-27
1
-2
/
+2
*
r300/compiler: Adapt AllocateHwInputs interface to common usage pattern
Nicolai Hähnle
2009-07-29
1
-3
/
+4
*
r300/fragprog: Move wpos_attr and fog_attr where they belong
Nicolai Hähnle
2009-07-27
1
-11
/
+10
*
r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constants
Nicolai Hähnle
2009-07-27
1
-0
/
+48
*
r300/fragprog: Move some of the attribute handling out of the compiler
Nicolai Hähnle
2009-07-27
1
-0
/
+69
*
r300/fragprog: Finally get rid of the duplicate program copy
Nicolai Hähnle
2009-07-27
1
-2
/
+9
*
r300/compiler: Lay groundwork for better error handling
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300: Reduce include dependencies
Nicolai Hähnle
2009-07-27
1
-0
/
+2
*
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
-2
/
+5
*
r300: Remove some unnecessary includes
Nicolai Hähnle
2009-07-27
1
-6
/
+0
*
r300: Remove some dependencies on additional fragment program copies
Nicolai Hähnle
2009-07-27
1
-6
/
+8
*
r300: Remove GLcontext from r300_fragment_program_compiler
Nicolai Hähnle
2009-07-27
1
-1
/
+0
*
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle
2009-07-27
1
-270
/
+10
*
r300: Fix fogcoord rewriting
Nicolai Hähnle
2009-07-13
1
-1
/
+13
*
r300: fix indentation
Maciej Cencora
2009-07-13
1
-4
/
+4
*
r300: move depth output rewrite out of NQSSADCE
Maciej Cencora
2009-07-13
1
-4
/
+44
*
r300: rewrite FOGC and HPOS attribs handling
Maciej Cencora
2009-07-13
1
-3
/
+59
*
r300: cache translated fragment programs
Maciej Cencora
2009-07-13
1
-79
/
+90
*
r300: update state parameters only once per rendering operation
Maciej Cencora
2009-07-13
1
-11
/
+0
*
r300: rename functions
Maciej Cencora
2009-05-16
1
-1
/
+1
*
r300/r500: make sure we detect constant buffer changes
Jerome Glisse
2009-05-12
1
-1
/
+1
*
r300: flush stdout to get consistent debugging info
Maciej Cencora
2009-04-27
1
-0
/
+4
*
r300: cleanup includes
Maciej Cencora
2009-04-19
1
-0
/
+5
*
r300: move common fp functions to seperate file
Maciej Cencora
2009-04-19
1
-0
/
+282