configure.ac: split the wayland client/server confusion
[mesa.git] / src / amd / vulkan / radv_device.c
2017-09-16 Bas Nieuwenhuizenradv: Add support for more DCC compression with VK_KHR_...
2017-09-14 Samuel Pitoisetradv: dump the list of enabled options when a hang...
2017-09-14 Samuel Pitoisetradv: add debug flags for syncing shaders after every...
2017-09-13 Dave Airlieradv/gfx9: set mip0-depth correctly for 2d arrays/3d...
2017-09-11 Dave Airlieradv: add debug flags to zero vram allocations.
2017-09-09 Bas Nieuwenhuizenradv: Actually check for vm faults.
2017-09-08 Samuel Pitoisetradv: move shaders related code to radv_shader.c
2017-09-07 Dave Airlieradv/gfx9: allocate events from uncached VA space
2017-09-07 Marek Olšákac/surface: add radeon_surf::has_stencil for convenience
2017-09-03 Bas Nieuwenhuizenradv: Enable command buffer chaining by default.
2017-09-03 Bas Nieuwenhuizenradv: Put semaphore waits in preamble cs.
2017-09-01 Samuel Pitoisetradv: add radv_check_gpu_hangs() helper function
2017-09-01 Samuel Pitoisetradv: disassemble SPIR-V binaries with RADV_DEBUG=spirv
2017-09-01 Samuel Pitoisetradv: move RADV_TRACE_FILE functions to radv_debug.c
2017-08-29 Bas Nieuwenhuizenradv: Add trace ids for secondary buffers.
2017-08-24 Bas Nieuwenhuizenradv: Expose VK_KHX_multiview.
2017-08-24 Dave Airlieradv/gfx9: only minify image view width/height/depth...
2017-08-24 Dave Airlieradv/gfx9: fix level count in color register setup.
2017-08-15 David Airlieradv/gfx9: fix tile swizzle handling for gfx9
2017-08-07 Dave Airlieradv: fix MSAA on SI gpus.
2017-08-06 Dave Airlieradv: add separate fmask tile swizzle counter.
2017-08-06 Andres Rodriguezradv: generate the same driver UUID as radeonsi
2017-08-06 Andres Rodriguezradv: generate same device UUID as radeonsi
2017-08-04 Dave Airlieradv: fix tile swizzle regression on mipmaps.
2017-08-04 Marek Olšákac/surface: move tile_swizzle to ac_surface and document it
2017-08-02 Bas Nieuwenhuizenradv: Add suballocation for shaders.
2017-07-31 Bas Nieuwenhuizenradv: Don't underflow non-visible VRAM size.
2017-07-28 Dave Airlieradv: for stencil only set Z tile mode index to same...
2017-07-26 Andres Rodriguezradv: rename physical_device->uuid[] to cache_uuid[]
2017-07-25 Dave Airlieradv: only report external semaphore info for opaque fd.
2017-07-24 Dave Airlieradv: enable sample shading
2017-07-24 Dave Airlieradv: check enabled device features.
2017-07-24 Dave Airlieradv: for external memory imports close the fd on impor...
2017-07-21 Dave Airlieradv: initial support for shared semaphores (v2)
2017-07-20 Bas Nieuwenhuizenradv: Add support for VK_KHR_variable_pointers.
2017-07-20 Bas Nieuwenhuizenradv: Add VK_KHR_storage_buffer_storage_class support.
2017-07-17 Emil Velikovradv: advertise v6 of the wayland surface extension
2017-07-17 Dave Airlieradv: set cb base tile swizzles for MRT speedups (v4)
2017-07-15 Bas Nieuwenhuizenradv: Remove NV dedicated alloc extension.
2017-07-15 Jason Ekstrandradv: Implement VK_KHR_external_memory
2017-07-15 Bas Nieuwenhuizenradv: Add support for VK_KHR_dedicated_allocation.
2017-07-15 Bas Nieuwenhuizenradv: Add support for VK_KHR_get_memory_requirements2.
2017-07-15 Jason Ekstrandradv: Drop support for VK_KHX_external_semaphore_*
2017-07-09 Dave Airlieradv: add support for using addrlib max alignment.
2017-07-06 Dave Airlieradv: enable sisched toggle in perftest flags.
2017-07-06 Dave Airlieradv: add support for cmd predication.
2017-07-05 Bas Nieuwenhuizenradv: Always set depthbuffer using image format instead...
2017-07-03 Dave Airlieradv: enable Int64 capability (v2)
2017-06-12 Dave Airlieradv: return correct error on invalid handle from vkAll...
2017-06-09 Dave Airlieradv: introduce perf test env var and allow to enable...
2017-06-06 Alex Smithradv/vulkan: Move radv_get_driver_version to src/vulkan...
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-06-06 Dave Airlieradv: expose integrated device type for APUs.
2017-06-05 Dave Airlieradv: turn off geom/tess for gfx9.
2017-06-05 Dave Airlieradv: misc GFX9 changes.
2017-06-05 Dave Airlieradv: add rb+ support for GFX9
2017-06-05 Dave Airlieradv: add GFX9 cache flushing support.
2017-06-05 Dave Airlieradv: add gfx9 depth/stencil surface support.
2017-06-05 Dave Airlieradv: add GFX9 support for color surfaces.
2017-06-05 Dave Airlieradv: add some misc gfx9 pieces.
2017-06-05 Dave Airlieradv: set offchip hs param like radeonsi.
2017-06-05 Dave Airlieradv: refactor color surface init before gfx9.
2017-06-05 Dave Airlieradv: refactor depth/stencil state setup
2017-06-05 Nicolai Hähnleradv: use ac_gpu_info
2017-06-05 Nicolai Hähnleradv: remove radeon_info::name
2017-06-05 Nicolai Hähnleradv: use ac_surface data structures
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::dcc_enabled
2017-06-05 Dave Airlieradv: add external memory support.
2017-06-05 Bas Nieuwenhuizenradv: Add VkPhysicalDeviceIDProperties support.
2017-05-22 Bas Nieuwenhuizenradv: Don't use a separate can_expclear.
2017-05-05 Dave Airlieradv: enable POLARIS12 support.
2017-05-03 Grazvydas Ignotasradv: don't leak DRM devices
2017-05-03 Grazvydas Ignotasradv: fix possible stack corruption
2017-05-02 Dave Airlieradv: flush more stages when semaphore are waiting.
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-04-17 Grazvydas Ignotasradv: enable timestampComputeAndGraphics
2017-04-14 Grazvydas Ignotasradv: remove irrelevant comment
2017-04-14 Grazvydas Ignotasradv: report timestampPeriod correctly
2017-04-13 Bas Nieuwenhuizenradv: Set descriptor set limits.
2017-04-13 Dave Airlieradv: bump maxGeometryShaderInvocations.
2017-04-13 Bas Nieuwenhuizenradv: Enable query inheritance.
2017-04-13 Bas Nieuwenhuizenradv: enable variableMultisampleRate.
2017-04-13 Dave Airlieradv: fix stencil regression since new addrlib import
2017-04-11 Bas Nieuwenhuizenradv: Implement pipeline statistics queries.
2017-04-06 Fredrik Höglundradv: implement VK_KHR_descriptor_update_template
2017-04-06 Fredrik Höglundradv: implement VK_KHR_push_descriptor
2017-04-03 Bas Nieuwenhuizenradv: Increase descriptor limits.
2017-04-03 Bas Nieuwenhuizenradv: Enable VK_KHR_incremental_present.
2017-04-03 Dave Airlieradv: overhaul fragment shader sample positions.
2017-03-31 Dave Airlieradv: enable tessellation shaders.
2017-03-31 Dave Airlieradv: add tessellation ring allocation support. (v2)
2017-03-31 Dave Airlieradv: add support for some device specific tess informa...
2017-03-29 Bas Nieuwenhuizenradv: Enable sparseBinding feature.
2017-03-29 Bas Nieuwenhuizenradv: Implement sparse memory binding.
2017-03-29 Bas Nieuwenhuizenradv: Implement sparse buffer creation.
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-17 Timothy Arceriradv: always create an fallback pipeline cache
2017-03-15 Emil Velikovradv: do not open random render node(s)
next