radv/ac: Add integer->integer casts.
[mesa.git] / src / amd / common /
2017-02-26 Bas Nieuwenhuizenradv/ac: Add integer->integer casts.
2017-02-24 Marek Olšákac: silence a warning
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-18 Marek Olšákac/llvm: use min+max instead of AMDGPU.clamp on LLVM 5.0
2017-02-18 Marek Olšákradeonsi: stop using TGSI_OPCODE_CLAMP by moving it...
2017-02-17 Marek Olšákac/llvm: fix various findMSB bugs
2017-02-16 Dave Airlieradv/ac: use shared umsb helper.
2017-02-16 Dave Airlieradeon/ac: add emit umsb shared code.
2017-02-16 Dave Airlieradeon/ac: use llvm.amdgcn.sffbh intrinsic instead...
2017-02-16 Dave Airlieradv/ac: use shader imsb emission code.
2017-02-16 Dave Airlieradeon/ac: add ac_emit_imsb helper.
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-14 Dave Airlieradeon/ac/llvm: add support for sendmsg emission
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 Airlieradeonsi/ac: move most of emit_ddxy to shared code.
2017-02-02 Dave Airlieradv/ac: use shared thread id code
2017-02-02 Dave Airlieradeonsi/ac: move get thread id to shared code.
2017-02-02 Dave Airlieradv/ac: migrate to using shared code for some load...
2017-02-02 Dave Airlieradeonsi/ac: move tbuffer store and buffer load to...
2017-02-02 Dave Airlieradeonsi/ac: move a bunch of load/store related things...
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 Dave Airlieradeonsi/ac: move frag interp emission code to shared...
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-17 Bas Nieuwenhuizenac/debug: Decrease num_dw for type 2 NOP's.
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-12 Grazvydas Ignotasac/debug: move .gitignore for sid_tables.h too
2017-01-10 Dave Airlieradv/ac: add support for multi sample image coords
2017-01-09 Bas Nieuwenhuizenac/debug: Dump indirect buffers.
2017-01-09 Bas Nieuwenhuizenac/debug: Move IB decode to common code.
2017-01-09 Bas Nieuwenhuizenac/debug: Move sid_tables.h generation to common code.
2017-01-05 Marek Olšákradeonsi: do all math in bytes in SI DMA code
2016-12-26 Dave Airlieradv: handle multi-component shared load/stores.
2016-12-22 Fredrik Höglundradv: fix dual source blending
2016-12-21 Junwei Zhangradeonsi: add Polaris12 support (v3)
2016-12-18 Bas Nieuwenhuizenradv: Use RELEASE_MEM packet for MEC timestamp query.
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-12-01 Marek Olšákradeonsi: document a CP DMA bug that doesn't need a...
2016-11-30 Bas Nieuwenhuizenac/nir: Fix out of bounds array access.
2016-11-29 Dave Airlieradv: force persample shading when required.
next