summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbprogram.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-22mesa: added some assertionsBrian Paul1-0/+8
2009-05-22mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul1-1/+1
2009-05-21mesa: comment for _mesa_GetVertexAttribfvARB()Brian Paul1-0/+4
2009-05-21mesa: minor code simplification in _mesa_GetVertexAttribfvARB()Brian Paul1-6/+9
2009-04-24mesa: signal _NEW_PROGRAM_CONSTANTS instead of _NEW_PROGRAMBrian Paul1-6/+7
2009-04-21mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul1-6/+4
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
2009-01-20mesa: silence compiler warning at -O2Brian Paul1-0/+1
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-6/+6
2008-07-29mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.cBrian Paul1-0/+202
2008-01-15Bug #13492: Only call ProgramStringNotify if program parsing succeeded.Eric Anholt1-2/+2
2007-11-09alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger1-3/+26
2007-04-28fix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787)Brian1-4/+12
2007-01-23fix g++ warnings/errorsBrian1-2/+2
2007-01-09Moved NumTexInstructions, NumTexIndirections, etc. into gl_program sinceBrian1-6/+6
2006-11-23fix several program-related bugs (bug 9136)Brian Paul1-2/+8
2006-11-04fix error msgBrian Paul1-1/+1
2006-11-04fix for glGetVertexAttribfvARB, bug 8883Brian Paul1-1/+6
2006-11-02Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul1-1/+25
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick1-0/+88
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul1-7/+7
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-11/+11
2006-05-30don't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB, ...Tilman Sauerbeck1-0/+1
2006-04-11More GLSL code:Michal Krol1-6/+3
2005-11-19Remove the _mesa_parse_arb_vertex/fragment_program() functions intoBrian Paul1-18/+8
2005-11-05Unify vertex/fragment program instuctions.Brian Paul1-2/+1
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul1-151/+115
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz1-1/+1
2004-10-16fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645)Brian Paul1-2/+2
2004-10-06fix GetVertexAttrib problemBrian Paul1-1/+4
2004-10-04ARB_fp support for GL_ARB_draw_buffers (Karl Rasche)Brian Paul1-2/+2
2004-03-10Moved from src/mesa/main.Michal Krol1-0/+721