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
/
nvvertparse.c
Age
Commit message (
Expand
)
Author
2005-12-06
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-11-20
move _mesa_init_instruction() to program.c
Brian Paul
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-05
Use _mesa_opcode_string()
Brian Paul
2005-11-05
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-03
use WRITEMASK_* tokens
Brian Paul
2005-11-01
Several fp and vp tweaks:
Keith Whitwell
2005-10-30
Lots of clean-up in arb program parser.
Brian Paul
2005-07-22
Make the vertex program source register Index field a signed int since
Brian Paul
2005-05-05
Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms
Karl Schultz
2005-04-21
Reduce the size of mesa's internal fragment and vertex program
Keith Whitwell
2004-12-18
Added PRINT instruction for GL_NV_fragment_program.
Brian Paul
2004-12-16
Experimental PRINT instruction for NV_vertex_program.
Brian Paul
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-06-29
disable some debug code
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