Lines Matching full:turnip

78 - freedreno+turnip: Initial support for a6xx gen4 (a660, a635)
100 - Regression in Turnip with KGSL and Zink running opengl in proot
133 - turnip: corrupted geometry after tesselation shaders in GTAV
1660 - turnip: implement VK_EXT_shader_demote_to_helper_invocation
1661 - turnip: implement VK_KHR_shader_terminate_invocation
1663 - turnip: enable shaderInt16
1671 - turnip: implement VK_KHR_vulkan_memory_model
1672 - docs: mark off VK_KHR_vulkan_memory_model for turnip
1673 - turnip,freedreno/a6xx: SP_BLEND_CNTL has per-mrt blend enable bit
1675 - turnip: copy all layers specified in vkCmdCopyImage
1676 - ci/turnip: drop fail annotation for float_control tests
1677 - ci/turnip: drop fail annotation for image.extend_operands_spirv1p4.*
1678 - turnip: do not ignore early_fragment_tests
1679 - turnip: make possible to create read-only bo with tu_bo_init_new
1680 - turnip: make cmdstream bo's read-only to GPU
1681 - turnip: place a limit on the growth of BOs
1683 - turnip: reset push descriptor set on command buffer reset
1684 - turnip: emit vb stride dynamic state when it is dirty
1685 - turnip: fix register_index calculations of xfb outputs
1686 - turnip: implement VK_EXT_provoking_vertex
1687 - turnip: do not re-emit same vs params
1688 - turnip: early exit in tu6_draw_common to save cpu cycles
1939 - turnip: Only write the tu_RegisterDeviceEXT() out fence on success.
1940 - ci: Add missing vulkan dep for freedreno (turnip) and v3dv test jobs.
1951 - turnip: Demote API version to 1.1.
1959 - turnip: Switch to the shared vulkan ICD generator.
1960 - turnip: Move the extension tables to tu_device.c
1962 - turnip: Drop wideLines properties since we don't support wide lines.
1963 - turnip: Claim 2 discrete queue priorities.
1965 - ci/turnip: Clean up some stale fail annotations.
1966 - ci/turnip: Add some links to issues and MRs for some test failures.
1967 - turnip: Drop fail annotation for driver_properties.
2001 - turnip: Reorganize copy_format()'s switch statement.
2002 - turnip: Make sure that SNORM blits don't clamp ambiguous -1.0 values.
2103 - turnip: Link more MRs and issues related to our xfails.
2104 - turnip: Use vk_startup_errorf() in more startup paths.
2105 - ci/turnip: Document create_instance_device_intentional_alloc_fail's fail.
2106 - turnip: Disable buffer texturing on 422 formats.
2109 - turnip: Short-circuit if ladder generation for constant index SSBO/UBOs.
2147 - turnip: Fix allocation size for vkCmdUpdateBuffer.
2560 - turnip: prep work for timeline semaphore support
2561 - turnip: Implement VK_KHR_timeline_semaphore.
2562 - turnip/kgsl: Fix to build on android.
2563 - turnip: add missing VKAPI_ATTR/CALL
2564 - turnip: Copy command buffers to deferred submit request
2565 - turnip/kgsl: new flag TU_USE_KGSL
3676 - turnip: Mark local variable ASSERTED
4616 - turnip: Use drmIoctl()
4617 - turnip: Fix AcquireImageANDROID() handle type
4618 - turnip: Add CrOS Gralloc support
4622 - turnip: avoid some UB
4623 - turnip: Split tu6_emit_xs()
4629 - turnip: Convert fd_dev_info to const pointer
4632 - turnip: Drop unused vshs_workgroup param
4633 - turnip: Get storage_16bit from fd_dev_info
4634 - turnip: Get indirect_draw_wfm_quirk from fd_dev_info
4635 - turnip: Get has_tex_filter_cubic from fd_dev_info
4636 - turnip: Get has_sample_locations from fd_dev_info
4637 - freedreno+turnip: Add has_cp_reg_write
4638 - freedreno+turnip: Add has_8bpp_ubwc
4639 - freedreno+turnip: Get device name from device-info table
4640 - freedreno+turnip: Add a6xx gen4 support
4703 - turnip: move pipeline gras_su and rb{stencil,depth}_cntl_mask initialization
4704 - turnip: initialize pipeline->rb_{stencil,depth}_cntl always
4705 - turnip: refactor how LRZ state is calculated
4706 - turnip/lrz: add support for VK_EXT_extended_dynamic_state
4707 - turnip: document GRAS_LRZ_CNTL's UNK5 bitfield
4708 - turnip/lrz: added support for depth bounds test enable
4709 - turnip: fix typo in tu_CmdBeginRenderPass2()
4710 - turnip: implement LRZ direction
4711 - turnip: update LRZ state based on stencil test state
4712 - turnip: group all geometry constant draw states in one
4713 - turnip: fix setting dynamic state mask for VK_DYNAMIC_STATE_STENCIL_OP_EXT case
4714 - turnip: add LRZ early-z support