summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-04microsoft/compiler: When sorting variables, put unused variables lastJesse Natalie1-1/+5
2024-04-04ir3-disasm: add option to disassemble hex numberJob Noorman1-8/+24
2024-04-04ir3-disasm: add options to specify GPU by chip ID or nameJob Noorman5-2/+76
2024-04-04ir3-disasm: remove unused #includesJob Noorman1-5/+0
2024-04-04ir3-disasm: run clang-formatJob Noorman1-13/+13
2024-04-04nir/dominance: fix commentMike Blumenkrantz1-1/+1
2024-04-04nir/texcoord_replace: fix scalarized io handlingMike Blumenkrantz1-1/+2
2024-04-04nir/lower_point_size_mov: fix for lowered ioMike Blumenkrantz1-20/+40
2024-04-04nir/lower_point_size_mov: rework.Mike Blumenkrantz1-57/+47
2024-04-04nir/lower_clip_disable: fix for lowered ioMike Blumenkrantz1-1/+50
2024-04-04nir/lower_drawpixels: fix for lowered ioMike Blumenkrantz1-0/+2
2024-04-04nir/lower_two_sided_color: rework for lowered ioMike Blumenkrantz1-20/+40
2024-04-04nir/lower_alpha_test: fix use with lowered ioMike Blumenkrantz1-16/+13
2024-04-04nir/lower_flatshade: fix with lowered ioMike Blumenkrantz1-2/+28
2024-04-04nir/lower_flatshade: break out location checkingMike Blumenkrantz1-4/+10
2024-04-04nir/lower_clamp_color_outputs: fix use with lowered ioMike Blumenkrantz1-17/+10
2024-04-04glsl: set PSIZ bit in outputs_written when injecting a 1.0 psiz writeMike Blumenkrantz1-0/+2
2024-04-04radv: rename si_cmd_buffer.c to radv_cs.cSamuel Pitoiset4-13/+14
2024-04-04radv: move code related to sample positions to radv_device.cSamuel Pitoiset4-140/+140
2024-04-04radv: move radv_emit_{compute,graphics}() to radv_queue.cSamuel Pitoiset4-589/+588
2024-04-04radv: move radv_create_gfx_config() to radv_device.cSamuel Pitoiset3-43/+41
2024-04-04radv: move radv_get_viewport_xform() to radv_pipeline_graphics.cSamuel Pitoiset4-21/+21
2024-04-04radv: merge radv_write_scissors() with radv_emit_scissor()Samuel Pitoiset3-50/+41
2024-04-04radv: merge radv_write_guardband() with radv_emit_guardband_state()Samuel Pitoiset3-59/+49
2024-04-04radv: move more cmd buffer related code to radv_cmd_buffer.cSamuel Pitoiset4-252/+248
2024-04-04radv: move CP DMA related code to radv_cp_dma.c/hSamuel Pitoiset7-345/+426
2024-04-04radv: add radv_shader_info.hSamuel Pitoiset5-241/+288
2024-04-04radv: add radv_android.hSamuel Pitoiset9-26/+79
2024-04-04radv: add radv_nir_to_llvm.hSamuel Pitoiset5-4/+44
2024-04-04radv: move radv_queue_ring() to radv_queue.cSamuel Pitoiset3-12/+10
2024-04-04radv: move radv_get_tdr_timeout_for_ip() to radv_query.hSamuel Pitoiset2-9/+11
2024-04-04radv: add radv_printf.hSamuel Pitoiset8-26/+63
2024-04-04radv: add radv_cp_reg_shadowing.hSamuel Pitoiset5-6/+50
2024-04-04radv: add radv_rmv.hSamuel Pitoiset17-35/+110
2024-04-04radv: add radv_cmd_buffer.hSamuel Pitoiset6-723/+775
2024-04-04radv: add radv_spm.hSamuel Pitoiset6-5/+45
2024-04-04radv: add radv_shader_object.hSamuel Pitoiset7-35/+73
2024-04-04radv: add radv_sqtt.hSamuel Pitoiset11-82/+151
2024-04-04radv: Remove unused gfx_level from gfx10_emit_ge_pc_alloc.Timur Kristóf1-3/+3
2024-04-04radv: Increase maximum allowed PS params for enabling NGG culling.Timur Kristóf1-2/+2
2024-04-04radv: Slightly refactor the determination of max_ps_params.Timur Kristóf1-7/+3
2024-04-04radv: Remove I/O variables after nir_lower_io.Timur Kristóf1-0/+2
2024-04-04radv: Use NIR IO semantics to determine FS input info.Timur Kristóf3-78/+68
2024-04-04intel/isl: Use Tile64 to align images for CCS WANanley Chery1-0/+29
2024-04-04intel/isl: Enable a 64KB alignment WA for flat-CCSNanley Chery1-3/+3
2024-04-04intel/isl: Remove a CCS_D check from gfx12+ codeNanley Chery1-2/+1
2024-04-04intel/isl: Remove inconsistency when encoding Tile64Nanley Chery3-12/+5
2024-04-04intel/isl: Remove inconsistency when choosing Tile64Nanley Chery1-2/+4
2024-04-04mesa: reorder st context teardownDave Airlie1-5/+5
2024-04-04nvk: Delete dead descriptor codeFaith Ekstrand1-16/+0