radv: Remove unused descriptor set field.
[mesa.git] / src / amd / vulkan / radv_private.h
2017-03-15 Bas Nieuwenhuizenradv: Remove unused descriptor set field.
2017-03-07 Fredrik Höglundradv: fix the size of the dynamic_buffers array
2017-03-07 Bas Nieuwenhuizenradv: Use winsys HTILE info.
2017-03-06 Bas Nieuwenhuizenradv: Add L2 writeback.
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-02-27 Dave Airlieradv: add support for NV_dedicated_allocation
2017-02-21 Emil Velikovradv: make radv_resolve_entrypoint static
2017-02-21 Emil Velikovradv: remove unused radv_dispatch_table dtable
2017-02-21 Bas Nieuwenhuizenradv: Flush in the initial preamble CS.
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-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-14 Dave Airlieradv: fixup IA_MULTI_VGT_PARAM handling.
2017-02-13 Dave Airlieradv: use indirect buffer for initial gfx state.
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-07 Bas Nieuwenhuizenradv: Enable fast clears by default.
2017-02-01 Dave Airlieradv: handle VK_QUEUE_FAMILY_IGNORED in image transitio...
2017-01-30 Dave Airlieradv: emit geometry ring size and pointers via preamble...
2017-01-30 Dave Airlieradv: add gs ring size calculations to pipeline.
2017-01-30 Dave Airlieradv: add pipeline creation support for geometry shader...
2017-01-30 Dave Airlieradv: add code to set gs_table_depth.
2017-01-30 Dave Airlieradv: add small helper to denote when a geom shader...
2017-01-30 Bas Nieuwenhuizenradv: Handle command buffers that need scratch memory.
2017-01-30 Bas Nieuwenhuizenradv: Track scratch usage across pipelines & command...
2017-01-16 Bas Nieuwenhuizenradv: Support multiple devices.
2017-01-16 Bas Nieuwenhuizenradv: Get physical device from radv_device instead...
2017-01-16 Dave Airlieradv/meta: consolidate the depth stencil clear renderpasses
2017-01-14 Andres Rodriguezradv: make device extension setup dynamic
2017-01-14 Andres Rodriguezradv: use a winsys context per-queue, instead of per...
2017-01-13 Grazvydas Ignotasradv: remove some unused macros and functions
2017-01-09 Bas Nieuwenhuizenradv: Create single RADV_DEBUG env var.
2017-01-09 Bas Nieuwenhuizenradv: Dump command buffer on hang.
2017-01-09 Dave Airlieradv: drop unused fields in physical device.
2016-12-27 Bas Nieuwenhuizenradv: Also skip DCC clear flushes for compute.
2016-12-18 Bas Nieuwenhuizenradv: Create an empty CS per ring type.
2016-12-18 Bas Nieuwenhuizenradv: Don't enable CMASK on compute queues.
2016-12-18 Dave Airlieradv: init compute queue and avoid initing transfer...
2016-12-18 Dave Airlieradv: clear image implementation for compute queue
2016-12-18 Dave Airlieradv: implement image->image copies using compute shader
2016-12-18 Dave Airlieradv: Store queue family in command buffers.
2016-12-18 Dave Airlieradv: start fixing up queue allocate for multiple queues
2016-12-09 Bas Nieuwenhuizenradv: Use enum for memory types.
2016-12-09 Bas Nieuwenhuizenradv: Use enum for memory heaps.
2016-12-09 Bas Nieuwenhuizenradv: Clean up some unused variables.
2016-12-07 Dave Airlieradv: move descriptor set userdata emission to draw...
2016-12-07 Edward O'Callaghanvulkan: use STATIC_ASSERT instead of static_assert
2016-11-28 Emil Velikovradv: Make radv_finishme only warn once per call-site
2016-11-22 Dave Airlieradv: add support for shader stats dump
2016-11-22 Bas Nieuwenhuizenradv: Store UUID in physical device.
2016-11-01 Dave Airlieradv: drop some unused cmask info members.
2016-10-26 Fredrik Höglundradv: mark the fence as submitted and signalled in...
2016-10-19 Dave Airlieradv: port to common wsi codebase
2016-10-18 Dave Airlieradv: drop pointless struct decl.
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-18 Dave Airlieradv: drop local MIN/MAX macros.
2016-10-18 Dave Airlieradv: make use of shared vector helper.
2016-10-11 Dave Airlieradv: remove the validation layer and some related...
2016-10-11 Dave Airlieradv: drop entrypoint split out.
2016-10-11 Dave Airlieradv: drop the RADV_CALL macro.
2016-10-10 Edward O'Callaghanradv: Use proper header guards over 'pragma once' direc...
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver