radv: bump texel offsets to align with radeonsi
[mesa.git] / src / amd / vulkan / radv_device.c
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