gallium/util: Add back (and rename) util_float_to_half implementation
[mesa.git] / src / gallium / auxiliary / util / u_half.h
2020-03-25 Roland Scheideggergallium/util: Add back (and rename) util_float_to_half...
2020-03-17 Eric Anholtgallium/util: Switch util_float_to_half to _mesa_float_...
2019-10-24 Michel Dänzergallium/util: Cast to target type before shifting left
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-02 Roland Scheideggertgsi: add PK2H/UP2H support
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2013-07-27 Roland Scheideggerutil: don't flush overflowing values to infinity in...
2012-06-29 James Bentonutil: Reimplement half <-> float conversions.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-07 José Fonsecautil: Add copyright header to u_half.h
2010-04-07 José Fonsecautil: Remove the half typedef from p_compiler.h.
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-06 José Fonsecautil: Make half float lookup tables constant.
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-04-02 Luca Barbierigallium/util: pregenerate half float tables
2010-04-02 Luca Barbierigallium/util: add util_format_init that inits s3tc...
2010-04-01 Luca Barbierigallium/util: reindent u_half.c and u_half.h with Mesa...
2010-04-01 Luca BarbieriRevert "util: Init half-float tables on demand."
2010-04-01 Corbin Simpsonutil: Init half-float tables on demand.
2010-04-01 Luca Barbierigallium/util: rewrite global constructor system for...
2010-04-01 José Fonsecautil: Declare util_half_init_tables only once.
2010-04-01 José Fonsecautil: Use u_math.h's union fi instead of redefining it.
2010-04-01 Luca Barbierigallium/util: add fast half float conversion functions