index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_vertprog.c
Age
Commit message (
Expand
)
Author
2009-07-27
r300/fragprog: Move wpos_attr and fog_attr where they belong
Nicolai Hähnle
2009-07-27
r300/vertprog: Move Mesa-dependent input/output handling out of compiler
Nicolai Hähnle
2009-07-27
r300/vertprog: Refactor fog_as_texcoord to use rc_program
Nicolai Hähnle
2009-07-27
r300/vertprog: Refactor addArtificialOutputs to use rc_program
Nicolai Hähnle
2009-07-27
r300: Allow compiler to add constants in a cleaner way
Nicolai Hähnle
2009-07-27
r300/compiler: Lay groundwork for better error handling
Nicolai Hähnle
2009-07-27
r300: Remove dependency on GLcontext from compiler
Nicolai Hähnle
2009-07-27
r300: Move vertex program compilation to compiler
Nicolai Hähnle
2009-07-27
r300: Cleanup vertex_program structure
Nicolai Hähnle
2009-07-27
r300: Remove faux lazy translation of vertex programs
Nicolai Hähnle
2009-07-27
r300: Remove some dependencies on additional fragment program copies
Nicolai Hähnle
2009-07-27
r300: Remove GLcontext requirement from radeon_nqssadce
Nicolai Hähnle
2009-07-27
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle
2009-07-13
r300: always assume all components are read by fragment program
Maciej Cencora
2009-07-13
r300: Fix fogcoord rewriting
Nicolai Hähnle
2009-07-13
r300: fix swizzle masking in getUsedComponents
Maciej Cencora
2009-07-13
r300: minor fix
Maciej Cencora
2009-07-13
r300: hw can handle per component negations in vertex shaders
Maciej Cencora
2009-07-13
r300: use NQSSADCE for vertex programs
Maciej Cencora
2009-07-13
r300: rewrite FOGC and HPOS attribs handling
Maciej Cencora
2009-07-13
r300: bind vertex program to fragment program
Maciej Cencora
2009-07-13
r300: implement proper IsProgramNative check for vertex programs
Maciej Cencora
2009-07-13
r300: don't modify original vertex program
Maciej Cencora
2009-07-13
r300: translate non native insts earlier for easier debugging
Maciej Cencora
2009-07-13
r300: print vertex program after adding artificial output insts
Maciej Cencora
2009-07-13
r300: use mesa provided function for adding MVP code
Maciej Cencora
2009-07-13
r300: simplify insert_wpos a little
Maciej Cencora
2009-06-11
r300: fix vertex program bug
Maciej Cencora
2009-06-11
r300: move some code for easier debugging
Maciej Cencora
2009-06-11
r300: print vertex program when debugging is enabled
Maciej Cencora
2009-06-11
r300: fix output register allocation for vertex shaders
Maciej Cencora
2009-06-07
r300: remove unused code
Maciej Cencora
2009-06-07
r300: fixup vertex attributes ordering
Maciej Cencora
2009-05-16
r300: cleanup vertex program related functions
Maciej Cencora
2009-04-14
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-03-07
r300: remove assignment to removed StringPos field
Brian Paul
2009-03-07
mesa: gl_register_file enum typedef
Brian Paul
2009-03-06
r300: rewrite and hopefully simplify RS setup
Maciej Cencora
2008-06-21
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-05-06
r300: fragment.position input needs no blanking out, it's correctly handled i...
Markus Amsler
2008-03-30
r300: Copy-and-paste error from the vertex program branch.
Markus Amsler
2008-03-30
r300: Take PROGRAM_CONSTANT into account.
Markus Amsler
2008-03-26
r300: Indented the vertex program code...
Oliver McFadden
2008-03-26
r300: Added Copyright lines to the vertex program code.
Oliver McFadden
2008-03-26
r300: Renamed the Mesa opcode translation functions.
Oliver McFadden
2008-03-26
r300: Renamed the destination-and-opcode/source macros to more appropriate na...
Oliver McFadden
2008-03-24
r300: Merged the constant zero/one source macros.
Oliver McFadden
2008-03-24
r300: Merged the Vector and Math Engine opcode macros.
Oliver McFadden
2008-03-02
r300: Corrected a bug with the SUB instruction.
Oliver McFadden
2008-03-02
r300: Corrected a bug with the MAD instruction.
Oliver McFadden
[next]