Lines Matching full:turnip

1426 - turnip: Enable support for KHR_incremental_present
1502 - turnip: Make sure we include the build id.
1534 - turnip: Fix a compiler warning in release builds of the query code.
1536 - turnip: Fix truncation of CS shader iovas to 32 bits.
1537 - turnip: Fix truncation of iovas to 32 bits in queries.
1544 - turnip: Add support for a615.
1545 - turnip/kgsl: Associate fences with submits.
1556 - turnip: Replace tu_log*() with mesa_log*()
1583 - turnip: Don't expose VK_ANDROID_native_buffer on non-Android.
1584 - turnip: Use mesa's normal PRINTFLIKE macro instead of our own.
1585 - turnip: Mark the vk_errorf helper as bring printflike.
1586 - turnip: Extend the coverage of TU_DEBUG=startup.
1587 - turnip: Always enable TU_DEBUG=startup on debug drivers.
1588 - turnip: Report device loss through \_mesa_loge() instead of fprintf.
1589 - turnip/kgsl: Add strerror decode in BO init failure.
1595 - turnip/kgsl: Fix last minute breakage of the build.
1596 - turnip/kgsl: Add support for importing dma-bufs.
1597 - turnip: Detect Qualcomm gralloc and its UBWC flag on gralloc surfaces.
1598 - turnip: Add support for GetSwapchainGrallocUsage2ANDROID().
1608 - turnip: Drop a dead error checking path in device init.
1609 - turnip: Use Mesa's libsync.h instead of libdrm's libsync.h.
1610 - turnip: Don't link the WSI code if we don't have a WSI extension.
1611 - turnip: Only link libdrm in the DRM case, not KGSL.
1629 - turnip: Handle some error paths in allocating CS space from a command buffer.
1630 - turnip: Handle the error path for tu/drm's vkResetFences().
1631 - turnip: Add error path handling for descriptor pool init.
1650 - turnip: Fix image size for 3D vkGetImageSubresourceLayout.
2015 - turnip: Refactor structs of tu_query
2016 - turnip: Support pipeline statistics query
2017 - turnip: Implement VK_EXT_host_query_reset
2981 - turnip: implement VK_EXT_custom_border_color
2982 - turnip: remove dead tu_minify/typed_memcpy functions
2983 - turnip: delete a blit_image TODO that has already been resolved
2984 - turnip: fix CmdBlitImage with D32_SFLOAT_S8_UINT
2985 - turnip: rework format_to_ifmt
2986 - turnip: call packing functions directly for pack_gmem_clear_value
2987 - turnip: add missing tu_bo_list_add in CmdWriteTimestamp
2992 - turnip: delete tu_physical_device path field
2993 - turnip: delete unused tu_image fields
2994 - turnip: fix the type of tu_shader_module code field, delete unused sha1
2995 - turnip: delete unused "tu_cmd_buffer_upload"
2996 - turnip: remove some unnecessary regs init
2997 - turnip: rework vertex buffers draw state handling
2998 - turnip: device global bo list
2999 - turnip: avoid heap allocations in QueueSubmit when semaphores are used
3002 - turnip: multiViewport and VK_EXT_shader_viewport_index_layer
3004 - turnip: delete unused tu_fence_signal function
3005 - turnip: add a fd field to tu_device
3006 - turnip: require syncobj support
3007 - turnip: rework fences to use syncobjs
3010 - turnip: fix wrong indentation in tu6_draw_common
3011 - turnip: move A6XX_RB_ALPHA_CONTROL write to init_hw
3012 - turnip: implement VK_EXT_extended_dynamic_state
3013 - turnip: remove unused cmd_buffer/device arguments in descriptor sets
3014 - turnip: delete unused/broken pipeline layout hashing code
3015 - turnip: initial implementation of VK_KHR_push_descriptor
3016 - turnip: clean up tu_device_memory
3017 - turnip: always create permanent syncobj for semaphore
3018 - turnip: set MSM_SUBMIT_SYNCOBJ_RESET for submit pWaitSemaphores
3019 - turnip: semaphores simplification (only syncobj semaphores supported)
3020 - turnip: rework GetSemaphoreFdKHR
3021 - turnip: rework ImportSemaphoreFdKHR
3022 - turnip: remove remaining uses of drmSyncobj helpers
3023 - turnip: share code between semaphores/fences + fence import/export
3024 - turnip: signal fence and semaphore in AcquireNextImage2KHR
3025 - turnip: implement legacy API functions separately
3027 - turnip: remove pre-emption marker
3028 - turnip: implement timestamp fences/semaphores for kgsl backend
3029 - turnip: rework android gralloc path so it doesn't call tu_image_create
3030 - turnip: don't implement CreateImage as two separate functions
3031 - turnip: LAYOUT_PREINITIALIZED is not different for optimal tiling
3032 - turnip: remove useless tu_image asserts
3033 - turnip: remove unnecessary/redundant tu_image fields
3034 - turnip: don't always fallback to linear for mutable formats
3035 - turnip: enable VK_EXT_image_drm_format_modifier
3154 - turnip: Add kgsl backend
4249 - turnip: add environment variable to disable LRZ
4250 - turnip: create LRZ buffer
4251 - turnip: disable LRZ on specific cases
4252 - turnip: disable LRZ writes when blend is enabled
4253 - turnip: disable LRZ depending on fragment changes
4254 - turnip: add LRZ tracking to command buffer state
4255 - turnip: add LRZ valid tracking for secondary command buffers
4256 - turnip: add support to clear LRZ
4257 - turnip: emit correct LRZ fast clear setup
4258 - turnip: disable LRZ on vkCmdClearAttachments()
4259 - turnip: disable LRZ on vkCmdClearattachments() 3D fallback path
4260 - turnip: enable LRZ
4261 - turnip: don't initialize GRAS_LRZ_CNTL/RB_LRZ_CNTL tu6_init_hw()
4618 - turnip: Release bo_mutex lock before potential error path.
4660 - turnip: Fix file descriptor return.
4664 - turnip: Close sync_fd only if it is a valid file descriptor.