tgsi/mesa: handle KERNEL case
[mesa.git] / src / gallium / auxiliary / gallivm /
2019-12-27 Dave Airliegallivm/nir: allow 8/16-bit conversion and comparison.
2019-12-27 Dave Airliegallivm: pick integer builders for alu instructions.
2019-12-27 Dave Airliegallivm: add support for 8-bit/16-bit integer builders
2019-12-27 Dave Airliellvmpipe/gallivm: add kernel inputs
2019-12-27 Dave Airliegallivm: add 64-bit const int creator.
2019-12-21 Dave Airliegallivm/nir: wrap idiv to avoid divide by 0 (v2)
2019-12-12 Dave Airliegallivm: fixup base_vertex support
2019-12-12 Dave Airliegallivm/draw: add support for draw_id system value.
2019-12-12 Dave Airliegallivm: add base instance sysval support
2019-12-11 Dave Airliegallivm/nir: copy compare ordering code from tgsi
2019-12-11 Dave Airliegallivm/nir: cleanup code and call cmp wrapper
2019-12-11 Dave Airliegallivm: fix transpose for when first channel isn't...
2019-12-10 Krzysztof Raszkowskigallivm: add TGSI bit arithmetic opcodes support
2019-12-10 Marek Olšákgallivm: implement LOAD with CONSTBUF but don't enable...
2019-12-10 Marek Olšákllvmpipe: implement TEX_LZ and TXF_LZ opcodes
2019-12-08 Dave Airliegallivm: add bitfield reverse and ufind_msb
2019-12-03 Dave Airliegallivm/llvmpipe: add support for front facing in sysval.
2019-12-03 Dave Airliellvmpipe/images: handle undefined atomic without crashing
2019-11-28 Dave Airliellvmpipe: add initial nir support
2019-11-28 Dave Airliegallivm: add swizzle support where one channel isn...
2019-11-28 Dave Airliegallivm: add nir->llvm translation (v2)
2019-11-28 Dave Airliegallivm: add selection for non-32 bit types
2019-11-28 Dave Airliegallivm: add cttz wrapper
2019-11-28 Dave Airliegallivm: add popcount intrinsic wrapper
2019-11-28 Dave Airliegallivm: split out the flow control ir to a common...
2019-11-14 Ben Crockerllvmpipe: use ppc64le/ppc64 Large code model for JIT...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-10-29 Krzysztof Raszkowskigallium/swr: Enable GL_ARB_gpu_shader5: multiple streams
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
next