nir: Rework conversion opcodes
[mesa.git] / src / amd / common / ac_nir_to_llvm.c
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Dave Airlieradv: setup llvm target data layout
2017-03-12 Dave Airlieradv/ac: move to new image intrinsics.
2017-03-07 Fredrik Höglundradv/ac: fix multiple descriptor sets with dynamic...
2017-03-06 Dave Airlieradv/ac: introduce i1true/i1false to context.
2017-03-06 Dave Airlieradv/ac: handle Z export using new builder.
2017-03-06 Dave Airlieradv/ac: move to using common ac_get_image_intr_name.
2017-03-06 Dave Airlieradv/ac: use bitfield extract new intrinsics.
2017-03-06 Dave Airlieradv/ac: move to new kill build.
2017-03-06 Dave Airlieradv/ac: move to using new export intrinsics.
2017-03-06 Dave Airlieradv/ac: switch to new intrinsics for pkrtz and clamp.
2017-03-03 Marek Olšákac: normalize build helper names
2017-03-03 Marek Olšákac: replace llvm.SI.tbuffer.store with llvm.amdgcn...
2017-03-03 Marek Olšákac: remove offen parameter from ac_build_buffer_store_dword
2017-03-03 Marek Olšákradeonsi: merge and simplify tbuffer_store functions
2017-03-03 Marek Olšákac: unify build_type_name_for_intr functions
2017-03-01 Tobias Klausmannamd/common: Fix build with new ac_add_function_attr()
2017-03-01 Marek Olšákgallivm,ac: add function attributes at call sites inste...
2017-02-28 Dave Airlieradv: fix txs for sampler buffers
2017-02-28 Bas Nieuwenhuizenradv/ac: Use constants for immutable samplers.
2017-02-26 Bas Nieuwenhuizenradv/ac: Add integer->integer casts.
2017-02-24 Dave Airlieradv: add sample mask output support
2017-02-24 Dave Airlieradv/ac: refactor our fmask sample index fixup.
2017-02-24 Dave Airlieradv: fetch sample index via fmask for image coord...
2017-02-24 Dave Airlieradv: add sample mask input support
2017-02-24 Dave Airlieradv: fix interpolation at wrong place for offset interp
2017-02-23 Dave Airlieradv/ac: handle gs->copy shader clip distances.
2017-02-23 Dave Airlieradv/ac: pass clips properly from vertex->geometry...
2017-02-23 Dave Airlieradv/ac: rename num clips/cull to output clips/culls
2017-02-16 Dave Airlieradv/ac: use shared umsb helper.
2017-02-16 Dave Airlieradv/ac: use shader imsb emission code.
2017-02-14 Dave Airlieradv: fix warning since using common gs emit code
2017-02-14 Dave Airlieradv/ac: use sendmsg emission interface.
2017-02-13 Dave Airlieradv/ac: use common interp code for new intrinsics
2017-02-06 Dave Airlieradv/ac: avoid the fmask path when doing txs.
2017-02-06 Dave Airlieradeon/ac: move common llvm build functions to a separa...
2017-02-03 Dave Airlieradv: fix shared memory load/stores.
2017-02-03 Dave Airlieradv/ac: correctly size shared memory usage.
2017-02-03 Dave Airlieradv: fix compute shared memory stores since 64-bit.
2017-02-02 Dave Airlieradv/ac: move to using shared emit_ddxy code.
2017-02-02 Dave Airlieradv/ac: use shared thread id code
2017-02-02 Dave Airlieradv/ac: migrate to using shared code for some load...
2017-02-01 Dave Airlieradv/ac: handle clip/cull distance sizing in geometry...
2017-02-01 Dave Airlieradv/ac: add const_index to fetch index for gs inputs
2017-02-01 Bas Nieuwenhuizenradv/ac: Add draw index support.
2017-02-01 Bas Nieuwenhuizenradv/ac: Implement Float64 SSBO loads.
2017-02-01 Bas Nieuwenhuizenradv/ac: Implement Float64 UBO loads.
2017-02-01 Bas Nieuwenhuizenradv/ac: Implement Float64 load/store var.
2017-02-01 Bas Nieuwenhuizenradv/ac: Implement Float64 SSBO stores.
2017-02-01 Bas Nieuwenhuizenradv/ac: Add core Float64 support.
2017-01-31 Dave Airlieradv/ac: apply slice rounding to 1d arrays as well.
2017-01-30 Dave Airlieradv: handle layer export from vs->fs properly
2017-01-30 Dave Airlieradv/ac: handle primitive id
2017-01-30 Dave Airlieradv/ac: handle emitting vertex outputs to esgs ring.
2017-01-30 Dave Airlieradv/ac: handle gs inputs
2017-01-30 Dave Airlieradv/ac: add geom input support to get deref offset.
2017-01-30 Dave Airlieradv/ac: handle invocation and primitive id intrinsics
2017-01-30 Dave Airlieradv/ac: handle geometry emit vertex and end prim intri...
2017-01-30 Dave Airlieradv/ac: handle emitting gs epilogue
2017-01-30 Dave Airlieradv/ac: add copy shader creation
2017-01-30 Dave Airlieradv/ac: setup function parameters for vs as es and...
2017-01-30 Dave Airlieradv: pass some necessary gs info back to state handling.
2017-01-30 Dave Airlieradv/ac: propogate as_es flag into shader info from...
2017-01-30 Dave Airlieradv/ac: start setting up the geom shader rings (v2)
2017-01-30 Dave Airlieradv/ac: handle geom shader sgpr/vgpr inputs
2017-01-30 Dave Airlieradv/ac: add geom shader sendmsg defines.
2017-01-30 Dave Airlieradv/ac: add some geom shader info from nir->ac shader.
2017-01-30 Dave Airlieradv/ac: implement txs for buffer textures.
2017-01-30 Dave Airlieradv/ac: handle nir irem opcode.
2017-01-30 Dave Airlieradv/ac: fix multisample subpass image.
2017-01-30 Bas Nieuwenhuizenradv/ac: Add compiler support for spilling.
2017-01-29 Bas Nieuwenhuizenvarious: Fix missing DumpModule with recent LLVM.
2017-01-28 Bas Nieuwenhuizenradv/ac: Use base in push constant loads.
2017-01-17 Dave Airlieradv/ac: split part of llvm compile into a separate...
2017-01-17 Dave Airlieradv/ac: switch an if to switch
2017-01-17 Dave Airlieradv: add support for writing layer/viewport index...
2017-01-16 Dave Airlieradv/ac: use ctx->voidt in more places. (v2)
2017-01-12 Nicolai Hähnleac/nir: use ac_emit_fdiv throughout
2017-01-12 Nicolai Hähnleac/nir: use ac_build_gather_values[_extended] throughout
2017-01-12 Nicolai Hähnleac/nir: use ac_emit_llvm_intrinsic throughout
2017-01-12 Nicolai Hähnleamd/common: unify cube map coordinate handling between...
2017-01-10 Dave Airlieradv/ac: add support for multi sample image coords
2016-12-26 Dave Airlieradv: handle multi-component shared load/stores.
2016-12-22 Fredrik Höglundradv: fix dual source blending
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-10 Grazvydas Ignotasradv/ac: some fix maybe-uninitialized warnings
2016-12-08 Dave Airlieradv/ac: no need to pass nir to the post outputs handling
2016-12-08 Dave Airlieradv: fix warnings in ubo load code.
2016-12-08 Dave Airlieradv/ac: pass a mask of array params not a number.
2016-12-08 Dave Airlieradv/ac: don't pass nir to create_function
2016-12-08 Dave Airlieradv/ac: use build_gep0 instead of opencoding it.
2016-12-07 Dave Airlieradv: make push constants optional
2016-12-07 Dave Airlieradv: only emit descriptor sgprs when needed
2016-12-07 Dave Airlieradv: move userdata sgpr ownership to compiler side.
2016-12-05 Bas Nieuwenhuizenac/nir: Only use the first component for SSBO atomics.
2016-12-05 Dave Airlieradv: fix another regression since shadow fixes.
2016-11-30 Bas Nieuwenhuizenac/nir: Fix out of bounds array access.
2016-11-29 Dave Airlieradv: force persample shading when required.
2016-11-29 Bas Nieuwenhuizenac/nir: Fix accessing an unitialized value.
2016-11-29 Bas Nieuwenhuizenradv: Use different intrinsic for ubo loads.
next