Merge commit 'origin/gallium-0.1' into gallium-vertex-linear
[mesa.git] / src / mesa / shader / arbprogram.c
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian Paulalias ProgramEnvParameter4xyARB and ProgramParameter4xy...
2008-05-14 Eric AnholtBug #13492: Only call ProgramStringNotify if program...
2007-04-28 Brianfix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787)
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-23 Brianfix g++ warnings/errors
2007-01-23 Brianfixes for C++ warnings/errors
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-09 BrianMoved NumTexInstructions, NumTexIndirections, etc....
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-23 Brian Paulfix several program-related bugs (bug 9136)
2006-11-04 Brian Paulfix error msg
2006-11-04 Brian Paulfix for glGetVertexAttribfvARB, bug 8883
2006-11-02 Brian PaulRename _mesa_IsProgram() to _mesa_IsProgramARB() to...
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-05-30 Tilman Sauerbeckdon't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRA...
2006-04-11 Michal KrolMore GLSL code:
2005-11-19 Brian PaulRemove the _mesa_parse_arb_vertex/fragment_program...
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2004-10-16 Brian Paulfix if/else bug in _mesa_ProgramEnvParameter4fARB ...
2004-10-06 Brian Paulfix GetVertexAttrib problem
2004-10-04 Brian PaulARB_fp support for GL_ARB_draw_buffers (Karl Rasche)
2004-03-10 Michal KrolMoved from src/mesa/main.