Fix a few typos
[mesa.git] / src / mesa / program / prog_instruction.c
2015-03-11 Brian Paulmesa: use strdup() instead of _mesa_strdup()
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2014-12-09 Matt Turnerprogram: Delete dead _mesa_realloc_instructions.
2014-12-09 Matt TurnerDon't cast the return value of malloc/realloc
2014-11-24 Eric Anholtmesa: Drop unused NV_fragment_program opcodes.
2014-11-24 Eric Anholtmesa: Drop unused SFL/STR opcodes.
2014-09-24 Matt Turnermesa: Use realloc() instead of _mesa_realloc() and...
2014-09-04 Carl WorthEliminate several cases of multiplication in arguments...
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...
2013-04-24 Marek Olšákmesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4...
2012-11-07 Kenneth Graunkemesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE...
2012-10-15 Eric Anholtmesa: Remove Mesa IR opcodes that existed only for...
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
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-29 Zack Rusinmesa: initial support for ARB_geometry_shader4
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/