program: Remove condition-code and precision support.
[mesa.git] / src / mesa / program / prog_execute.c
2016-03-01 Matt Turnerprogram: Remove condition-code and precision support.
2016-03-01 Matt Turnerprogram: Remove OPCODE_KIL_NV.
2015-07-29 Matt Turnerprogram: Avoid double promotion.
2015-07-29 Matt Turnerprogram: Use exp2(x) instead of pow(2.0, x).
2015-06-03 Matt Turnerprogram: Shrink and rename SaturateMode field to Saturate.
2015-04-01 Brian Paulmesa: remove unneeded #include of colormac.h
2015-03-02 Brian Paulmesa/program: replace Elements() with ARRAY_SIZE()
2015-02-24 Brian Paulmesa: remove INV_SQRTF() macro
2015-02-24 Brian Paulmesa: replace FABSF with fabsf
2015-02-24 Brian Paulmesa: replace FLOORF with floorf
2015-02-24 Brian Paulmesa: replace FREXPF, LDEXPF with frexpf, ldexpf
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-01-21 Jan Veselymesa: Fix some signed-unsigned comparison warnings
2015-01-21 Jan Veselymesa: remove comparisons that are always true
2014-12-01 Brian Paulmesa: remove unused functions in prog_execute.c
2014-11-24 Eric Anholtmesa: Drop unused NV_fragment_program opcodes.
2014-11-24 Eric Anholtmesa: Drop unused SFL/STR opcodes.
2014-08-07 Matt Turnermesa: Drop USE_IEEE define.
2013-11-15 Eric Anholtmesa: Remove PROGRAM_ENV_PARAM enum.
2013-11-15 Eric Anholtmesa: Remove PROGRAM_LOCAL_PARAM enum.
2013-06-28 Anuj Phogatmesa: Return ZeroVec/dummyReg instead of NULL pointer
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...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2012-11-16 Matt TurnerRemove OpenVMS support
2012-10-16 Kenneth Graunkemesa: Remove PROGRAM_WRITE_ONLY register type.
2012-10-16 Kenneth Graunkemesa: Remove support for named parameters.
2012-10-15 Eric Anholtmesa: Remove Mesa IR opcodes that existed only for...
2012-05-19 Brian Paulmesa: use F_TO_I() instead of IROUND()
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-19 Brian Paulmesa: set Q=1 for OPCODE_TEX execution
2011-08-16 Ian Romanickmesa: Bump instruction execution limit to 65536
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-01 Bryan Cainmesa: support boolean and integer-based parameters...
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-14 Brian Paulmesa: more program debug code
2010-12-10 Brian Paulmesa: implement system values in program interpreter
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
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-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-01 Brian Paulmesa: more prog_execute.c debug code
2010-08-24 Ian Romanickprog_execute: Implement OPCODE_TXL
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-31 Vinson Leemesa: Remove unnecessary headers.
2010-07-30 Vinson Leemesa: Include macros.h in files that use symbols from...
2010-07-29 Brian Paulmesa: implement RCC opcode
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/