summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/arbprogram.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+1
* Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke2010-02-191-2/+2
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-2/+7
* mesa: use memcpy() in _mesa_ProgramEnv/LocalParameters4fvEXT()Brian Paul2010-01-221-15/+5
* mesa: use switch in _mesa_DeletePrograms()Brian Paul2010-01-221-7/+8
* mesa: re-implement _mesa_ProgramEnvParameter4fvARB() with memcpy()Brian Paul2010-01-221-3/+30
* prog parse: Handle GL_VERTEX_PROGRAM_NV in glProgramStringARBIan Romanick2009-11-071-1/+23
* prog parse: Handle GL_FRAGMENT_PROGRAM_NV in glProgramStringARBIan Romanick2009-11-071-5/+15
* ARB prog: Set error instead of falling through with incorrect valueIan Romanick2009-08-241-0/+3
* mesa: added some assertionsBrian Paul2009-05-221-0/+8
* mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul2009-05-221-1/+1
* mesa: comment for _mesa_GetVertexAttribfvARB()Brian Paul2009-05-211-0/+4
* mesa: minor code simplification in _mesa_GetVertexAttribfvARB()Brian Paul2009-05-211-6/+9
* mesa: signal _NEW_PROGRAM_CONSTANTS instead of _NEW_PROGRAMBrian Paul2009-04-241-6/+7
* mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul2009-04-211-6/+4
* mesa: remove some last remnants of GL_MESA_program_debugBrian Paul2009-03-111-6/+3
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-4/+0
* mesa: silence compiler warning at -O2Brian Paul2009-01-201-0/+1
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-6/+6
* mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.cBrian Paul2008-07-291-0/+202
* Bug #13492: Only call ProgramStringNotify if program parsing succeeded.Eric Anholt2008-01-151-2/+2
* alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger2007-11-091-3/+26
* fix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787)Brian2007-04-281-4/+12
* fix g++ warnings/errorsBrian2007-01-231-2/+2
* Moved NumTexInstructions, NumTexIndirections, etc. into gl_program sinceBrian2007-01-091-6/+6
* fix several program-related bugs (bug 9136)Brian Paul2006-11-231-2/+8
* fix error msgBrian Paul2006-11-041-1/+1
* fix for glGetVertexAttribfvARB, bug 8883Brian Paul2006-11-041-1/+6
* Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul2006-11-021-1/+25
* Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2006-08-151-0/+88
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-7/+7
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-11/+11
* don't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB, ...Tilman Sauerbeck2006-05-301-0/+1
* More GLSL code:Michal Krol2006-04-111-6/+3
* Remove the _mesa_parse_arb_vertex/fragment_program() functions intoBrian Paul2005-11-191-18/+8
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-2/+1
* Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul2005-11-011-151/+115
* Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz2005-05-051-1/+1
* fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645)Brian Paul2004-10-161-2/+2
* fix GetVertexAttrib problemBrian Paul2004-10-061-1/+4
* ARB_fp support for GL_ARB_draw_buffers (Karl Rasche)Brian Paul2004-10-041-2/+2
* Moved from src/mesa/main.Michal Krol2004-03-101-0/+721