Merge branch 'gallium-polygon-stipple'
[mesa.git] / src / mesa / main / arbprogram.c
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-06 Eric Anholtmesa: Don't skip glGetProgramLocalParam4dvARB if there...
2011-07-06 Eric Anholtmesa: Don't skip glGetProgramEnvParam4dvARB if there...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-11 Brian Paulmesa: rename src/mesa/shader/ to src/mesa/program/
2010-06-11 Brian Paulmesa: move arbprogram.[ch] to main/
2004-03-29 Michal KrolMoved to src/mesa/shader
2004-03-19 Brian Pauladd missing else statements
2004-02-14 Keith WhitwellMake it easier for drivers to create "subclasses" of...
2004-01-17 Brian Pauladded some missing FLUSH_VERTICES calls
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
2003-09-15 Brian PaulSome work on ARB_vertex_buffer_object.
2003-09-05 Brian Paulmove GL_MESA_program_debug code into program.c
2003-08-31 Brian PaulMoved some shared vertex/fragment program code into...
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-08-06 Brian Paulremove temporary prototypes
2003-07-22 Brian PaulRestore more code lost during last big merge.
2003-07-22 Brian PaulImplement debugger callback, etc for vertex programs...
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-10 Brian Paulfix GL_CURRENT_VERTEX_ATTRIB_ARB queries
2003-05-28 Brian PaulglBindProgramARB dispatches to glBindProgramNV (remove...
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-04-21 Brian Paulalias ARB/NV program functions where possible
2003-04-18 Brian Paulminor re-org of program matrix, program local parameter...
2003-04-17 Brian Paulfix some glBindProgramNV/ARB details
2003-04-17 Brian PaulAdded arbprogram.c to Makefiles.
2003-04-17 Brian Paulcheckpoint: more infrastructure for GL_ARB_vertex/fragm...
2003-04-11 Brian PaulSome groundwork for GL_ARB_vertex/fragment_program.