Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / main / arbprogram.h
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa + EXT_gpu_program_parameters functions
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa NamedProgram functions
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
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-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-29 Vinson Leemesa: Remove unnecessary header.
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: move arbprogram.[ch] to main/
2004-03-29 Michal KrolMoved to src/mesa/shader
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
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-07-22 Brian PaulRestore more code lost during last big merge.
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
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-11 Brian PaulSome groundwork for GL_ARB_vertex/fragment_program.