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