Lines Matching full:turnip

155 -  freedreno/turnip: Don't request pixlodenable when we don't use it
961 - turnip: Promote tu_cs_get_size/is_empty to header
962 - turnip: Execute main cs for secondary command buffers
963 - turnip: Advertise 8 bit subpixel precision
965 - turnip: Set has_gs in ir3_shader_key
966 - turnip: Emit geometry shader obj and related consts
967 - turnip: Configure VPC for geometry shaders
968 - turnip: Configure VFD_CONTROL with gsheader and primitiveid
969 - turnip: Set up REG_A6XX_SP_GS_CONFIG
970 - turnip: Selectively configure GRAS_LAYER_CNTL
971 - turnip: Update maxGeometryShaderInvocations to match blob
972 - turnip: Populate tu_pipeline.active_stages
973 - turnip: Enable geometry shaders for CP_DRAWs
974 - turnip: Enable geometryShader device feature
975 - turnip: Correctly set layer stride for 3D images
976 - turnip: Emit geometry shader descriptor consts
977 - freedreno/turnip: Update GRAS_LAYER_CNTL to GRAS_MAX_LAYER_INDEX
1035 - turnip: Add magic register values to tu_physical_device
1036 - turnip: Add a618 support
1488 - turnip/pipeline: Don't assume tu_shader is a valid object
1489 - turnip: Instance can be NULL resolving 'GetInstanceProcAddr' entry
1602 - turnip: Fix compiler warning about casting a nondispatchable handle.
1645 - freedreno/turnip: Use the NIR info to decide if we need helper
2129 - turnip: support indirect draw
2132 - turnip: Gather information for transform feedback
2133 - turnip: Define structs for transform feedback
2134 - turnip: Setup stream-output when linking program
2135 - turnip: Implement stream-out emit and vkApis for transform feedback
2136 - turnip: Implement an empty function vkCmdDrawIndirectByteCountEXT
2137 - turnip: Enable VK_EXT_transform_feedback
2138 - turnip: Add tu6_control struct.
2139 - turnip: Fix wrong assignment of xfb output's offset.
2140 - turnip: Do gathering xfb info after nir_remove_dead_variables
2144 - turnip: make the struct slot_value of queries get 2 values
2145 - turnip: Implement and enable
2147 - turnip : Fix wrong offset calculation for xfb buffer.
2148 - turnip: Skip unused regs when setting up streamout buffers
2149 - turnip: Fix crashes when geometry shader constants aren't used
2484 - turnip: Properly handle all sizes of specialization constants
2562 - turnip: add option to force use of hw binning
2563 - turnip: fix COND_EXEC reserved size in tu_query
2564 - turnip: add tu_device pointer to tu_cs
2565 - turnip: automatically reserve cmdstream space in emit_pkt4/emit_pkt7
2566 - turnip: remove marker seqno
2567 - turnip: make cond_exec helper easier to use
2568 - turnip: move tile_load_ib/sysmem_clear_ib into draw_cs
2570 - turnip: enable sampleRateShading feature
2571 - turnip: enable
2575 - turnip: rework format table to support r5g5b5a1_unorm/b5g5r5a1_unorm
2576 - turnip: add r5g5b5a1_unorm/b5g5r5a1_unorm formats
2577 - turnip: check the right alignment requirement on shader iova
2578 - turnip: move some constant state to tu6_init_hw
2579 - turnip: remove unecessary MRT_CONTROL fill
2580 - turnip: minify image_view extent
2581 - turnip: fix hw binning + render_area offset interaction
2582 - turnip: fix srgb MRT
2583 - turnip: don't hardcode gmem base for input attachment
2584 - turnip: remove unnecessary fb size check
2585 - turnip: fall back to sysmem when attachments don't fit into gmem
2586 - turnip: increase array sizes in tu_descriptor_map
2587 - turnip: improve binning pipe layout config
2588 - turnip: fix tile->slot calculation
2591 - turnip: fix znear clipping
2592 - turnip: implement depth clamp
2593 - turnip: implement timestamp query
2594 - turnip: fix compute shaders crashing after geometry shader change
2595 - turnip: improve vertex input handling
2596 - turnip: use buffer size instead of bo size for VFD_FETCH_SIZE
2599 - turnip: RB_CCU_CNTL fixes
2600 - turnip: split up gmem/tile alignment
2601 - turnip: fix nir validate failure from push constant lowering
2602 - turnip: disable 8x msaa
2603 - turnip: save attachment samples in renderpass state
2604 - turnip: use dirty bits for dynamic viewport/scissor state
2605 - turnip: rework format helpers
2606 - turnip: add vk_format_is_snorm/is_float
2607 - turnip: new clear/blit implementation with shader path fallback
2612 - turnip: compute render_components/srgb_cntl at renderpass creation
2614 - turnip: don't limit framebuffer size to image size
2615 - turnip: image_view rework
2620 - turnip: fix GMEM resolve in CmdNextSubpass
2621 - turnip: disable depth test for S8_UINT attachment
2622 - turnip: improve GMEM load/store logic
2623 - turnip: enable VK_FORMAT_S8_UINT as stencil format
2624 - turnip: set shader key msaa field
2625 - turnip: implement VK_EXT_sample_locations
2626 - turnip: implement VK_EXT_filter_cubic
2627 - turnip: enable cube arrays
2628 - turnip: implement VK_EXT_sampler_filter_minmax
2629 - turnip: divide cube map depth by 6
2633 - turnip: remove unused RB_UNKNOWN_8E04_blit
2634 - turnip: use RESOLVE_TS event
2635 - turnip: add adreno 650
2638 - turnip: fix wrong substream size in parse_multisample_and_color_blend
2735 - turnip: Be explicit about converting vk compare func to a6xx
2740 - turnip: Drop explicit configure opt-in for turnip
2741 - ci: Drop turnip opt-in option
2758 - turnip: Add missing VKAPI_ATTR annotations
2759 - turnip: Stub out VK_KHR_external_{fence,semaphore}_fd
2760 - turnip: Make Android platform build
2761 - turnip: Drop dep_llvm from dependencies