gbm: Move getters to match order in header file (trivial)
[mesa.git] / src / amd / common /
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.
2016-11-29 Bas Nieuwenhuizenac/nir: Fix accessing an unitialized value.
2016-11-29 Bas Nieuwenhuizenradv: Use different intrinsic for ubo loads.
2016-11-28 Dave Airlieradv: brown-paper bag for a forgotten else.
2016-11-28 Dave Airlieradv/ac/llvm: fix regression with shadow samplers fix
2016-11-27 Dave Airlieradv/ac/llvm: shadow samplers only return one value.
2016-11-24 Dave Airlieradv: fix texel fetch offset with 2d arrays.
2016-11-23 Fredrik Höglundradv: add support for anisotropic filtering on SI-CI
2016-11-22 Dave Airlieradv: fix sample id loading
2016-11-22 Dave Airlieradv/ac: add implementation of load_sample_pos intrinsic.
2016-11-22 Dave Airlieradv/ac: cleanup ddxy emission
2016-11-20 Dave Airlieradv: spir-v allows texture size query with and without...
2016-11-15 Dave Airlieac/nir/llvm: fix channel in texture gather lowering...
2016-11-15 Mauro Rossiamd: flatten amd/common makefile structure
2016-11-11 Daniel Scharrerac/nir/llvm: Fix setting function attributes for intrinsics
2016-11-10 Dave Airlieradv: fix texturesamples to handle single sample case
2016-11-10 Dave Airlieradv: fixup botched llvm API changes.
2016-11-10 Dave Airlieac/nir/llvm: adopt to new LLVM attribute API.
2016-11-09 Dave Airlieac/nir: add support for discard_if intrinsic (v2)
2016-11-08 Dave Airlieradv: emit correct last export when Z/stencil export...
2016-11-03 Nicolai Hähnleamd/common: add ac_is_sgpr_param helper
2016-11-03 Nicolai Hähnleamd/common: build also for gallium drivers
2016-11-03 Nicolai Hähnleamd/common: move llvm helper prototype to ac_llvm_util.h
2016-11-01 Marek Olšákamd: fix a typo in PIXEL_PIPE_STAT_RESET definition
2016-10-27 Dave Airlieradv/ac/llvm: trim texture return values
2016-10-26 Marek Olšákgallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP...
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-20 Dave Airlieradv: use emit_icmp for samples_identical
2016-10-19 Dave Airlieradv: fix samples_identical return value.
2016-10-19 Dave Airlieradv: fix fmask ptr issue
2016-10-19 Dave Airlieradv: start using defines for the user sgpr offsets
2016-10-13 Tom Stellardradv: Use new image load/store intrinsic signatures v2
2016-10-13 Tom Stellardradv: Fix incorrect comment
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver
2016-09-16 Tom Stellardradeonsi/compute: Use the HSA abi for non-TGSI compute...
2016-09-06 Dave Airlieamd/addrlib: move addrlib from amdgpu winsys to common...
2016-09-06 Dave Airlieradeon: move radeon_family/chip_class defintions to...
2016-09-06 Dave Airlieradeonsi: move sid.h/r600d_common.h to a common place.