summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/arbprogram.c
Commit message (Expand)AuthorAgeFilesLines
* 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