radv: misc GFX9 changes.
[mesa.git] / src / amd / vulkan / radv_device.c
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)
2017-03-14 Bas Nieuwenhuizenradv: Set driver version to mesa version;
2017-03-14 Bas Nieuwenhuizenradv: Increase api version to 1.0.42.
2017-03-07 Damien Grassartradv: remove duplicate initialization of alphaToOne...
2017-03-07 Dave Airlieradv: disable mip point pre clamping.
2017-03-07 Bas Nieuwenhuizenradv: Use winsys HTILE info.
2017-03-06 Dave Airlieradv: Properly handle destroying NULL devices and instances
2017-03-05 Grazvydas Ignotasradv: avoid casting warnings on 32bit
2017-03-05 Bas Nieuwenhuizenradv/amdgpu: Add some debug flags.
2017-02-27 Dave Airlieradv: add support for NV_dedicated_allocation
2017-02-21 Timothy Arceriutil/radv: move *_get_function_timestamp() to utils
2017-02-21 Emil Velikovradv: remove unused radv_dispatch_table dtable
2017-02-21 Bas Nieuwenhuizenradv: Flush in the initial preamble CS.
2017-02-21 Bas Nieuwenhuizenradv: Special case the initial preamble.
2017-02-21 Bas Nieuwenhuizenradv: Free empty_cs on device destruction.
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-02-19 Dave AirlieRevert "radv: detect command buffers that do no work...
2017-02-19 Bas Nieuwenhuizenradv: Clamp framebuffer dimensions to min. attachment...
2017-02-15 Bas Nieuwenhuizenradv: Add support for shaderStorageImageReadWithoutFormat.
2017-02-15 Bas Nieuwenhuizenradv: Add support for shaderStorageImageWriteWithoutFormat.
2017-02-14 Dave Airlieradv: re-enable init gfx state on CIK.
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
next