summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-16r600: fix vertex state update clover regressionPatrick Lerda1-2/+3
2024-05-16r600/sfn: Set bit size for newly created store intrinsicGert Wollny1-0/+1
2024-05-11treewide: Cleanup unused structsDr. David Alan Gilbert8-66/+0
2024-04-30gallium/auxiliary/vl: fix typo which negatively impacts the src_stride initia...Patrick Lerda1-1/+1
2024-04-21r600/sfn: Don't put b2f64 conversion into ALU groupGert Wollny1-8/+3
2024-04-21r600/sfn: when emitting fp64 op2 groups pre-load valuesGert Wollny3-8/+17
2024-04-21r600/sfn: call nir_lower_doubles explicitelyGert Wollny1-1/+3
2024-04-21r600/sfn: Use dependecies to order barriers and LDS/RAT instructionsGert Wollny2-4/+21
2024-04-21r600/sfn: Add array element parent also to arrayGert Wollny1-0/+1
2024-04-11frontends/va: Only export one handle for contiguous planesHannes Mann1-23/+41
2024-04-09r600: fix typosDavid Heidelberg7-7/+7
2024-04-09r600: add license information to the sfn_shader_gs.hDavid Heidelberg1-0/+6
2024-04-09r600: add license info to the r600_opcodes.hDavid Heidelberg1-1/+1
2024-04-09r600: add license header to r600_formats.hDavid Heidelberg1-0/+1
2024-04-09r600: update licensing to SPDX headerDavid Heidelberg132-2843/+240
2024-03-19winsys/radeon: pass priv instead NULL to radeon_bo_can_reclaimPierre-Eric Pelloux-Prayer1-1/+1
2024-02-03r600: handle indirect access to kcache 14 and 15Gert Wollny3-0/+52
2024-01-28r600: lower dround_even also on hardware that supports fp64Gert Wollny1-1/+2
2024-01-06r300,r600,radeonsi: switch to pb_buffer_leanMarek Olšák45-412/+417
2024-01-06r300,r600,radeon/winsys: always pass the winsys to radeon_bo_referenceMarek Olšák12-66/+78
2023-12-22r600/sfn: Use glsl_type C helpersCaio Oliveira4-28/+28
2023-12-01r600/sfn: Don't try to re-use iterators when the set is made emptyGert Wollny1-1/+5
2023-11-30r600/sfn: Fix usage of std::string constructorGert Wollny1-2/+3
2023-11-30r600/sfn: keep workgroup and invocation ID registers for whole shaderGert Wollny1-0/+2
2023-11-30r600/sfn: Allow skipping backend shader optimization for a subset of shadersGert Wollny4-6/+29
2023-11-15r600: Add missing dep on git_sha1.hMatt Turner1-1/+1
2023-11-06r600/sfn: Remove unused sampler reference in emit_tex_lodVitaliy Triang3l Kuzmin1-2/+0
2023-11-06r600/sfn: Change sampler_index to texture_index in buffer txsVitaliy Triang3l Kuzmin1-2/+2
2023-11-03r600/sfn: Fixup component count only if intrinsic has itGert Wollny1-1/+2
2023-11-03r600: Link with libgalliumvl, when enabling rusticl this is neededGert Wollny1-1/+1
2023-11-03r600: Add experimental get_compute_state_infoGert Wollny2-2/+19
2023-11-01r600: Add callbacks for get_driver_uuid and get_device_uuidGert Wollny1-0/+48
2023-10-31r600: Replace TGSI I/O semantics with shader_enumsVitaliy Triang3l Kuzmin19-560/+529
2023-10-31r600: Fix outputs typo in print_pipe_infoVitaliy Triang3l Kuzmin1-1/+1
2023-10-31r600/sfn: Split r600_shader_from_nir into common and Gallium partsVitaliy Triang3l Kuzmin12-145/+281
2023-10-31r600/sfn: Make r600 header include paths relativeVitaliy Triang3l Kuzmin3-3/+6
2023-10-31r600: Split r600_shader.h into common and Gallium partsVitaliy Triang3l Kuzmin5-139/+193
2023-10-31r600: Remove Gallium dependencies in r600_asmVitaliy Triang3l Kuzmin7-9/+23
2023-10-31r600: Replace R600_ERR with R600_ASM_ERR in shader codeVitaliy Triang3l Kuzmin4-19/+29
2023-10-31r600: Remove Gallium dependencies in r600_isaVitaliy Triang3l Kuzmin3-6/+11
2023-10-31r600: Move r600_create_vertex_fetch_shader to r600_shader.cVitaliy Triang3l Kuzmin4-164/+164
2023-10-24glsl: Retire dround lowering.Eric Anholt27-236/+5
2023-10-24glsl: Remove int64 div/mod lowering.Eric Anholt25-2150/+1
2023-10-16r600/sfn: When simplifying src vec4 pinnings, also check all usesGert Wollny1-1/+53
2023-10-16r600/sfn: Don't override a chgr pinning during copy propagationGert Wollny1-1/+2
2023-10-13r600: drop egcm_load_index_regGert Wollny3-65/+9
2023-10-13r600/sfn: don't remove texture sources by using the enum valueGert Wollny1-1/+0
2023-10-12r600/sfn: Handle load_global_constantAlyssa Rosenzweig2-0/+3
2023-10-01r600: Replace R600_BIG_ENDIAN with UTIL_ARCH_BIG_ENDIANVitaliy Triang3l Kuzmin8-20/+20
2023-09-24r600/sfn: Fix use of scheduled_shader vs shaderGert Wollny1-2/+2