radv/amdgpu: Add some debug flags.
[mesa.git] / src / amd /
2017-03-05 Bas Nieuwenhuizenradv/amdgpu: Add some debug flags.
2017-03-05 Bas Nieuwenhuizenradv: Cache command buffers in command pool.
2017-03-05 Dave Airlieradeon/ac: fix intrinsic version check
2017-03-05 Bas Nieuwenhuizenradv: Merge fast clear flushes.
2017-03-04 Emil Velikovradv: use enum_to_str util functions.
2017-03-03 Marek Olšákac: normalize build helper names
2017-03-03 Marek Olšákac: replace SI.vs.load.input with amdgcn.buffer.load...
2017-03-03 Marek Olšákradeonsi: move SI.vs.load.input building into amd/common
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šákradeonsi: replace AMDGPU.bfe.* with amdgcn.*bfe
2017-03-03 Marek Olšákradeonsi: move kill intrinsic building into amd/common
2017-03-03 Marek Olšákradeonsi: set readnone on reads from read-only memory
2017-03-03 Marek Olšákradeonsi: replace SI.packf16 with amdgcn.cvt.pkrtz
2017-03-03 Marek Olšákac: replace old image intrinsics with new ones
2017-03-03 Marek Olšákradeonsi: move image intrinsic building to amd/common
2017-03-03 Marek Olšákac: replace SI.export with amdgcn.exp.*
2017-03-03 Marek Olšákradeonsi: move llvm.SI.export building to amd/common
2017-03-03 Marek Olšákac: unify build_type_name_for_intr functions
2017-03-03 Marek Olšákgallivm, ac: add writeonly and inaccessiblememonly...
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-03-01 Marek Olšákgallivm,ac: remove unused FUNC_ATTR_LAST enums
2017-02-28 Dave Airlieradv: fix txs for sampler buffers
2017-02-28 Marek Olšákamd/common: fix ASICREV_IS_POLARIS11_M for Polaris12
2017-02-28 Bas Nieuwenhuizenradv: Don't allocate space for unused immutable samplers.
2017-02-28 Bas Nieuwenhuizenradv/ac: Use constants for immutable samplers.
2017-02-28 Bas Nieuwenhuizenradv: Detect if all immutable samplers for a binding...
2017-02-28 Bas Nieuwenhuizenradv: Store the immutable samplers as uint32_t[4].
2017-02-28 Timothy Arceriradeon/ac: make ac_shader_binary_config_start() availab...
2017-02-28 Timothy Arceriradeon/ac: add llvm_ir_string to ac_shader_binary struct
2017-02-27 Dave Airlieradv: fix depth format in blit2d.
2017-02-27 Dave Airlieradv/formats: add fast clear for 8-bit signed ints.
2017-02-27 Bas Nieuwenhuizenradv: Use correct size for availability flag.
2017-02-27 Bas Nieuwenhuizenradv: Only use PKT3_OCCLUSION_QUERY when it doesn't...
2017-02-27 Bas Nieuwenhuizenradv: Reset emitted compute pipeline when calling secon...
2017-02-27 Dave Airlieradv: add support for NV_dedicated_allocation
2017-02-27 Andres Rodriguezradv/winsys: fix freeing imported memory.
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-02-26 Bas Nieuwenhuizenradv/ac: Add integer->integer casts.
2017-02-24 Marek Olšákac: silence a warning
2017-02-24 Emil Velikovradv/entrypoints: Only generate entrypoints for support...
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: enable location at sample when persample is forced.
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-22 Dylan Bakervulkan: Combine wsi and util makefiles
2017-02-22 Dave Airlieradv: fix typo in the subpass barrier patch.
2017-02-21 Timothy Arceriutil/radv: move *_get_function_timestamp() to utils
2017-02-21 Emil Velikovradv: make radv_resolve_entrypoint static
2017-02-21 Emil Velikovradv: remove unused radv_dispatch_table dtable
2017-02-21 Emil Velikovradv: remove unneeded extern C notation
2017-02-21 Bas Nieuwenhuizenradv: Don't flush at the start of a command buffer.
2017-02-21 Bas Nieuwenhuizenradv: Flush in the initial preamble CS.
2017-02-21 Bas Nieuwenhuizenradv: Special case the initial preamble.
2017-02-21 Bas Nieuwenhuizenradv: Split emitting the cache flush out.
2017-02-21 Bas Nieuwenhuizenradv: Free empty_cs on device destruction.
2017-02-20 Dave Airlieradv: handle subpass cache flushes
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-02-19 Dave AirlieRevert "radv: detect command buffers that do no work...
2017-02-19 Bas Nieuwenhuizenradv: Handle VK_REMAINING_ARRAY_LAYERS in fast clear...
2017-02-19 Dave Airlieradv: handle layered fast clears.
2017-02-19 Dave Airlieradv: pass subresourceRange by pointer.
2017-02-19 Dave Airlieradv: fix typo in a2b10g10r10 fast clear calculation.
2017-02-19 Bas Nieuwenhuizenradv: Invert ring SGPR check.
2017-02-19 Bas Nieuwenhuizenradv: Clamp framebuffer dimensions to min. attachment...
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-17 Bas Nieuwenhuizenradv: Use different allocator for descriptor set vram.
2017-02-17 Bas Nieuwenhuizenradv: Never try to create more than max_sets descriptor...
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-16 Dave Airlieradv: add fast color clear for b10g11r11
2017-02-15 Bas Nieuwenhuizenradv: Add support for shaderStorageImageReadWithoutFormat.
2017-02-15 Bas Nieuwenhuizenradv: Add support for shaderStorageImageWriteWithoutFormat.
2017-02-15 Dave Airlieradv: also fixup event emission to not get culled.
2017-02-15 Dave Airlieradv: query cmds should mark a cmd buffer as having...
2017-02-14 Dave Airlieradv: fixup IA_MULTI_VGT_PARAM handling.
2017-02-14 Dave Airlieradv: fix warning since using common gs emit code
2017-02-14 Dave Airlieradv: adopt some init config workarounds from radeonsi.
2017-02-14 Dave Airlieradv: re-enable init gfx state on CIK.
2017-02-14 Dave Airlieradv: align the initial state command buffer.
2017-02-14 Dave Airlieradv: fix cik macroModeIndex.
2017-02-14 Dave Airlieradv: change base aligmment for allocated memory.
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: disable gfx init on CIK for now
2017-02-13 Dave Airlieradv/ac: use common interp code for new intrinsics
2017-02-13 Dave Airlieradv: use indirect buffer for initial gfx state.
2017-02-13 Dave Airlieradv: start splitting init config up
next