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
/
gallium
/
drivers
/
nvfx
/
nvfx_vertprog.c
Age
Commit message (
Expand
)
Author
2010-12-25
nvfx: restore BEGIN_RING usage
Xavier Chantry
2010-09-18
nvfx: Silence uninitialized variable warnings.
Vinson Lee
2010-09-18
nvfx: Remove const qualifer from nvfx_vertprog_translate.
Vinson Lee
2010-09-12
nvfx: Remove unused variables.
Vinson Lee
2010-09-11
nv30: fix breakage due to 10 texcoord support on nv40
Luca Barbieri
2010-09-06
nvfx: fix return in vp main
Luca Barbieri
2010-09-05
nvfx: support nv30 simulation on nv40
Luca Barbieri
2010-09-05
nvfx: switch to rules-ng-ng register headers
Luca Barbieri
2010-09-05
nvfx: remove remaining BEGIN_RING/eng3d uses
Luca Barbieri
2010-09-05
nvfx: support saturate in vp
Luca Barbieri
2010-09-05
nvfx: add rewritten swtnl support
Luca Barbieri
2010-09-04
nvfx: fix vp DP2
Luca Barbieri
2010-09-04
nv40: support all 10 texcoords
Luca Barbieri
2010-09-03
nvfx: support indirect addressing in vps
Luca Barbieri
2010-08-23
nvfx: support clip planes sensibly and fix them on nv30
Luca Barbieri
2010-08-22
nvfx: Include missing header in nvfx_vertprog.c.
Vinson Lee
2010-08-22
nvfx: move stuff around
Luca Barbieri
2010-08-22
nvfx: simplify and correct fragment program update logic
Luca Barbieri
2010-08-22
nvfx: fix vertex programs
Luca Barbieri
2010-08-22
nvfx: use relocations array for vp constants
Luca Barbieri
2010-08-21
nvfx: Silence uninitialized variable warnings.
Vinson Lee
2010-08-21
nvfx: fix warnings
Luca Barbieri
2010-08-21
nvfx: slightly improve handling of overlong vps
Luca Barbieri
2010-08-21
nvfx: implement CMP in vp
Luca Barbieri
2010-08-21
nvfx: implement DP2 in vp and fp
Luca Barbieri
2010-08-21
nvfx: implement TRUNC in vp and fp
Luca Barbieri
2010-08-21
nvfx: implement NOP
Luca Barbieri
2010-08-21
nvfx: add vertex program control flow
Luca Barbieri
2010-08-21
nvfx: refactor shader assembler
Luca Barbieri
2010-08-21
nvfx: add option to dump shaders in TGSI and native code
Luca Barbieri
2010-08-21
nvfx: support proper shader linkage - adds glsl support
Luca Barbieri
2010-08-21
nvfx: rewrite draw code and buffer code
Luca Barbieri
2010-08-06
nvfx: fix nv30 vertex program scalar opcodes
Luca Barbieri
2010-04-17
nvfx: Initialize variables.
Vinson Lee
2010-04-12
nvfx: add LRP in vertprog
Luca Barbieri
2010-04-12
nvfx: add SIN and COS in vertprog
Luca Barbieri
2010-04-12
nvfx: add missing vertprog setcond instructions
Luca Barbieri
2010-04-12
nvfx: rework validation logic to use code and avoid stateobjs
Luca Barbieri
2010-04-12
nvfx: add NVFX_NEW_{FRAG,VERT}CONST
Luca Barbieri
2010-04-12
nvfx: so->RING_3D: vertprog
Luca Barbieri
2010-04-10
nvfx: Silence uninitialized variable warning.
Vinson Lee
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-15
nvfx: remove src_native_swz, which was a no-op
Luca Barbieri
2010-03-15
nvfx: clean up shader header
Luca Barbieri
2010-03-15
nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40
Luca Barbieri
2010-03-15
nv30, nv40: non-trivially unify nv[34]0_vertprog.c
Luca Barbieri