aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* compiler: add PERSP to the existing barycentric system valuesSamuel Pitoiset2020-01-294-13/+13
* 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
* freedreno/drm: fix invalid-cmdstream-size with older kernelsRob Clark2020-01-281-0/+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_INDIRECT_BUFFER_CHAINConnor Abbott2020-01-241-0/+6
* freedreno: Document CP_UNK_A6XX_55Connor Abbott2020-01-242-23/+62
* freedreno: Document CP_COND_REG_EXEC moreConnor Abbott2020-01-242-5/+32
* 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
* freedreno: Fix OUT_REG() on address regs without a .bo supplied.Eric Anholt2020-01-231-0/+1
* freedreno: Add some missing a6xx address declarations.Eric Anholt2020-01-231-0/+5
* 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
* freedreno/drm: Don't miscalculate timeoutGuido Günther2020-01-231-3/+2
* turnip: Add support for fine derivatives.Eric Anholt2020-01-235-1/+25
* freedreno/ir3: Plumb the ir3_shader_variant into legalize.Eric Anholt2020-01-233-9/+7
* util/hash_table: update users to use new optimal integer hash functionsAnthony Pesch2020-01-231-15/+2
* 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
* freedreno/ir3: allow inputs with the same locationJonathan Marek2020-01-211-9/+17
* 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-218-51/+63
* 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
* freedreno/ir3: rename instructionsRob Clark2020-01-157-14/+25
* nir/lower_atomics_to_ssbo: Also lower barriersJason Ekstrand2020-01-131-2/+0
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-132-3/+3
* nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand2020-01-131-0/+1
* freedreno/drm: Fix memory leak in softpin implementationLasse Lopperi2020-01-101-0/+2
* ir3: Set up full/half register conflicts correctlyKristian H. Kristensen2020-01-091-2/+1
* turnip: Use VK_NULL_HANDLE instead of NULL.Bas Nieuwenhuizen2020-01-021-1/+1