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
/
tnl
/
t_vb_arbprogram.c
Age
Commit message (
Expand
)
Author
2005-10-29
added some assertions to catch unexpected swizzle values in cvp_emit_arg(), c...
Brian Paul
2005-10-29
fix errors in RoughApproxPower(), do_LIT(), _tnl_program_string()
Brian Paul
2005-10-28
Keith's fixes for RSW and XPD (need temporaries)
Brian Paul
2005-10-28
include tnl.h to silence warning
Brian Paul
2005-10-28
Added assert that result != arg0 in do_RSW. This currently fails and needs f...
Brian Paul
2005-10-28
TNL module needs to implement ctx->Driver.ProgramStringNotify() function
Brian Paul
2005-09-19
additional wrapper updates, bug 4468
Brian Paul
2005-09-16
use mesa import wrappers, bug 4468
Brian Paul
2005-08-12
added FREXPF() macro (bug 4060)
Brian Paul
2005-07-15
Check for null program->Parameters pointer in validate_vertex_program().
Brian Paul
2005-07-13
Use the LDEXPF wrapper macro.
Keith Whitwell
2005-07-10
Add runtime compiled x87 implementations for most of the remaining
Keith Whitwell
2005-07-01
Use frexp on Windows; frexpf is not available.
Karl Schultz
2005-07-01
replace some free() calls with _mesa_free()
Brian Paul
2005-06-21
include light.h to silence warning
Brian Paul
2005-06-10
remove debug prints
Keith Whitwell
2005-06-10
Allow the print opcode to compile
Keith Whitwell
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