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
/
main
/
ffvertex_prog.c
Age
Commit message (
Expand
)
Author
2008-09-04
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-08-28
mesa: remove debug code
Brian Paul
2008-08-28
mesa: dynamically grow the fixed function vertex program as needed
Brian Paul
2008-08-28
mesa: bump MAX_INSN to 300
Brian Paul
2008-06-28
mesa: check FEATURE_point_size_array
Brian Paul
2008-06-25
mesa: point size arrays
Brian Paul
2008-06-12
mesa: restore and fix Keith's "further degenerate the special case lit substi...
Brian Paul
2008-06-11
Revert "mesa: further degenerate the special case lit substitute"
Brian Paul
2008-06-06
mesa: turn off ffvertex prog debug
Keith Whitwell
2008-05-27
ffvertex: emit full LIT when attenuating (needs the 1 in X position)
Keith Whitwell
2008-05-27
ffvertex: don't compute whole eye vector if only eye.z is required
Keith Whitwell
2008-05-24
Revert "mesa: save a temp on normalizes"
Keith Whitwell
2008-05-24
mesa: pre-swizzle normal scale state value
Keith Whitwell
2008-05-23
mesa: save a temp on normalizes
Keith Whitwell
2008-05-23
mesa: further degenerate the special case lit substitute
Keith Whitwell
2008-05-23
mesa: don't emit LIT instruction when mat shininess known to be zero
Keith Whitwell
2008-05-23
mesa: do object-space lighting in ffvertex_prog.c
Keith Whitwell
2008-05-06
mesa: comments, whitespace
Brian
2008-03-14
mesa: clamp point size in vertex program when computing attenuated size
Brian Paul
2008-01-18
use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/...
Brian
2008-01-01
fix mem leak (free key)
Brian
2007-10-31
Lift fixed function vertex program generation up from tnl module.
Brian