summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* radv/gfx9: only minify image view width/height/depth before gfx9.Dave Airlie2017-08-291-2/+2
* radv/gfx9: fix level count in color register setup.Dave Airlie2017-08-291-1/+1
* radv: fix MSAA on SI gpus.Dave Airlie2017-08-111-3/+7
* radv: Don't underflow non-visible VRAM size.Bas Nieuwenhuizen2017-08-051-2/+4
* radv: for stencil only set Z tile mode index to same valueDave Airlie2017-07-311-0/+2
* radv: only report external semaphore info for opaque fd.Dave Airlie2017-07-271-5/+10
* radv: enable sample shadingDave Airlie2017-07-241-1/+1
* radv: check enabled device features.Dave Airlie2017-07-241-0/+13
* radv: for external memory imports close the fd on import successDave Airlie2017-07-241-1/+3
* radv: initial support for shared semaphores (v2)Dave Airlie2017-07-211-22/+228
* radv: Add support for VK_KHR_variable_pointers.Bas Nieuwenhuizen2017-07-201-0/+16
* radv: Add VK_KHR_storage_buffer_storage_class support.Bas Nieuwenhuizen2017-07-201-0/+4
* radv: advertise v6 of the wayland surface extensionEmil Velikov2017-07-171-1/+1
* radv: set cb base tile swizzles for MRT speedups (v4)Dave Airlie2017-07-171-1/+6
* radv: Remove NV dedicated alloc extension.Bas Nieuwenhuizen2017-07-151-4/+0
* radv: Implement VK_KHR_external_memoryJason Ekstrand2017-07-151-2/+72
* radv: Add support for VK_KHR_dedicated_allocation.Bas Nieuwenhuizen2017-07-151-2/+34
* radv: Add support for VK_KHR_get_memory_requirements2.Bas Nieuwenhuizen2017-07-151-0/+31
* radv: Drop support for VK_KHX_external_semaphore_*Jason Ekstrand2017-07-151-67/+1
* radv: add support for using addrlib max alignment.Dave Airlie2017-07-091-1/+1
* radv: enable sisched toggle in perftest flags.Dave Airlie2017-07-061-0/+1
* radv: add support for cmd predication.Dave Airlie2017-07-061-0/+3
* radv: Always set depthbuffer using image format instead of iview format.Bas Nieuwenhuizen2017-07-051-2/+2
* radv: enable Int64 capability (v2)Dave Airlie2017-07-031-1/+1
* radv: return correct error on invalid handle from vkAllocateMemoryDave Airlie2017-06-131-2/+3
* radv: introduce perf test env var and allow to enable chainingDave Airlie2017-06-091-1/+10
* radv/vulkan: Move radv_get_driver_version to src/vulkan/utilAlex Smith2017-06-061-23/+1
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-061-1/+1
* radv: expose integrated device type for APUs.Dave Airlie2017-06-061-1/+1
* radv: turn off geom/tess for gfx9.Dave Airlie2017-06-061-4/+4
* radv: misc GFX9 changes.Dave Airlie2017-06-061-0/+4
* radv: add rb+ support for GFX9Dave Airlie2017-06-061-0/+6
* radv: add GFX9 cache flushing support.Dave Airlie2017-06-061-0/+3
* radv: add gfx9 depth/stencil surface support.Dave Airlie2017-06-061-1/+33
* radv: add GFX9 support for color surfaces.Dave Airlie2017-06-061-1/+29
* radv: add some misc gfx9 pieces.Dave Airlie2017-06-061-0/+6
* radv: set offchip hs param like radeonsi.Dave Airlie2017-06-061-3/+1
* radv: refactor color surface init before gfx9.Dave Airlie2017-06-061-25/+35
* radv: refactor depth/stencil state setupDave Airlie2017-06-061-57/+62
* radv: use ac_gpu_infoNicolai Hähnle2017-06-051-5/+5
* radv: remove radeon_info::nameNicolai Hähnle2017-06-051-1/+27
* radv: use ac_surface data structuresNicolai Hähnle2017-06-051-11/+11
* radv: remove radeon_surf_level::dcc_enabledNicolai Hähnle2017-06-051-1/+1
* radv: add external memory support.Dave Airlie2017-06-051-13/+60
* radv: Add VkPhysicalDeviceIDProperties support.Bas Nieuwenhuizen2017-06-051-2/+22
* radv: Don't use a separate can_expclear.Bas Nieuwenhuizen2017-05-221-18/+3
* radv: enable POLARIS12 support.Dave Airlie2017-05-051-0/+1
* radv: don't leak DRM devicesGrazvydas Ignotas2017-05-031-1/+3
* radv: fix possible stack corruptionGrazvydas Ignotas2017-05-031-1/+1
* radv: flush more stages when semaphore are waiting.Dave Airlie2017-05-031-2/+22