summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: move some image info into a separate struct.Dave Airlie2017-05-031-7/+7
* radv: enable timestampComputeAndGraphicsGrazvydas Ignotas2017-04-171-1/+1
* radv: remove irrelevant commentGrazvydas Ignotas2017-04-141-1/+1
* radv: report timestampPeriod correctlyGrazvydas Ignotas2017-04-141-1/+1
* radv: Set descriptor set limits.Bas Nieuwenhuizen2017-04-131-15/+29
* radv: bump maxGeometryShaderInvocations.Dave Airlie2017-04-141-1/+1
* radv: Enable query inheritance.Bas Nieuwenhuizen2017-04-131-1/+1
* radv: enable variableMultisampleRate.Bas Nieuwenhuizen2017-04-131-1/+1
* radv: fix stencil regression since new addrlib importDave Airlie2017-04-131-0/+8
* radv: Implement pipeline statistics queries.Bas Nieuwenhuizen2017-04-111-1/+1
* radv: implement VK_KHR_descriptor_update_templateFredrik Höglund2017-04-071-0/+4
* radv: implement VK_KHR_push_descriptorFredrik Höglund2017-04-071-1/+18
* radv: Increase descriptor limits.Bas Nieuwenhuizen2017-04-041-14/+14
* radv: Enable VK_KHR_incremental_present.Bas Nieuwenhuizen2017-04-031-0/+4
* radv: overhaul fragment shader sample positions.Dave Airlie2017-04-041-6/+34
* radv: enable tessellation shaders.Dave Airlie2017-04-011-9/+9
* radv: add tessellation ring allocation support. (v2)Dave Airlie2017-04-011-13/+193
* radv: add support for some device specific tess information.Dave Airlie2017-04-011-0/+6
* radv: Enable sparseBinding feature.Bas Nieuwenhuizen2017-03-291-4/+8
* radv: Implement sparse memory binding.Bas Nieuwenhuizen2017-03-291-4/+80
* radv: Implement sparse buffer creation.Bas Nieuwenhuizen2017-03-291-2/+20
* radv: move KHR_get_physical_device_properties2 to instance props.Dave Airlie2017-03-211-4/+4
* radv: drop illegal DB format error.Dave Airlie2017-03-211-3/+0
* radv: fix logic for when to flush on multiple CS emissionDave Airlie2017-03-201-8/+8
* radv: always create an fallback pipeline cacheTimothy Arceri2017-03-171-0/+17
* radv: do not open random render node(s)Emil Velikov2017-03-151-12/+36
* radv: Set driver version to mesa version;Bas Nieuwenhuizen2017-03-151-1/+23
* radv: Increase api version to 1.0.42.Bas Nieuwenhuizen2017-03-151-1/+1
* radv: remove duplicate initialization of alphaToOne featureDamien Grassart2017-03-081-1/+0
* radv: disable mip point pre clamping.Dave Airlie2017-03-081-1/+1
* radv: Use winsys HTILE info.Bas Nieuwenhuizen2017-03-071-2/+2
* radv: Properly handle destroying NULL devices and instancesDave Airlie2017-03-071-0/+6
* radv: avoid casting warnings on 32bitGrazvydas Ignotas2017-03-061-3/+2
* radv/amdgpu: Add some debug flags.Bas Nieuwenhuizen2017-03-061-1/+3
* radv: add support for NV_dedicated_allocationDave Airlie2017-02-271-1/+39
* util/radv: move *_get_function_timestamp() to utilsTimothy Arceri2017-02-221-19/+3
* radv: remove unused radv_dispatch_table dtableEmil Velikov2017-02-211-1/+0
* radv: Flush in the initial preamble CS.Bas Nieuwenhuizen2017-02-211-88/+136
* radv: Special case the initial preamble.Bas Nieuwenhuizen2017-02-211-3/+3
* radv: Free empty_cs on device destruction.Bas Nieuwenhuizen2017-02-211-0/+2
* vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie2017-02-201-1/+4
* Revert "radv: detect command buffers that do no work and drop them (v2)"Dave Airlie2017-02-201-20/+7
* radv: Clamp framebuffer dimensions to min. attachment dimensions.Bas Nieuwenhuizen2017-02-191-6/+13
* radv: Add support for shaderStorageImageReadWithoutFormat.Bas Nieuwenhuizen2017-02-151-1/+1
* radv: Add support for shaderStorageImageWriteWithoutFormat.Bas Nieuwenhuizen2017-02-151-1/+1
* radv: re-enable init gfx state on CIK.Dave Airlie2017-02-151-2/+1