Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / program / prog_instruction.c
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakermesa: move ADD_POINTERS to macros.h
2020-04-21 Dylan Bakermesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2018-04-12 Marek Olšákmesa: include mtypes.h less
2016-11-17 Timothy Arcerimesa: make use of ralloc when creating ARB asm gl_progr...
2016-11-17 Timothy Arcerimesa: remove unused Comment field in prog_instruction
2016-05-10 Ian Romanickprog: Delete all remains of OPCODE_SNE, OPCODE_SEQ...
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-03-01 Matt Turnerprogram: Remove OPCODE_TXP_NV.
2016-03-01 Matt Turnerprogram: Remove condition-code and precision support.
2016-03-01 Matt Turnerprogram: Remove OPCODE_KIL_NV.
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-03 Matt Turnerprogram: Replace gl_inst_opcode with enum prog_opcode.
2015-06-03 Matt Turnerprogram: Shrink and rename SaturateMode field to Saturate.
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/