tgsi_to_nir: use pipe_screen::finalize_nir
[mesa.git] / src / gallium / auxiliary / gallivm /
2019-10-17 Roland Scheideggergallivm: Fix saturated signed psub/padd intrinsics...
2019-10-14 Dave Airliegallivm/draw/swr: make the gs_iface not depend on tgsi.
2019-10-11 Dave Airliegallivm: fix coroutines on aarch64 with llvm 8
2019-10-11 Dave Airliellvmpipe: add support for tg4 component selection.
2019-10-11 Dave Airliegallivm/sample: add gather component selection to the...
2019-10-10 Marek Olšákgallium: remove PIPE_SHADER_CAP_SCALAR_ISA
2019-09-17 Michel Dänzergallivm: Limit DEBUG workaround to LLVM < 7
2019-09-13 Adam Jacksongallium: Restore VSX for llvm >= 4
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.9
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.8
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.7
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.6
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.5
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.4
2019-09-06 Eric Engestromgallivm: drop LLVM<3.3 code paths as no build system...
2019-09-06 Eric Engestromgallivm: replace more complex 3.x version check with...
2019-09-06 Eric Engestromgallivm: replace major llvm version checks with LLVM_VE...
2019-09-06 Eric Engestromgallivm: replace `0x` version print with actual version...
2019-09-04 Dave Airliegallivm: add barrier support for compute shaders.
2019-09-04 Dave Airliegallivm: add support for compute shared memory
2019-09-04 Dave Airliegallivm: add new compute related intrinsics
2019-09-04 Dave Airliegallivm: add coroutine pass manager support
2019-09-04 Dave Airliegallivm: add coroutine support files to gallivm.
2019-09-04 Dave Airliegallivm/flow: add counter reset for loops
2019-08-29 Dave Airliegallivm: disable accurate cube corner for integer textures.
2019-08-29 Roland Scheideggergallivm: use fallback code for mul_hi with llvm >= 7.0
2019-08-27 Dave Airliegallivm: fix appveyor build after images changes
2019-08-27 Dave Airliellvmpipe: enable ARB_shader_image_load_store
2019-08-27 Dave Airliegallivm: add memory barrier support
2019-08-27 Dave Airliegallivm: add support for fences api on older llvm
2019-08-27 Dave Airliegallivm: add image load/store/atomic support
2019-08-27 Dave Airliegallivm/tgsi: add image interface to tgsi builder
2019-08-27 Dave Airliegallivm: add a basic image limit
2019-08-27 Dave Airliegallivm: handle helper invocation (v2)
2019-08-27 Dave Airliegallivm: make lp_build_float_to_r11g11b10 take a const src
2019-08-27 Dave Airliegallivm: fix atomic compare-and-swap
2019-08-02 Roland Scheideggergallivm: fix issue with AtomicCmpXchg wrapper on llvm...
2019-07-23 Dave Airliegallivm: rework lp_build_tgsi_soa to take a struct
2019-07-23 Marek Olšákgallivm: fix warning: ‘op’ may be used uninitialized
2019-07-19 Eric Engestromutil: use standard name for vsnprintf()
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-19 Eric Engestromutil: use standard name for strncat()
2019-07-07 Dave Airliellvmpipe: enable ARB_shader_storage_buffer_object
2019-07-07 Dave Airliegallivm: add buffer operations to the tgsi->llvm conver...
2019-07-07 Dave Airliegallivm: move mask_vec function up higher so it can...
2019-07-07 Dave Airliegallivm: add some basic SSBO limits. (v2)
2019-07-07 Dave Airliegallivm: add ssbo pointers to the soa build api.
2019-07-07 Dave Airliegallivm: add compare exchange wrapper
2019-06-28 Jose Fonsecagallivm: Improve lp_build_rcp_refine.
2019-05-24 Roland Scheideggergallivm: fix default cbuf info.
2019-05-07 Roland Scheideggergallivm: fix broken 8-wide s3tc decoding
2019-05-02 Brian Paulllvmpipe: init some vars to NULL to silence MinGW compi...
2019-04-22 Lubomir Rintelgallivm: disable NEON instructions if they are not...
2019-04-22 Lubomir Rintelgallivm: guess CPU features also on ARM
2019-04-17 Dominik DreesAdd no_aos_sampling GALLIVM_PERF option
2019-04-17 Roland Scheideggergallivm: fix saturated signed add / sub with llvm 9
2019-04-15 Roland Scheideggergallivm: fix bogus assert in get_indirect_index
2019-01-24 Matt Turnergallivm: Return true from arch_rounding_available(...
2018-12-21 Roland Scheideggergallivm: abort when trying to use non-existing intrinsic
2018-12-21 Roland Scheideggergallivm: don't use pavg.b intrinsic on llvm >= 6.0
2018-12-20 Roland Scheideggergallivm: use llvm jit code for decoding s3tc
2018-12-12 Roland Scheideggergallivm: remove unused float coord wrapping for aos...
2018-11-28 Matt Turnergallivm: Use nextafterf(0.5, 0.0) as rounding constant
2018-11-08 Roland Scheideggergallivm: fix improper clamping of vertex index when...
2018-10-06 Gert Wollnygallivm: Make it possible to disable some optimization...
2018-09-25 Eric Engestromgallivm: ensure string is null-terminated instead of...
2018-08-30 Vicki Pfaugallivm: Detect VSX separately from Altivec
2018-08-29 Dave Airliegallivm: allow to pass two swizzles into fetches.
2018-08-24 Roland Scheideggergallivm: don't use saturated unsigned add/sub intrinsic...
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-05-15 Roland Scheideggergallivm: Use alloca_undef with array type instead of...
2018-04-24 Roland Scheideggergallivm: dump bitcode before optimization
2018-04-24 Roland Scheideggergallivm: (trivial) do division by 1000 with int64
2018-04-24 Roland Scheideggergallivm: remove LICM pass
2018-04-24 Roland Scheideggergallivm: add early cse pass
2018-04-20 Nicolai Hähnleradeonsi: generate image load/store/atomic ops using...
2018-04-20 Nicolai Hähnleamd/common: pass address components individually to...
2018-04-02 Mike Lothiangallivm: Fix include for LLVMAddPromoteMemoryToRegisterPass
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-23 Brian Paulgallivm: use enum tgis_opcode
2018-02-12 Eric Anholtgallium/llvmpipe: Fix compiler warnings about ddx/ddy...
2018-02-01 Brian Paulgallivm/llvmpipe: add const qualifiers on sampler variables
2018-01-27 Marek Olšákac: don't use byval LLVM qualifier in shaders
2018-01-25 Roland Scheideggergallivm: fix crash with seamless cube filtering with...
2018-01-18 George Kyriazisgallivm: support avx512 (16x32) in interleave2_half
2018-01-16 Samuel Pitoisetac: import lp_create_builder() from gallivm
2017-12-14 Roland Scheideggergallivm: implement accurate corner behavior for texture...
2017-12-14 Roland Scheideggergallivm: fix an issue with NaNs with seamless cube...
2017-12-12 Roland Scheideggergallivm: fix texture wrapping for texture gather for...
2017-11-21 Roland Scheideggerllvmpipe: fix snorm blending
2017-11-09 Dave Airliegallium: add CAPs to support HW atomic counters. (v3)
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-11-08 Tobias Drostegallivm: Use new LLVM fast-math-flags API
2017-11-02 Tim Rowleygallivm: allow arch rounding with avx512
2017-10-11 Tim Rowleygallium: allow 512-bit vectors
2017-10-06 Roland Scheideggergallivm: don't use pabs intrinsic with llvm version...
2017-10-05 Ben Crockergallivm/ppc64le: adjust VSX code generation control.
2017-10-05 Ben Crockergallivm: allow additional llc options
2017-10-04 Ben Crockergallivm: fix typo in debug_printf message
2017-10-03 Brian Paulllvmpipe: silence 'variable may be used uninitialized...
next