Lines Matching full:radeonsi
1439 - radeonsi: add compute_last_block to configure the partial block
1717 - radeonsi: use better DCC clear codes
1718 - radeonsi: don't set the CB clear color registers for 0/1 clear colors
1721 - radeonsi: stop command submission with
1725 - radeonsi: fix video APIs on Raven2
1735 - radeonsi: don't send data after write-confirm with BOTTOM_OF_PIPE_TS
1736 - radeonsi: go back to using bottom-of-pipe for beginning of
1740 - radeonsi: clean up primitive binning enablement
1741 - radeonsi: use structured buffer intrinsics for image views
1742 - radeonsi: fix is_oneway_access_only for image stores
1743 - radeonsi: small cleanup for memory opcodes
1745 - radeonsi/nir: parse more information about bindless usage
1746 - radeonsi: fix is_oneway_access_only for bindless images
1749 - radeonsi: generalize the slab allocator code to allow layered slab
1761 - radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IB
1763 - radeonsi: add memory management stress tests for GDS
1772 - radeonsi: don't emit redundant PKT3_NUM_INSTANCES packets
1773 - radeonsi: call si_fix_resource_usage for the GS copy shader as well
1774 - radeonsi: make si_cp_wait_mem more configurable
1775 - radeonsi: use u_decomposed_prims_for_vertices instead of
1777 - radeonsi: remove unused variables in si_insert_input_ptr
1778 - radeonsi: always unmap texture CPU mappings on 32-bit CPU
1785 - radeonsi: also apply the GS hang workaround to draws without
1789 - radeonsi: fix a u_blitter crash after a shader with FBFETCH
1790 - radeonsi: fix rendering to tiny viewports where the viewport center
1792 - radeonsi: use buffer_store_format_x & xy
1793 - radeonsi: remove redundant call to emit_cache_flush in compute
1795 - radeonsi: compile clear and copy buffer compute shaders on demand
1796 - radeonsi: correct WRITE_DATA.DST_SEL definitions
1797 - radeonsi: fix the top-of-pipe fence on SI
1798 - radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIK
1799 - radeonsi: move PKT3_WRITE_DATA generation into a helper function
1801 - gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)
1802 - radeonsi: disable render cond & pipeline stats for internal compute
1804 - radeonsi: rename rscreen -> sscreen
1805 - radeonsi: rename rview -> sview
1807 - radeonsi: remove r600 from comments
1808 - radeonsi: rename r600_resource -> si_resource
1809 - radeonsi: rename rquery -> squery
1810 - radeonsi: rename rsrc -> ssrc, rdst -> sdst
1811 - radeonsi: rename rbo, rbuffer to buf or buffer
1812 - radeonsi: rename rfence -> sfence
1817 - radeonsi: fix crashing performance counters (division by zero)
1820 - radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0
1822 - radeonsi: add driconf option radeonsi_enable_nir
1823 - radeonsi: always enable NIR for Civilization 6 to fix corruption
1830 - radeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.
1960 - radeonsi: Enable adaptive_sync by default for radeon
1965 - radeonsi: fix an out-of-bounds read reported by ASAN
1985 - radeonsi: move SI_FORCE_FAMILY functionality to winsys
1986 - radeonsi: extract declare_vs_blit_inputs
1987 - radeonsi: add si_init_draw_functions and make some functions static
1988 - radeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when available
1989 - radeonsi: don't set RAW_WAIT for CP DMA clears
1990 - radeonsi: rename SI_RESOURCE_FLAG_FORCE_TILING to clarify its purpose
1991 - radeonsi: const-ify si_set_tesseval_regs
1992 - radeonsi: show the fixed function TCS in debug dumps
1993 - radeonsi: avoid using hard-coded SI_NUM_RW_BUFFERS
1994 - radeonsi: add an si_set_rw_shader_buffer convenience function
1995 - radeonsi: use si_set_rw_shader_buffer for setting streamout buffers
1996 - radeonsi: track constant buffer bind history in
1998 - radeonsi: move remaining perfcounter code into si_perfcounter.c
1999 - radeonsi: move query suspend logic into the top-level si_query struct
2000 - radeonsi: factor si_query_buffer logic out of si_query_hw
2001 - radeonsi: split perfcounter queries from si_query_hw
2002 - radeonsi: const-ify the si_query_ops
2018 - radeonsi: Fix guardband computation for large render targets
2062 - travis: radeonsi and radv require LLVM 7.0
2075 - ac/nir,radv,radeonsi/nir: use correct indices for interpolation
2338 - radeonsi: use compute for resource_copy_region when possible
2410 - radeonsi: remove unrequired param in si_nir_scan_tess_ctrl()
2412 - radeonsi: make use of ac_are_tessfactors_def_in_all_invocs()
2427 - radeonsi/nir: get correct type for images inside structs
2436 - radeonsi/nir: add missing piece for bindless image support
2444 - radeonsi: fix query buffer allocation