summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_shader.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09r600: update licensing to SPDX headerDavid Heidelberg1-19/+2
2023-10-31r600: Replace TGSI I/O semantics with shader_enumsVitaliy Triang3l Kuzmin1-9/+22
2023-10-31r600/sfn: Split r600_shader_from_nir into common and Gallium partsVitaliy Triang3l Kuzmin1-0/+1
2023-10-31r600: Move r600_create_vertex_fetch_shader to r600_shader.cVitaliy Triang3l Kuzmin1-0/+160
2023-10-01r600: Replace R600_BIG_ENDIAN with UTIL_ARCH_BIG_ENDIANVitaliy Triang3l Kuzmin1-1/+2
2023-08-10r600: retire SB optimizerGert Wollny1-48/+2
2023-07-30r600: Force CF when emitting a NOP on R600 in gs copy shaderGert Wollny1-0/+1
2023-07-26r600: don't use sb disasm to disassamble copy shaderGert Wollny1-5/+2
2023-07-26r600: Explicitly force new CF in gs copy shaderGert Wollny1-0/+6
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-2/+2
2023-06-14r600: Disable SB if we use the ariable length DOTGert Wollny1-0/+1
2023-06-14r600: fix handling of use_sb flagGert Wollny1-1/+2
2023-06-13r600: tgsi cleanupThomas H.P. Andersen1-46/+0
2023-05-25r600: remove unused tgsi includesThomas H.P. Andersen1-1/+0
2023-05-24treewide: Avoid nir_lower_regs_to_ssa callsAlyssa Rosenzweig1-1/+0
2023-05-04r600: remove unused codeThomas H.P. Andersen1-24/+0
2023-04-27r600: remove TGSI code pathGert Wollny1-11422/+13
2023-04-21r600/sfn: fix memory leak related to sh_info->arraysPatrick Lerda1-0/+3
2023-04-13r600: fix typosHarri Nieminen1-3/+3
2023-04-06tgsi: Drop TGSI_OPCODE_DFRACEXP.Emma Anholt1-67/+1
2023-02-23r600: fix shader blob memory leakPatrick Lerda1-0/+1
2022-12-16r600: don't try to serialized shaders translated from TGSIGert Wollny1-1/+1
2022-11-30r600: Store nir shaders serialized to save memoryGert Wollny1-7/+30
2022-11-21r600: Fix lower-to-scalar on TTN pathGert Wollny1-2/+1
2022-11-21r600: reference glsl type system during translationGert Wollny1-0/+5
2022-10-26r600: Account for color and clipvertex when evaluating LDS spaceGert Wollny1-2/+8
2022-09-23r600: Make NIR the default shader IRGert Wollny1-3/+4
2022-08-19r600: Don't use SB with R600 style scratch readsGert Wollny1-0/+3
2022-07-24r600: Delete possible old NIR variant when translating from TGSIGert Wollny1-0/+2
2022-07-23r600: don't dump shader info to files on debugGert Wollny1-23/+4
2022-07-07r600: enable sb by default also for NIRGert Wollny1-2/+3
2022-07-07r600: Add number of ALU groups to statisticsGert Wollny1-1/+2
2022-06-10gallium: Rename MUL_ZERO_WINS to LEGACY_MATH_RULES.Emma Anholt1-3/+3
2022-05-13amd: change chip_class naming to "enum amd_gfx_level gfx_level"Marek Olšák1-57/+57
2022-04-27r600: Add support for TGSI_OPCODE_ATOMIMIN and IMAXGert Wollny1-0/+4
2022-04-20r600: Fix up some mis-indentation of blocks.Emma Anholt1-10/+8
2022-04-08r600: Add a helper function for rat_index_mode, with documentation and assert.Emma Anholt1-13/+19
2022-04-08r600: Stop using ArrayID to look up atomic counters.Emma Anholt1-18/+10
2022-04-01util: Rename pipe_debug_message to util_debug_messageYonggang Luo1-1/+1
2022-03-28r600: Implement memoryBarrier() in the non-SFN path.Emma Anholt1-21/+34
2022-03-28r600: Disable SB when INTERP_SAMPLE is used.Emma Anholt1-0/+4
2022-03-28r600: Disable SB in the presence of indirection on temp arrays.Emma Anholt1-0/+6
2022-03-28r600: Add a workaround and explanation for shadowcubearray TG4.Emma Anholt1-2/+12
2022-03-28r600: Add shader precompile and shader-db support.Emma Anholt1-0/+11
2022-03-28r600: Drop nr_ps_max_color_exportsEmma Anholt1-10/+0
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer1-7/+7
2021-04-09r600: Enable sb for nir only on specific requestGert Wollny1-6/+6
2021-04-06radeon_winsys.h: add a winsys parameter to most winsys buffer functionsMarek Olšák1-1/+1
2021-03-27r600: Handle negate of second operator in TGSI_OPCODE_UADDGert Wollny1-0/+9
2021-03-02r600: Don't optimize using source modifiers on literalsGert Wollny1-1/+1