index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
nvprogram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: move nvprogram.[ch] to main/
Brian Paul
2010-06-10
1
-917
/
+0
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
1
-1
/
+1
*
Remove _mesa_strlen in favor of plain strlen.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
mesa: Fix compiler warnings
Karl Schultz
2010-02-13
1
-3
/
+3
*
mesa: fix double->float assignment warnings, int/uint comparison warnings
Brian Paul
2010-01-27
1
-2
/
+2
*
prog parse: Handle GL_VERTEX_PROGRAM_ARB in glLoadProgramNV
Ian Romanick
2009-11-07
1
-1
/
+13
*
prog parse: Handle GL_FRAGMENT_PROGRAM_ARB in glLoadProgramNV
Ian Romanick
2009-11-07
1
-0
/
+15
*
i965: Emit zero initialization for NV VP temporaries as required.
Eric Anholt
2009-09-24
1
-0
/
+44
*
mesa: Initialize NV_vertex_program fields for the parameter lists and such.
Eric Anholt
2009-09-24
1
-0
/
+28
*
mesa: minor code simplification in _mesa_GetVertexAttrib*NV()
Brian Paul
2009-05-21
1
-10
/
+19
*
mesa: signal _NEW_PROGRAM_CONSTANTS instead of _NEW_PROGRAM
Brian Paul
2009-04-24
1
-1
/
+1
*
mesa: new _NEW_PROGRAM_CONSTANTS flag
Brian Paul
2009-04-21
1
-1
/
+1
*
mesa: remove some last remnants of GL_MESA_program_debug
Brian Paul
2009-03-11
1
-6
/
+3
*
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
1
-4
/
+0
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-6
/
+6
*
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
Roland Scheidegger
2007-11-09
1
-69
/
+0
*
_mesa_ExecuteProgramNV is now a no-op
Brian
2007-02-22
1
-2
/
+1
*
remove unneeded includes
Brian
2006-12-14
1
-2
/
+1
*
Updated includes.
Brian
2006-12-14
1
-1
/
+2
*
Fix for glGetVertexAttribfvNV, bug 8883
Brian Paul
2006-11-04
1
-3
/
+18
*
New _mesa_exec_vertex_state_program() function. Start of some re-org.
Brian Paul
2006-10-29
1
-5
/
+2
*
a step toward moving run-time vertex program state out of GLcontext
Brian Paul
2006-10-10
1
-3
/
+4
*
Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid
Brian Paul
2006-08-23
1
-10
/
+8
*
Remove extraneous trailing semicolon.
Ian Romanick
2006-08-15
1
-1
/
+1
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
1
-24
/
+24
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-11
/
+11
*
check glLoadProgramNV len < 0 (bug 6679)
Brian Paul
2006-04-20
1
-2
/
+7
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-2
/
+4
*
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
1
-2
/
+1
*
Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms
Karl Schultz
2005-05-05
1
-1
/
+1
*
fix LoadProgramNV regression when I had fixed the RefCount bug
Brian Paul
2004-10-02
1
-5
/
+5
*
call ctx->Driver.NewProgram() instead of CALLOC/etc in _mesa_LoadProgramNV. ...
Brian Paul
2004-06-20
1
-7
/
+5
*
Fix up some assorted issues with initialization of vertex program registers.
Brian Paul
2004-04-21
1
-2
/
+2
*
Moved from src/mesa/main
Michal Krol
2004-03-29
1
-0
/
+871