gallium/util: use uint sampler for stencil-reads
[mesa.git] / src / gallium / auxiliary / gallivm /
2020-09-02 Eric Anholtgallivm: Report the unsupported intrinsic instead of...
2020-09-01 Jason Ekstrandllvmpipe: Add support for load_global_constant
2020-09-01 Marek Olšákgallivm: fix build on LLVM 12 due to LLVMAddConstantPro...
2020-08-31 Dave Airliegallivm/nir: add some f16 support
2020-08-31 Dave Airliegallivm/nir: allow 64-bit arit ops
2020-08-31 Dave Airliegallivm: use common code to select texel type
2020-08-31 Dave Airliegallivm/nir: add subpass sampler type support
2020-08-31 Dave Airliegallivm/nir: lower frexp/ldexp
2020-08-31 Dave Airliegallivm/nir: fix const compact
2020-08-31 Dave Airliegallivm/nir: add quantize to f16 support
2020-08-31 Dave Airliegallivm/nir: add indirect swizzle output loading support
2020-08-31 Dave Airliegallivm/nir: lower tg4 offsets.
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-08-19 Dave Airliegallivm/nir: split tex/sampler indirect offsets
2020-08-19 Dave Airliegallivm/nir: fixup compact TCS variable storage.
2020-08-19 Dave Airliegallivm/sample: fix lod query on array textures.
2020-08-19 Dave Airliegallivm/nir: add imod support
2020-08-17 Dave Airliegallivm/nir: add load push constant support
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-08-05 Rob Clarkgallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-23 Dave Airliellvmpipe/draw: handle constant buffer limits and robust...
2020-07-20 Dave Airliellvmpipe: add framebuffer fetching support (v1.1)
2020-07-15 Dave Airliellvmpipe/format: fix snorm conversion
2020-07-15 Dave Airliegallivm/sample: always square rho before fast log2
2020-07-08 Marek Olšákgallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for Lower...
2020-07-07 Dave Airliedraw/gs: use mask to limit vertex emission.
2020-07-07 Dave Airliegallivm/nir: end primitive for all streams.
2020-07-07 Dave Airliegallivm/nir: don't access stream var outside bounds
2020-07-07 Dave Airliegallivm/gs_iface: pass stream into end primitive interface.
2020-07-07 Dave Airliegallivm/draw/gs: pass vertex stream count into shader...
2020-07-07 Dave Airliegallivm/nir: call end prim at end on all GS streams.
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
next