Lines Matching full:turnip
486 - turnip: Add image->image blitting.
487 - turnip: Always use UINT formats for copies.
488 - turnip: Disallow NPoT formats.
489 - turnip: Add todo for d24_s8 copies
531 - turnip: Remove \_mesa_locale_init/fini calls.
1125 - turnip: Add a .editorconfig and .dir-locals.el
1126 - turnip: Silence compiler warning about uninit pipeline.
1127 - turnip: Fix failure behavior of vkCreateGraphicsPipelines.
1136 - turnip: Drop unused tu_pack_clear_value() return.
1137 - turnip: Fill in clear color packing for r10g11b11 and rgb9e5.
1138 - turnip: Tell spirv_to_nir that we want fragcoord as a sysval.
1139 - turnip: Set up the correct tiling mode for small attachments.
1140 - turnip: Emit clears of gmem using linear.
1857 - turnip: fix binning shader compilation
1858 - turnip: use image tile_mode for gmem configuration
1859 - turnip: emit shader immediates
1860 - turnip: fix vertex_id
1861 - turnip: implement sampler state
1862 - turnip: implement image view descriptor
1863 - turnip: use linear tiling for scanout image
1864 - turnip: align layer_size
1865 - turnip: enable linear filtering
1866 - turnip: basic descriptor sets (uniform buffer and samplers)
1867 - turnip: lower samplers and uniform buffer indices
1868 - turnip: use nir_opt_copy_prop_vars
1869 - turnip: add some shader information in pipeline state
1870 - turnip: emit texture and uniform state
1896 - turnip: fix triangle strip
1897 - turnip: fix 32 vertex attributes case
1898 - turnip: fix segmentation fault in events
1899 - turnip: fix segmentation fault with compute pipeline
1900 - turnip: fix assert failing for 0 color attachments
1901 - turnip: add astc format layout
1902 - turnip: add format_is_uint/format_is_sint
1903 - turnip: format table fixes
1904 - turnip: add more 2d_ifmt translations
1905 - turnip: improve view descriptor
1906 - turnip: improve sampler descriptor
1907 - turnip: add black border color
1908 - turnip: add VK_KHR_sampler_mirror_clamp_to_edge
1909 - turnip: update setup_slices
1910 - turnip: disable tiling as necessary
1911 - turnip: add anisotropy and compressed formats to device features
1912 - turnip: update some shader state bits from GL driver
1913 - turnip: fixup consts
1914 - turnip: add code to lower indirect samplers
1915 - turnip: add missing nir passes
1916 - turnip: use nir_assign_io_var_locations instead of
1918 - turnip: improve CmdCopyImage and implement CmdBlitImage
1919 - turnip: basic msaa working
1920 - turnip: depth/stencil
1921 - turnip: push constants
1922 - turnip: more descriptor sets
2908 - turnip: add support for pre-fs texture fetch