radv: change base aligmment for allocated memory.
[mesa.git] / src / amd / vulkan / radv_device.c
2017-02-14 Dave Airlieradv: change base aligmment for allocated memory.
2017-02-13 Dave Airlieradv: disable gfx init on CIK for now
2017-02-13 Dave Airlieradv: use indirect buffer for initial gfx state.
2017-02-13 Dave Airlieradv: detect command buffers that do no work and drop...
2017-02-12 Bas Nieuwenhuizenradv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.
2017-02-09 Dave Airlieradv: handle queue submission with no cs but semaphores
2017-02-07 Bas Nieuwenhuizenradv: Enable fast clears by default.
2017-02-01 Bas Nieuwenhuizenradv: Enable VK_KHR_shader_draw_parameters.
2017-02-01 Bas Nieuwenhuizenradv: Enable Float64 support.
2017-01-31 Dave Airlieradv/geom: check if esgs and gsvs ring exists before...
2017-01-30 Dave Airlieradv: enable geometryShader and multiViewport capabilities.
2017-01-30 Dave Airlieradv: emit geometry ring size and pointers via preamble...
2017-01-30 Dave Airlieradv: add code to set gs_table_depth.
2017-01-30 Andres Rodriguezradv: Expose VK_KHR_maintenance1
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-30 Bas Nieuwenhuizenradv/amdgpu: Support a preamble CS.
2017-01-28 Andres Rodriguezradv: drop support for VK_AMD_NEGATIVE_VIEWPORT_HEIGHT
2017-01-28 Dave Airlieradv: implement VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2
2017-01-28 Dave Airlieradv: use proper maximum slice for layered view
2017-01-23 Grazvydas Ignotasradv: don't resubmit the same cs over and over while...
2017-01-16 Bas Nieuwenhuizenradv: Support multiple devices.
2017-01-16 Bas Nieuwenhuizenradv: Get physical device from radv_device instead...
2017-01-14 Andres Rodriguezradv: make device extension setup dynamic
2017-01-14 Andres Rodriguezradv: rename global extension properties structs
2017-01-14 Andres Rodriguezradv: use a winsys context per-queue, instead of per...
2017-01-13 Bas Nieuwenhuizenradv: Support loader interface version 3.
2017-01-09 Bas Nieuwenhuizenradv: Create single RADV_DEBUG env var.
2017-01-09 Bas Nieuwenhuizenradv: Dump command buffer on hang.
2016-12-31 Ilia Mirkinanv,radv: disable StorageImageWriteWithoutFormat for now
2016-12-25 Damien Grassartradv: return count of queue families written
2016-12-23 Dave Airlieradv: set some proper values for interp offset limits.
2016-12-23 Dave Airlieradv: bump texel offsets to align with radeonsi
2016-12-22 Dave Airlieradv: enable shaderStorageImageExtendedFormats
2016-12-21 Dave Airlieradv: enable shaderGatherImageExtended
2016-12-18 Bas Nieuwenhuizenradv: Use correct workgroup size limits.
2016-12-18 Dave Airlieradv: expose the compute queue
2016-12-18 Bas Nieuwenhuizenradv: Create an empty CS per ring type.
2016-12-18 Dave Airlieradv: add semaphore support
2016-12-18 Dave Airlieradv: pass queue index into winsys submission
2016-12-18 Bas Nieuwenhuizenradv/winsys: Make WaitIdle queue aware.
2016-12-18 Dave Airlieradv: start fixing up queue allocate for multiple queues
2016-12-17 Dave Airlieradv: handle fence allocation failing
2016-12-09 Bas Nieuwenhuizenradv: Use enum for memory types.
2016-12-09 Bas Nieuwenhuizenradv: Use enum for memory heaps.
2016-11-29 Bas Nieuwenhuizenradv: Initialize the shader_stats_dump flag.
2016-11-29 Dave Airlieanv: set maxFragmentDualSrcAttachments to 1
2016-11-28 Emil Velikovradv: don't return VK_SUCCESS if radv_device_get_cache_...
2016-11-28 Emil Velikovradv: don't leak the fd if radv_physical_device_init...
2016-11-27 Emil Velikovradv: honour the number of properties available
2016-11-27 Mun Gwan-gyeongradv: drop the return type for radv_queue_init()
2016-11-23 Fredrik Höglundradv: add support for VK_AMD_draw_indirect_count
2016-11-23 Fredrik Höglundradv: add support for VK_AMD_negative_viewport_height
2016-11-23 Fredrik Höglundradv: add support for VK_KHR_sampler_mirror_clamp_to_edge
2016-11-23 Fredrik Höglundradv: add support for anisotropic filtering on SI-CI
2016-11-22 Dave Airlieradv: add support for shader stats dump
2016-11-22 Bas Nieuwenhuizenradv: Incorporate GPU family into cache UUID.
2016-11-22 Bas Nieuwenhuizenradv: Use library mtime for cache UUID.
2016-11-22 Bas Nieuwenhuizenradv: Store UUID in physical device.
2016-11-09 Emil Velikovradv: use correct .specVersion for extensions
2016-11-09 Dave Airlieradv: fix GetFenceStatus for signaled fences
2016-11-02 Fredrik Höglundradv: add support for anisotropic filtering on VI+
2016-11-02 Dave Airlieradv: expose xlib platform extension
2016-10-28 Fredrik Höglundradv: split the device local memory heap into two
2016-10-28 Fredrik Höglundradv: add a write-combining host-local memory type
2016-10-26 Fredrik Höglundradv: mark the fence as submitted and signalled in...
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-12 Nicolas Kochradv: Return correct result in EnumeratePhysicalDevices
2016-10-11 Dave Airlieradv: check driver name before calling amdgpu.
2016-10-11 Dave Airlieradv: fix memory leak from physical device if wsi fails
2016-10-06 Gustaw Smolarczykradv: Skip already signalled fences.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver