summaryrefslogtreecommitdiffstats
path: root/src/freedreno/vulkan
Commit message (Expand)AuthorAgeFilesLines
* turnip: Fix vkCmdCopyQueryPoolResults with available flag20.0-branchpointBrian Ho2020-01-301-46/+52
* turnip: Fix vkGetQueryPoolResults with available flagBrian Ho2020-01-301-22/+30
* turnip: Free event->bo on vkDestroyEventBrian Ho2020-01-301-0/+2
* turnip: hook up cmdbuffer event set/waitJonathan Marek2020-01-291-16/+42
* turnip: remove unused descriptor state dirtyAlejandro PiƱeiro2020-01-292-2/+0
* tu: Fix binning address setup after pack macros change.Eric Anholt2020-01-291-1/+2
* turnip: Enable occlusionQueryPreciseBrian Ho2020-01-291-1/+1
* compiler: add PERSP to the existing barycentric system valuesSamuel Pitoiset2020-01-291-4/+4
* turnip: Fix issues in tu_compute_pipeline_create() that may lead to crashEduardo Lima Mitev2020-01-291-7/+9
* turnip: Remove failed command buffer from poolEduardo Lima Mitev2020-01-291-1/+3
* turnip: Implement vkCmdCopyQueryPoolResults for occlusion queriesBrian Ho2020-01-241-0/+111
* turnip: Implement vkCmdResetQueryPoolBrian Ho2020-01-241-0/+38
* turnip: Implement vkGetQueryPoolResults for occlusion queriesBrian Ho2020-01-241-0/+125
* turnip: Update query availability on render pass endBrian Ho2020-01-244-9/+44
* turnip: Implement vkCmdEndQuery for occlusion queriesBrian Ho2020-01-241-0/+82
* turnip: Implement vkCmdBeginQuery for occlusion queriesBrian Ho2020-01-241-0/+68
* turnip: Implement vkCreateQueryPool for occlusion queriesBrian Ho2020-01-241-0/+52
* turnip: Update tu_query_pool with turnip-specific fieldsBrian Ho2020-01-241-4/+3
* freedreno: Document CP_COND_REG_EXEC moreConnor Abbott2020-01-241-4/+4
* turnip: Convert the rest of tu_cmd_buffer.c over to the new pack macros.Eric Anholt2020-01-231-112/+96
* turnip: Convert renderpass setup to the new register packing macros.Eric Anholt2020-01-232-182/+188
* turnip: Port krh's packing macros from freedreno to tu.Eric Anholt2020-01-234-17/+107
* turnip: Fix execution of secondary cmd bufs with nothing in primary.Eric Anholt2020-01-231-6/+2
* turnip: simplify tu_physical_device_get_format_propertiesJonathan Marek2020-01-231-24/+12
* vulkan/wsi: remove unused image_get_modifierJonathan Marek2020-01-231-16/+0
* turnip: set linear tiling for scanout imagesJonathan Marek2020-01-231-0/+5
* turnip: hook up GetImageDrmFormatModifierPropertiesEXTJonathan Marek2020-01-232-0/+24
* turnip: Add support for fine derivatives.Eric Anholt2020-01-231-1/+6
* turnip: Add support for uniform texel buffers.Eric Anholt2020-01-234-12/+55
* turnip: Add support for non-zero (still constant) UBO buffer indices.Eric Anholt2020-01-221-2/+3
* turnip: fix array/matrix varyingsJonathan Marek2020-01-211-2/+2
* turnip: remove tu_sort_variables_by_locationJonathan Marek2020-01-211-48/+0
* turnip: Disable UBWC on images used as storage images.Eric Anholt2020-01-211-0/+12
* turnip: Add limited support for storage images.Eric Anholt2020-01-216-19/+116
* turnip: Refactor the intrinsic lowering.Eric Anholt2020-01-211-35/+48
* turnip: Fix some whitespace around binary operators.Eric Anholt2020-01-211-3/+3
* freedreno: Stop scattered remapping of SSBOs/images to IBOs.Eric Anholt2020-01-213-17/+33
* turnip: Refactor linkage state setup.Eric Anholt2020-01-211-20/+20
* turnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORYHyunjun Ko2020-01-211-0/+3
* vulkan/wsi: Use the interface from the real modifiers extensionJason Ekstrand2020-01-172-12/+14
* turnip: Pretend to support Vulkan 1.2Jason Ekstrand2020-01-153-13/+13
* turnip: Use VK_NULL_HANDLE instead of NULL.Bas Nieuwenhuizen2020-01-021-1/+1
* turnip: disable B8G8R8 vertex formatsJonathan Marek2019-12-191-6/+6
* turnip: minor warning fixesJonathan Marek2019-12-192-2/+2
* turnip: implement secondary command buffersJonathan Marek2019-12-193-2/+62
* turnip: compute gmem offsets at renderpass creation timeJonathan Marek2019-12-194-66/+82
* turnip: emit_compute_driver_params fixesJonathan Marek2019-12-191-17/+14
* turnip: emit base instance vs driver paramJonathan Marek2019-12-191-0/+53
* freedreno/registers: document vertex/instance id offset bitsJonathan Marek2019-12-191-1/+1
* freedreno/a6xx: RB6_R8G8B8 is actually 32 bit RGBXKristian H. Kristensen2019-12-191-1/+1