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
/
nvprogram.c
Age
Commit message (
Expand
)
Author
2006-11-04
Fix for glGetVertexAttribfvNV, bug 8883
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-08-23
Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid
Brian Paul
2006-08-15
Remove extraneous trailing semicolon.
Ian Romanick
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-06-12
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-04-20
check glLoadProgramNV len < 0 (bug 6679)
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-05-05
Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms
Karl Schultz
2004-10-02
fix LoadProgramNV regression when I had fixed the RefCount bug
Brian Paul
2004-06-20
call ctx->Driver.NewProgram() instead of CALLOC/etc in _mesa_LoadProgramNV. ...
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