nir/builder: Add support for easily building control-flow
[mesa.git] / src / amd /
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
2017-02-13 Dave Airlieradv: don't pass physical device to si_init_ fns.
2017-02-13 Dave Airlieradv: detect command buffers that do no work and drop...
2017-02-12 Bas Nieuwenhuizenradv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.
2017-02-12 Dave Airlieradv: reduce CPU overhead merging bo lists.
2017-02-09 Dave Airlieradv: handle queue submission with no cs but semaphores
2017-02-08 Bas Nieuwenhuizenradv: Add CPU color packing for VK_FORMAT_A2B10G10R10_U...
2017-02-07 Dave Airlieradv: handle dcc in explicit image resolve path. (v2)
2017-02-07 Bas Nieuwenhuizenradv: Enable fast clears by default.
2017-02-07 Dave Airlieradv: pass FMASK alignment to application
2017-02-07 Bas Nieuwenhuizenradv: Pass DCC alignment to application.
2017-02-07 Bas Nieuwenhuizenradv: Pass CMASK alignment to application.
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...
next