summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvprogram.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-21mesa: minor code simplification in _mesa_GetVertexAttrib*NV()Brian Paul1-10/+19
2009-04-24mesa: signal _NEW_PROGRAM_CONSTANTS instead of _NEW_PROGRAMBrian Paul1-1/+1
2009-04-21mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul1-1/+1
2009-03-11mesa: remove some last remnants of GL_MESA_program_debugBrian Paul1-6/+3
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick1-4/+0
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-6/+6
2007-11-09alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger1-69/+0
2007-02-22_mesa_ExecuteProgramNV is now a no-opBrian1-2/+1
2006-12-14remove unneeded includesBrian1-2/+1
2006-12-14Updated includes.Brian1-1/+2
2006-11-04Fix for glGetVertexAttribfvNV, bug 8883Brian Paul1-3/+18
2006-10-29New _mesa_exec_vertex_state_program() function. Start of some re-org.Brian Paul1-5/+2
2006-10-10a step toward moving run-time vertex program state out of GLcontextBrian Paul1-3/+4
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul1-10/+8
2006-08-15Remove extraneous trailing semicolon.Ian Romanick1-1/+1
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul1-24/+24
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-11/+11
2006-04-20check glLoadProgramNV len < 0 (bug 6679)Brian Paul1-2/+7
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul1-2/+4
2005-11-05Unify vertex/fragment program instuctions.Brian Paul1-2/+1
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz1-1/+1
2004-10-02fix LoadProgramNV regression when I had fixed the RefCount bugBrian Paul1-5/+5
2004-06-20call ctx->Driver.NewProgram() instead of CALLOC/etc in _mesa_LoadProgramNV. ...Brian Paul1-7/+5
2004-04-21Fix up some assorted issues with initialization of vertex program registers.Brian Paul1-2/+2
2004-03-29Moved from src/mesa/mainMichal Krol1-0/+871