Lines Matching full:turnip
715 - turnip: Add driver skeleton (v2)
716 - turnip: Fix up detection of device.
717 - turnip: Gather some device info.
718 - turnip: Remove abort.
719 - turnip: Fix newly introduced warning.
720 - turnip: Add buffer allocation & mapping support.
721 - turnip: Report a memory type and heap.
722 - turnip: Cargo cult the Intel heap size functionality.
723 - turnip: Initialize memory type in requirements.
724 - turnip: Disable more features.
725 - turnip: Add 630 to the list.
726 - turnip: Fix bo allocation after we stopped using libdrm_freedreno ...
727 - turnip: Fix memory mapping.
728 - turnip: Add image layout calculations.
729 - turnip: Stop hardcoding the msm version check.
730 - turnip: move tu_gem.c to tu_drm.c
731 - turnip: Implement pipe-less param query.
732 - turnip: Implement some format properties for RGBA8.
733 - turnip: Remove some radv leftovers.
734 - turnip: clean up TODO.
735 - turnip: Implement some UUIDs.
736 - turnip: Implement a slow bo list
737 - turnip: Add a command stream.
738 - turnip: Add msm queue support.
739 - turnip: Make bo_list functions not static
740 - turnip: Implement submission.
741 - turnip: Fill command buffer
742 - turnip: Shorten primary_cmd_stream name.
743 - turnip: Add emit functions in a header.
744 - turnip: Move stream functions to tu_cs.c
745 - turnip: Add buffer memory binding.
746 - turnip: Make tu6_emit_event_write shared.
747 - turnip: Add tu6_rb_fmt_to_ifmt.
748 - turnip: Implement buffer->buffer DMA copies.
749 - turnip: Add image->buffer DMA copies.
750 - turnip: Add buffer->image DMA copies.
751 - turnip: Add todo for copies.
752 - turnip: Fix GCC compiles.
753 - turnip: Deconflict vk_format_table regeneration
754 - gitlab-ci: Build turnip.
947 - turnip: Drop Makefile.am and Android.mk
948 - turnip: Fix indentation in function signatures
949 - turnip: Fix result of vkEnumerate*LayerProperties
950 - turnip: Fix result of vkEnumerate*ExtensionProperties
951 - turnip: Use vk_outarray in all relevant public functions
952 - turnip: Fix a real -Wmaybe-uninitialized
953 - turnip: Fix indentation
954 - turnip: Require DRM device version >= 1.3
955 - turnip: Add TODO for Android logging
956 - turnip: Use vk_errorf() for initialization error messages
957 - turnip: Replace fd_bo with tu_bo
958 - turnip: Add TODO file
959 - turnip: Fix 'unused' warnings
960 - turnip: Don't return from tu_stub funcs
961 - turnip: Annotate vkGetImageSubresourceLayout with tu_stub
962 - turnip: Fix error behavior for
964 - turnip: Use Vulkan 1.1 names instead of KHR
984 - turnip: add .clang-format
985 - turnip: use msm_drm.h from inc_freedreno
986 - turnip: remove unnecessary libfreedreno_drm dep
987 - turnip: add wrappers around DRM_MSM_GET_PARAM
988 - turnip: add wrappers around DRM_MSM_SUBMITQUEUE\_\*
989 - turnip: constify tu_device in tu_gem\_\*
990 - turnip: preliminary support for tu_QueueWaitIdle
991 - turnip: run sed and clang-format on tu_cs
992 - turnip: document tu_cs
993 - turnip: add tu_cs_add_bo
994 - turnip: minor cleanup to tu_cs_end
995 - turnip: update cs->start in tu_cs_end
996 - turnip: inline tu_cs_check_space
997 - turnip: add more tu_cs helpers
998 - turnip: build drm_msm_gem_submit_bo array directly
999 - turnip: add tu_bo_list_merge
1000 - turnip: add cmdbuf->bo_list to bo_list in queue submit
1001 - turnip: preliminary support for tu_BindImageMemory2
1002 - turnip: preliminary support for tu_image_view_init
1003 - turnip: preliminary support for tu_CmdBeginRenderPass
1004 - turnip: add tu_cs_reserve_space(_assert)
1005 - turnip: emit HW init in tu_BeginCommandBuffer
1006 - turnip: preliminary support for tu_GetRenderAreaGranularity
1007 - turnip: add tu_tiling_config
1008 - turnip: add internal helpers for tu_cs
1009 - turnip: add tu_cs_{reserve,add}_entry
1010 - turnip: specify initial size in tu_cs_init
1011 - turnip: never fail tu_cs_begin/tu_cs_end
1012 - turnip: add tu_cs_sanity_check
1013 - turnip: provide both emit_ib and emit_call
1014 - turnip: add tu_cs_mode
1015 - turnip: add TU_CS_MODE_SUB_STREAM
1016 - turnip: preliminary support for loadOp and storeOp
1017 - turnip: add a more complete format table
1018 - turnip: add functions to import/export prime fd
1019 - turnip: advertise VK_KHR_external_memory_capabilities
1020 - turnip: advertise VK_KHR_external_memory
1021 - turnip: add support for VK_KHR_external_memory_{fd,dma_buf}
1022 - turnip: fix VkClearValue packing
1023 - turnip: preliminary support for fences
1024 - turnip: respect color attachment formats
1025 - turnip: mark IBs for dumping
1026 - turnip: use 32-bit offset in tu_cs_entry
1027 - turnip: more/better asserts for tu_cs
1028 - turnip: add tu_cs_discard_entries
1029 - turnip: tu_cs_emit_array
1030 - turnip: fix tu_cs sub-streams
1031 - turnip: simplify tu_cs sub-streams usage
1032 - turnip: create a less dummy pipeline
1033 - turnip: parse VkPipelineDynamicStateCreateInfo
1034 - turnip: parse VkPipelineInputAssemblyStateCreateInfo
1035 - turnip: parse VkPipelineViewportStateCreateInfo
1036 - turnip: parse VkPipelineRasterizationStateCreateInfo
1037 - turnip: parse VkPipelineDepthStencilStateCreateInfo
1038 - turnip: parse VkPipeline{Multisample,ColorBlend}StateCreateInfo
1039 - turnip: preliminary support for shader modules
1040 - turnip: compile VkPipelineShaderStageCreateInfo
1041 - turnip: parse VkPipelineShaderStageCreateInfo
1042 - turnip: parse VkPipelineVertexInputStateCreateInfo
1043 - turnip: add draw_cs to tu_cmd_buffer
1044 - turnip: preliminary support for draw state binding
1045 - turnip: preliminary support for tu_CmdDraw
1046 - turnip: guard -Dvulkan-driver=freedreno
1047 - turnip: preliminary support for tu_GetImageSubresourceLayout
1048 - turnip: preliminary support for Wayland WSI
1346 - turnip: drop dead close(master_fd)
1600 - turnip: use the platform defines in vk.xml instead of hard-coding
1630 - turnip: update to use the new features struct names
2187 - anv,radv,turnip: Lower TG4 offsets with nir_lower_tex
3441 - turnip: Only get bo offset when we need to mmap