gallivm/nir: allow 64-bit arit ops
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_format_aos.c
2020-08-16 Eric Anholtutil: Move fetch_rgba to a separate function table.
2020-08-16 Eric Anholtutil: Make all 3 fetch_rgba functions occupy the same...
2020-08-12 Eric Anholtutil: Split the pack/unpack functions out of the format...
2020-06-10 Dave Airliegallivm: don't cache shaders that use fetch functions.
2020-04-04 Dave AirlieRevert "gallivm: disable rgtc/latc SNORM accellerated...
2020-03-25 Roland Scheideggergallivm: disable rgtc/latc SNORM accellerated fetches
2020-03-23 Dave Airliegallivm: add support for rgtc/latc fetches.
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2018-12-20 Roland Scheideggergallivm: use llvm jit code for decoding s3tc
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2017-10-03 Brian Paulllvmpipe: silence 'variable may be used uninitialized...
2017-01-05 Roland Scheideggergallivm: (trivial) fix typo bug with small AoS format...
2017-01-05 Roland Scheideggergallivm: implement aos unpack (to unorm8) for small...
2017-01-05 Roland Scheideggergallivm: optimize lp_build_unpack_arith_rgba_aos slightly
2016-12-21 Roland Scheideggergallivm: optimize gather a bit, by using supplied desti...
2016-04-27 Brian Paulgallivm: s/Elements/ARRAY_SIZE/
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-04 Roland Scheideggerllvmpipe: add cache for compressed textures
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
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-01 Brian Paulgallivm: silence unused var warnings for non-debug...
2014-11-18 Roland Scheideggergallivm: fix alignment issue for vertex data fetch
2013-06-24 Adam Jacksongallium: Fix llvmpipe on big-endian machines
2013-01-11 Roland Scheideggergallivm: more integer texture format fetch fixes
2012-12-07 José Fonsecagallivm: Rudimentary native integer support.
2012-12-03 Roland Scheideggergallivm: fix srgb format fetch
2012-11-29 José Fonsecautil/u_format: Kill util_format_is_array().
2012-11-29 Adhemerval Zanellagallivm: Fix format manipulation for big-endian
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-02 José Fonsecagallivm: Add a lp_build_const_func_pointer() helper.
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-17 José Fonsecagallivm: Cleanup util_format_xxx_fetch_xxx call generation.
2010-12-16 Brian Paulgallivm: fix copy&paste error from previous commit
2010-12-16 Brian Paulgallivm: work around LLVM 2.6 bug when calling C functions
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
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-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-11 José Fonsecagallivm: Add a new debug flag to warn about performance...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-29 Marek Olšákutil: remove util_is_pot in favor of util_is_power_of_two
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-09 nobledgallivm: Always use floating-point operators for floati...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-02 José Fonsecagallivm: Use util_format_description::fetch_rgba_8unorm...
2010-07-02 José Fonsecagallivm: Support multiple pixels in lp_build_fetch_rgba...
2010-07-02 José Fonsecagallivm: Move gather functions to its own module.
2010-07-02 José Fonsecagallivm: Code generate YUV format unpacking.
2010-07-01 José Fonsecagallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-14 José Fonsecagallivm: Use func_to_pointer().
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-13 Brian Paulgallivm: silence casting warning
2010-05-12 Brian Paulgallivm: additional comments
2010-05-12 Brian Paulgallivm: s/bool/boolean
2010-05-08 José Fonsecagallivm: Don't hardcode number of args twice.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
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-22 Vinson Leegallivm: Remove unused variable.
2010-04-21 Vinson Leegallivm: Remove unnecessary headers.
2010-04-20 José Fonsecagallivm: Universal format support on lp_build_fetch_rgb...
2010-04-20 José Fonsecagallivm: Cleanups and bugfixes to aos format translation.
2010-04-20 José Fonsecagallivm: New function to fetch a pixel into a 4xfloat...
2010-04-20 José Fonsecagallivm: Bring aos format back to life.
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-27 José Fonsecagallivm: Ensure all allocas are in the first block.
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-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-04-01 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-31 Roland ScheideggerMerge branch 'gallium-new-formats'
2010-03-31 José Fonsecallvmpipe: Drop the aos format conversion.
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
next