gallium/util: Clean up the Z/S tile write path.
[mesa.git] / src / gallium / auxiliary / gallivm /
2020-07-02 Dave Airliegallivm/nir: add support for indirect image loading
2020-07-02 Dave Airliegallivm/img: refactor out the texel return type (v2)
2020-07-02 Dave Airliegallivm/nir: refactor image operations for indirect...
2020-07-02 Dave Airliegallivm/nir: support passing image index into image...
2020-07-02 Dave Airliegallivm/sample: handle size unit offset
2020-07-02 Dave Airliegallivm/sample: pass indirect offset into texture/image...
2020-07-02 Dave Airliegallivm/nir: handle non-uniform texture offsets
2020-07-02 Dave Airliegallivm/nir: add texture unit indexing
2020-07-02 Dave Airliegallivm: add indirect texture switch statement builder.
2020-07-02 Dave Airliegallivm/sample: change texture function generator api
2020-07-02 Timothy Arcerigallivm: add missing break
2020-06-30 Dave Airliegallivm/nir: fix big-endian 64-bit splitting/merging.
2020-06-28 Dave Airliegallivm/nir: fix const loading on big endian systems
2020-06-15 Dave Airliegallivm/cache: don't require a null terminator for...
2020-06-11 Dave Airliegallivm/sample: fix texel type for stencil 8-bit
2020-06-11 Dave Airliegallivm/conv: enable conversion min code. (v2)
2020-06-11 Dave Airliegallivm/format: convert unsigned values to float properly.
2020-06-11 Dave Airliegallivm/nir: add group barrier support
2020-06-11 Dave Airliedraw/gs: fix emitting inactive primitives crash
2020-06-10 Dave Airliegallivm: don't cache shaders that use fetch functions.
2020-06-10 Dave Airliegallivm: add cache interface to mcjit
2020-06-10 Dave Airliegallivm: skip operations if we have a cached object.
2020-06-10 Dave Airliegallivm: add support for a cache object
2020-06-10 Dave Airliegallivm: rework debug printf hook to use global mapping.
2020-06-10 Dave Airliegallivm: rework coroutine malloc/free callouts.
2020-06-04 Dave Airliellvmpipe: move coroutines out of noopt case
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-06-02 Marek Olšákgallium: add shader caps INT16 and FP16_DERIVATIVES
2020-05-19 Michel DänzerRevert "gallium/gallivm: fix compilation issues with...
2020-05-19 Dave Airliegallivm/nir: add sample_mask_in support
2020-05-19 Dave Airliellvmpipe: add interp instruction support
2020-05-19 Dave Airliegallivm/nir: add an interpolation interface.
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-07 Dave Airliellvmpipe: make sample position a global array.
2020-05-06 Dave Airliegallivm/nir: hooks up texture samples queries
2020-05-06 Dave Airliegallivm/sample: add num samples query for txqs (v2)
2020-05-06 Dave Airliegallivm: add mask api to force mask
2020-05-06 Dave Airliegallivm: add sample id/pos intrinsic support
2020-05-06 Dave Airliegallivm/nir: add multisample image operations
2020-05-06 Dave Airliegallivm/nir: add multisample support to image size
2020-05-06 Dave Airliegallivm/nir/tgsi: add multisample texture sampling.
2020-05-06 Dave Airliegallivm/sample: add multisample image operation support
2020-05-06 Dave Airliegallivm/sample: add multisample support for texel fetch
2020-04-30 Roland Scheideggergallivm: fix half to float conversions with llvm 11
2020-04-27 Jan Zielinskigallium/gallivm: remove unused header include for newer...
2020-04-27 Jan Zielinskigallium/gallivm: fix compilation issues with llvm 11
2020-04-27 Dave Airliegallivm: fix stencil border
2020-04-27 Dave Airliellvmpipe: fix d32 unorm depth conversions.
2020-04-27 Dave Airliellvmpipe: bump max images to 16
2020-04-27 Dave Airliegallivm/nir: add helper invocation support
2020-04-27 Dave Airliegallivm/nir: fix image store conversions
2020-04-15 Dave Airliegallivm/nir: lower implicit lod to tex.
2020-04-15 Dave Airliegallivm: fix left over shader vote debug
2020-04-07 Vinson Leegallivm: Add missing header for powf.
2020-04-04 Dave AirlieRevert "gallivm: disable rgtc/latc SNORM accellerated...
2020-04-04 Dave Airliegallivm/rgtc: enable fast path for snorm types.
2020-04-04 Dave Airliegallivm/rgtc: fix the truncation to 8-bit
2020-04-02 Roland Scheideggergallivm: fix stream id fetch
2020-04-02 Roland Scheideggergallivm: switch the mask6/mask7 cases for signed rgtc...
2020-04-02 Roland Scheideggergallivm: fix rgtc2 format
2020-03-27 Marek Olšákutil: don't include p_defines.h and u_pointer.h from...
2020-03-25 Roland Scheideggergallivm: disable rgtc/latc SNORM accellerated fetches
2020-03-23 Jan Zielinskigallium/gallivm: Remove workaround disabling AVX code...
2020-03-23 Dave Airliegallivm: add support for rgtc/latc fetches.
2020-03-23 Dave Airliegallivm/s3tc: split out dxt5 alpha code
2020-03-03 Jan Zielinskigallium/swr: fix corruptions in Unigine Heaven
2020-02-28 Dave Airliegallivm/nir: add tessellation i/o support.
2020-02-28 Dave Airliegallivm/tgsi/swr: add mask vec to the tcs store
2020-02-28 Dave Airliegallivm/nir: align store_var param order with load_var
2020-02-28 Dave Airliegallivm/nir: add support for tess system values
2020-02-28 Dave Airliegallivm/nir: split out 64-bit splitting code
2020-02-28 Marek Olšákgallivm: fix 5 warnings
2020-02-26 Dave Airliegallivm/nir: handle mod 0 better.
2020-02-26 Dave Airliegallivm/nir: fix integer divide SIGFPE
2020-02-26 Dave Airliegallivm/tgsi: fix stream id regression
2020-02-20 Roland Scheideggergallivm: fix crash in emit_get_buffer_size
2020-02-20 Roland Scheideggergallivm: fix crash with bptc border color sampling
2020-02-18 Eric Anholtllvmpipe: Fix another uninitialized value warning,...
2020-02-18 Eric Anholtllvmpipe: Silence uninitialized variable warning about...
2020-02-18 Eric Anholtllvmpipe: Fix warning about uninitialized "op" in the...
2020-02-18 Eric Anholtllvmpipe: Silence uninitialized variable warning about...
2020-02-18 Eric Anholtllvmpipe: Silence "possibly uninitialized value" warnin...
2020-02-18 Eric Anholtllvmpipe: Fix real uninitialized use of "atype" for...
2020-02-15 Dave Airliegallivm/s390: fix pass init order on s390 with llvm...
2020-02-07 Dave Airliegallivm/nir: add support for multiple vertex streams
2020-02-07 Dave Airliegallivm/swr: add stream_id to geom epilogue emit
2020-02-05 Jan Zielinskigallium/swr: Fix various asserts and security issues
2020-01-26 Dave Airliegallivm/nir: add missing break for isub.
2020-01-23 Dave Airliegallivm: fix find lsb
2020-01-23 Dave Airliegalllivm: fix gather offset casting
2020-01-23 Dave Airliegallivm: fix gather component handling.
2020-01-21 Jan Zielinskigallium/gallivm: enable linking lp_bld_printf function...
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
2020-01-13 Jason Ekstrandnir: Add a new memory_barrier_tcs_patch intrinsic
2020-01-13 Jason Ekstrandllmvpipe: No-op implement more barriers
2020-01-09 Dave Airliellvmpipe: add ARB_derivative_control support
2019-12-30 Jan Zielinskigallium/gallivm/tgsi: enable tessellation shaders
2019-12-30 Dave Airliellvmpipe: enable ARB_shader_group_vote.
2019-12-27 Dave Airliegallivm: fixup const int64 builder.
2019-12-27 Dave Airliegallivm/nir: add vec8/16 support
next