amdgpu/addrlib: Add new flags minimizePadding and maxBaseAlign
[mesa.git] / src / amd / vulkan /
2017-03-30 Xavi Zhangamdgpu/addrlib: Rewrite tile mode optmization code
2017-03-30 Dave Airlieradv: move to using nir clip/cull merge pass.
2017-03-29 Bas Nieuwenhuizenradv: Enable sparseBinding feature.
2017-03-29 Bas Nieuwenhuizenradv/amdgpu: Use reference counting for bos.
2017-03-29 Bas Nieuwenhuizenradv: Implement sparse memory binding.
2017-03-29 Bas Nieuwenhuizenradv: Implement sparse image creation.
2017-03-29 Bas Nieuwenhuizenradv: Implement sparse buffer creation.
2017-03-29 Bas Nieuwenhuizenradv/amdgpu: Add winsys implementation of virtual buffers.
2017-03-28 Bas Nieuwenhuizenradv: Assert when setting 0 registers in a sequence.
2017-03-28 Dave Airlieradv: only emit ps_input_cntl is we have any to output
2017-03-28 Dave Airlieradv: move shader stages calculation to pipeline.
2017-03-28 Dave Airlieradv: move pa_cl_vs_out_cntl calculation to pipeline
2017-03-28 Dave Airlieradv: move calculating fragment shader i/os to pipeline.
2017-03-28 Dave Airlieradv: move shader_z_format calculation to pipeline.
2017-03-28 Dave Airlieradv: move db_shader_control calculation to pipeline.
2017-03-28 Dave Airlieradv: move vgt_gs_mode value to pipeline.
2017-03-28 Dave Airlieradv: rework vertex/export shader output handling
2017-03-28 Dave Airlieradv: fix ia_multi_vgt_param for instanced vs indirect...
2017-03-28 Dave Airlieradv: handle NULL multisample state.
2017-03-28 Bas Nieuwenhuizenradv: flush DB cache before and after HTILE decompress.
2017-03-27 Dave Airlieradv: don't emit no color formats. (v3)
2017-03-22 Alex Smithradv: Invalidate L2 for TRANSFER_WRITE barriers
2017-03-22 Emil Velikovradv: consistently use ifndef guards over pragma once
2017-03-21 Dave Airlieradv: move KHR_get_physical_device_properties2 to insta...
2017-03-21 Dave Airlieradv: drop illegal DB format error.
2017-03-20 Dave Airlieradv: fix logic for when to flush on multiple CS emission
2017-03-20 Dave Airlieradv/meta: fix image clears for r4g4 format.
2017-03-20 Dave AirlieRevert "radv: fallback to an in-memory cache when no...
2017-03-19 Dave Airlieradv: fix primitive reset index emission
2017-03-17 Timothy Arceriradv: make sure gs copy shader is retrieved from the...
2017-03-17 Timothy Arceriradv: fallback to an in-memory cache when no pipline...
2017-03-17 Timothy Arceriradv: always create an fallback pipeline cache
2017-03-17 Timothy Arceriradv: move cache check inside insert and search functions
2017-03-15 Bas NieuwenhuizenRevert "radv: Emit cache flushes before CP DMA."
2017-03-15 Emil Velikovradv: do not open random render node(s)
2017-03-15 Emil Velikovradv/winsys: use drmGetDevice2 API
2017-03-15 Emil Velikovutil/sha1: rework _mesa_sha1_{init,final}
2017-03-15 Bas Nieuwenhuizenradv: Remove unused descriptor set field.
2017-03-15 Timothy Arceriradv: trivial tidy ups
2017-03-14 Bas Nieuwenhuizenradv: Set driver version to mesa version;
2017-03-14 Bas Nieuwenhuizenradv: Increase api version to 1.0.42.
2017-03-14 Alex Smithradv: Flush before copying with PKT3_WRITE_DATA in...
2017-03-14 Bas Nieuwenhuizenradv: Emit cache flushes before CP DMA.
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-13 Alex Smithradv: Reinitialise loaderMagic when allocating a cached...
2017-03-13 Jason Ekstrandvulkan/wsi: Generate wayland protocol headers separatel...
2017-03-13 Emil Velikovradv/wsi: Don't include wayland headers
2017-03-13 Bas Nieuwenhuizenradv: Store shaders in VRAM.
2017-03-12 Dave Airlieradv: disabled scaled formats for transfers.
2017-03-10 Emil Velikovamd: remove shebang from python scripts
2017-03-10 Emil Velikovamd: remove execute bit from python scripts
2017-03-09 Bas Nieuwenhuizenradv: Don't flush the CB before doing a fast clear...
2017-03-09 Bas Nieuwenhuizenradv: Don't emit cache flushes on subpass switch.
2017-03-09 Bas Nieuwenhuizenradv: Only flush for the needed stages, and before...
2017-03-09 Bas Nieuwenhuizenradv: Don't invalidate CB/DB for images that aren't...
2017-03-09 Bas Nieuwenhuizenradv: Flush more caches after writes.
2017-03-09 Bas Nieuwenhuizenradv: Don't flush for fixed-function reading.
2017-03-09 Bas Nieuwenhuizenradv: Invalidate the correct caches for CB/DB dst barriers.
2017-03-09 Bas Nieuwenhuizenradv: Determine cache flushes per object.
2017-03-08 Dave Airlieradv/ac: fixup texture coord to have right number of...
2017-03-07 Damien Grassartradv: remove duplicate initialization of alphaToOne...
2017-03-07 Dave Airlieradv: disable mip point pre clamping.
2017-03-07 Fredrik Höglundradv: fix the size of the dynamic_buffers array
2017-03-07 Fredrik Höglundradv: fix the dynamic buffer index in vkCmdBindDescript...
2017-03-07 Bas Nieuwenhuizenradv: Use the subresource range in HTILE initialization.
2017-03-07 Bas Nieuwenhuizenradv: Use winsys HTILE info.
2017-03-07 Bas Nieuwenhuizenradv/amdgpu: Let addrlib calculate the HTILE parameters.
2017-03-07 Dave Airlieradv: handle z offset for 3d image <-> buffer copies.
2017-03-07 Dave Airlieradv: move fast clear before resolve into own loop.
2017-03-06 Bas Nieuwenhuizenradv: Disable HTILE for textures with multiple layers...
2017-03-06 Dave Airlieradv: Properly handle destroying NULL devices and instances
2017-03-06 Alex Smithradv: Emit pending flushes before executing a secondary...
2017-03-06 Bas Nieuwenhuizenradv: Use the new L2 writeback flag.
2017-03-06 Bas Nieuwenhuizenradv: Add L2 writeback.
2017-03-05 Dave Airlieradv: drop Z24 support.
2017-03-05 Grazvydas Ignotasradv: use VK_NULL_HANDLE for handles
2017-03-05 Grazvydas Ignotasradv: check for upload alloc failure
2017-03-05 Grazvydas Ignotasradv: don't use uninitialized value on failure
2017-03-05 Grazvydas Ignotasradv: avoid casting warnings on 32bit
2017-03-05 Bas Nieuwenhuizenradv/amdgpu: Add some debug flags.
2017-03-05 Bas Nieuwenhuizenradv: Cache command buffers in command pool.
2017-03-05 Bas Nieuwenhuizenradv: Merge fast clear flushes.
2017-03-04 Emil Velikovradv: use enum_to_str util functions.
2017-02-28 Bas Nieuwenhuizenradv: Don't allocate space for unused 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-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-24 Emil Velikovradv/entrypoints: Only generate entrypoints for support...
2017-02-24 Dave Airlieradv: add sample mask output 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-22 Dylan Bakervulkan: Combine wsi and util makefiles
2017-02-22 Dave Airlieradv: fix typo in the subpass barrier patch.
next