turnip: enable sampleRateShading feature
[mesa.git] / src / freedreno / vulkan / tu_device.c
2020-02-26 Jonathan Marekturnip: enable sampleRateShading feature
2020-02-19 Jonathan Marekturnip: add option to force use of hw binning
2020-02-13 Connor Abbotttu: Sysmem rendering
2020-02-12 Chad Versaceturnip: Add a618 support
2020-02-12 Chad Versaceturnip: Add magic register values to tu_physical_device
2020-02-05 Connor Abbotttu: Move vsc_data and vsc_data2 allocation into the...
2020-02-04 Kristian H. Kristensenturnip: Be explicit about converting vk compare func...
2020-01-30 Brian Hoturnip: Free event->bo on vkDestroyEvent
2020-01-29 Brian Hoturnip: Enable occlusionQueryPrecise
2020-01-23 Eric Anholtturnip: Add support for uniform texel buffers.
2019-12-13 Jonathan Marekturnip: update tile_align_w/tile_align_h
2019-12-11 Eric Anholttu: Move UBWC layout into fdl6_layout() and use that...
2019-12-09 Jonathan Marekturnip: add hw binning
2019-12-06 Jonathan Marekturnip: implement border color
2019-12-05 Eric Anholtturnip: Add basic SSBO support.
2019-11-27 Eric Anholtturnip: Disable timestamp queries for now.
2019-11-12 Jonathan Marekfreedreno: add Adreno 640 ID
2019-10-31 Bas Nieuwenhuizenturnip: Remove _mesa_locale_init/fini calls.
2019-10-15 Jonathan Marekturnip: basic msaa working
2019-10-15 Jonathan Marekturnip: add anisotropy and compressed formats to device...
2019-10-15 Jonathan Marekturnip: improve sampler descriptor
2019-10-15 Jonathan Marekturnip: fix segmentation fault in events
2019-09-26 Jonathan Marekturnip: implement sampler state
2019-09-18 Bas Nieuwenhuizentu: Set up glsl types.
2019-06-03 Vinson Leefreedreno: Fix GCC build error.
2019-05-14 Eric Anholtfreedreno: Move msm_drm.h to the same spot as other...
2019-04-30 Eric Engestromturnip: update to use the new features struct names
2019-04-26 Emil Velikovturnip: drop dead close(master_fd)
2019-03-11 Chia-I Wuturnip: preliminary support for Wayland WSI
2019-03-11 Chad Versaceturnip: Use Vulkan 1.1 names instead of KHR
2019-03-11 Chia-I Wuturnip: preliminary support for shader modules
2019-03-11 Chia-I Wuturnip: mark IBs for dumping
2019-03-11 Bas Nieuwenhuizenturnip: Add buffer memory binding.
2019-03-11 Chia-I Wuturnip: preliminary support for fences
2019-03-11 Chia-I Wuturnip: add support for VK_KHR_external_memory_{fd...
2019-03-11 Chia-I Wuturnip: add functions to import/export prime fd
2019-03-11 Chia-I Wuturnip: preliminary support for tu_GetRenderAreaGranularity
2019-03-11 Chia-I Wuturnip: preliminary support for tu_BindImageMemory2
2019-03-11 Chia-I Wuturnip: add cmdbuf->bo_list to bo_list in queue submit
2019-03-11 Chia-I Wuturnip: build drm_msm_gem_submit_bo array directly
2019-03-11 Chia-I Wuturnip: run sed and clang-format on tu_cs
2019-03-11 Kristian H. Kristensenturnip: Only get bo offset when we need to mmap
2019-03-11 Chia-I Wuturnip: preliminary support for tu_QueueWaitIdle
2019-03-11 Chia-I Wuturnip: add wrappers around DRM_MSM_SUBMITQUEUE_*
2019-03-11 Chia-I Wuturnip: add wrappers around DRM_MSM_GET_PARAM
2019-03-11 Chia-I Wuturnip: remove unnecessary libfreedreno_drm dep
2019-03-11 Chia-I Wuturnip: use msm_drm.h from inc_freedreno
2019-03-11 Bas Nieuwenhuizenturnip: Shorten primary_cmd_stream name.
2019-03-11 Bas Nieuwenhuizenturnip: Implement submission.
2019-03-11 Bas Nieuwenhuizenturnip: Add msm queue support.
2019-03-11 Bas Nieuwenhuizenturnip: Implement some UUIDs.
2019-03-11 Chia-I Wuturnip: add .clang-format
2019-03-11 Bas Nieuwenhuizenturnip: Implement pipe-less param query.
2019-03-11 Bas Nieuwenhuizenturnip: Stop hardcoding the msm version check.
2019-03-11 Bas Nieuwenhuizenturnip: Fix memory mapping.
2019-03-11 Bas Nieuwenhuizenturnip: Fix bo allocation after we stopped using libdrm...
2019-03-11 Bas Nieuwenhuizenturnip: Add 630 to the list.
2019-03-11 Chad Versaceturnip: Fix 'unused' warnings
2019-03-11 Chad Versaceturnip: Replace fd_bo with tu_bo
2019-03-11 Chad Versaceturnip: Use vk_errorf() for initialization error messages
2019-03-11 Chad Versaceturnip: Require DRM device version >= 1.3
2019-03-11 Chad Versaceturnip: Fix indentation
2019-03-11 Chad Versaceturnip: Fix a real -Wmaybe-uninitialized
2019-03-11 Chad Versaceturnip: Use vk_outarray in all relevant public functions
2019-03-11 Chad Versaceturnip: Fix result of vkEnumerate*ExtensionProperties
2019-03-11 Chad Versaceturnip: Fix result of vkEnumerate*LayerProperties
2019-03-11 Chad Versaceturnip: Fix indentation in function signatures
2019-03-11 Bas Nieuwenhuizenturnip: Disable more features.
2019-03-11 Bas Nieuwenhuizenturnip: Initialize memory type in requirements.
2019-03-11 Bas Nieuwenhuizenturnip: Cargo cult the Intel heap size functionality.
2019-03-11 Bas Nieuwenhuizenturnip: Report a memory type and heap.
2019-03-11 Bas Nieuwenhuizenturnip: Add buffer allocation & mapping support.
2019-03-11 Bas Nieuwenhuizenturnip: Fix newly introduced warning.
2019-03-11 Bas Nieuwenhuizenturnip: Remove abort.
2019-03-11 Bas Nieuwenhuizenturnip: Gather some device info.
2019-03-11 Bas Nieuwenhuizenturnip: Fix up detection of device.
2019-03-11 Bas Nieuwenhuizenturnip: Add driver skeleton (v2)