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_vertprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove _mesa_exit wrapper for exit().
Eric Anholt
2009-12-22
1
-1
/
+1
*
Merge branch 'mesa_7_6_branch' of git+ssh://
[email protected]
/git/mes...
Alex Deucher
2009-10-19
1
-7
/
+5
|
\
|
*
r300: fix vertex program parameters limits
Maciej Cencora
2009-10-16
1
-7
/
+5
*
|
r300/compiler: Refactor to allow different instruction types
Nicolai Hähnle
2009-10-04
1
-11
/
+11
*
|
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-10-03
1
-0
/
+15
|
\
|
|
*
r300: Fix crash reported in bug #24066
Nicolai Hähnle
2009-09-22
1
-0
/
+15
*
|
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-21
1
-0
/
+31
|
\
|
|
*
r300: Zero-initialize register for NV_vertex_program
Nicolai Hähnle
2009-09-21
1
-0
/
+31
*
|
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/compiler: New dataflow structures and passes
Nicolai Hähnle
2009-09-06
1
-1
/
+0
*
|
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
-1
/
+1
*
r300: Clean emit code.
Pauli Nieminen
2009-08-21
1
-0
/
+3
*
r300/fragprog: Move wpos_attr and fog_attr where they belong
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300/vertprog: Move Mesa-dependent input/output handling out of compiler
Nicolai Hähnle
2009-07-27
1
-5
/
+95
*
r300/vertprog: Refactor fog_as_texcoord to use rc_program
Nicolai Hähnle
2009-07-27
1
-0
/
+3
*
r300/vertprog: Refactor addArtificialOutputs to use rc_program
Nicolai Hähnle
2009-07-27
1
-3
/
+39
*
r300: Allow compiler to add constants in a cleaner way
Nicolai Hähnle
2009-07-27
1
-37
/
+34
*
r300/compiler: Lay groundwork for better error handling
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300: Remove dependency on GLcontext from compiler
Nicolai Hähnle
2009-07-27
1
-1
/
+1
*
r300: Move vertex program compilation to compiler
Nicolai Hähnle
2009-07-27
1
-1526
/
+23
*
r300: Cleanup vertex_program structure
Nicolai Hähnle
2009-07-27
1
-15
/
+19
*
r300: Remove faux lazy translation of vertex programs
Nicolai Hähnle
2009-07-27
1
-3
/
+4
*
r300: Remove some dependencies on additional fragment program copies
Nicolai Hähnle
2009-07-27
1
-3
/
+3
*
r300: Remove GLcontext requirement from radeon_nqssadce
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle
2009-07-27
1
-7
/
+7
*
r300: always assume all components are read by fragment program
Maciej Cencora
2009-07-13
1
-49
/
+5
*
r300: Fix fogcoord rewriting
Nicolai Hähnle
2009-07-13
1
-44
/
+21
*
r300: fix swizzle masking in getUsedComponents
Maciej Cencora
2009-07-13
1
-4
/
+8
*
r300: minor fix
Maciej Cencora
2009-07-13
1
-1
/
+2
*
r300: hw can handle per component negations in vertex shaders
Maciej Cencora
2009-07-13
1
-25
/
+2
*
r300: use NQSSADCE for vertex programs
Maciej Cencora
2009-07-13
1
-1
/
+132
*
r300: rewrite FOGC and HPOS attribs handling
Maciej Cencora
2009-07-13
1
-32
/
+47
*
r300: bind vertex program to fragment program
Maciej Cencora
2009-07-13
1
-107
/
+98
*
r300: implement proper IsProgramNative check for vertex programs
Maciej Cencora
2009-07-13
1
-7
/
+6
*
r300: don't modify original vertex program
Maciej Cencora
2009-07-13
1
-25
/
+26
*
r300: translate non native insts earlier for easier debugging
Maciej Cencora
2009-07-13
1
-0
/
+202
*
r300: print vertex program after adding artificial output insts
Maciej Cencora
2009-07-13
1
-12
/
+12
*
r300: use mesa provided function for adding MVP code
Maciej Cencora
2009-07-13
1
-93
/
+7
*
r300: simplify insert_wpos a little
Maciej Cencora
2009-07-13
1
-45
/
+31
*
r300: fix vertex program bug
Maciej Cencora
2009-06-11
1
-6
/
+10
*
r300: move some code for easier debugging
Maciej Cencora
2009-06-11
1
-17
/
+37
*
r300: print vertex program when debugging is enabled
Maciej Cencora
2009-06-11
1
-3
/
+14
*
r300: fix output register allocation for vertex shaders
Maciej Cencora
2009-06-11
1
-9
/
+19
*
r300: remove unused code
Maciej Cencora
2009-06-07
1
-48
/
+0
*
r300: fixup vertex attributes ordering
Maciej Cencora
2009-06-07
1
-17
/
+10
*
r300: cleanup vertex program related functions
Maciej Cencora
2009-05-16
1
-15
/
+130
*
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-14
1
-30
/
+19
*
r300: remove assignment to removed StringPos field
Brian Paul
2009-03-07
1
-1
/
+0
[next]