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
/
shader
/
nvvertexec.c
Age
Commit message (
Expand
)
Author
2006-10-30
code tweaks, remove old comments
Brian Paul
2006-10-30
Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h.
Brian Paul
2006-10-29
New _mesa_exec_vertex_state_program() function. Start of some re-org.
Brian Paul
2006-10-10
a step toward moving run-time vertex program state out of GLcontext
Brian Paul
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-04-11
More GLSL code:
Michal Krol
2005-11-12
update some assertions
Brian Paul
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-05
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-04
use VERT_RESULT_HPOS, VERT_BIT_POS tokens
Brian Paul
2005-10-29
fix a few bugs in SWZ execution
Brian Paul
2005-09-19
additional wrapper updates, bug 4468
Brian Paul
2005-07-01
fix typo in assertions
Brian Paul
2005-06-30
Add a set of predicate functions for testing matrices instead of directly
Brian Paul
2005-04-21
Reduce the size of mesa's internal fragment and vertex program
Keith Whitwell
2005-04-21
use _mesa_pow() for LIT (bug 3087)
Brian Paul
2004-12-16
Experimental PRINT instruction for NV_vertex_program.
Brian Paul
2004-12-15
tweaks to the LIT instructions
Brian Paul
2004-11-26
update some type names
Brian Paul
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-06-29
fix another bug in get_register_pointer()
Brian Paul
2004-06-29
the get_register_pointer() function was pretty well broken in a few ways
Brian Paul
2004-04-21
Fix up some assorted issues with initialization of vertex program registers.
Brian Paul
2004-03-29
Moved from src/mesa/main
Michal Krol