index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_vb_arbprogram.c
Age
Commit message (
Expand
)
Author
2005-06-10
Add notes about intended precision of opcodes.
Keith Whitwell
2005-06-09
Another typo
Keith Whitwell
2005-06-09
Further clean up RoughApproxPow2 and disable the optimized version --
Keith Whitwell
2005-06-09
Fix typo in RoughApproxPow2
Keith Whitwell
2005-06-09
Store compiled vertex program representations in a pointer in the
Keith Whitwell
2005-06-08
Turn off debug
Keith Whitwell
2005-06-08
Runtime generate sse/sse2 code for some vertex programs. Experimental
Keith Whitwell
2005-06-08
Remove ARL opcode from interpreter.
Keith Whitwell
2005-06-07
Initialize some variables.
Keith Whitwell
2005-06-07
Simplify interpreted language:
Keith Whitwell
2005-05-10
Missing from previous commit
Keith Whitwell
2005-04-29
Add DISASSEM define, similar to other program generator files.
Keith Whitwell
2005-04-22
Move the call to _tnl_UpdateFixedFunctionProgram to make
Keith Whitwell
2005-04-22
Simplify the pipeline_stage structure
Keith Whitwell
2005-04-21
New software implementation of ARB_vertex_program. Similar in speed
Keith Whitwell