summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-23i915g: Fix bad naming of depth texture formats.Emma Anholt2-4/+4
2021-06-23ir3/ra: Fix corner case in collect handlingConnor Abbott1-2/+13
2021-06-23ir3: Remove IR3_REG_DESTConnor Abbott6-20/+17
2021-06-23ir3: Remove regs arrayConnor Abbott3-31/+14
2021-06-23ir3/frontend: Switch to srcs/dsts arraysConnor Abbott5-80/+80
2021-06-23ir3/opts: Switch to srcs/dsts arraysConnor Abbott5-57/+60
2021-06-23ir3/validate: Switch to srcs/dsts arraysConnor Abbott1-42/+54
2021-06-23ir3/print: Switch to srcs/dsts arraysConnor Abbott1-10/+18
2021-06-23ir3/legalize: Switch to srcs/dsts arraysConnor Abbott1-17/+21
2021-06-23ir3/array_to_ssa: Switch to srcs/dsts arraysConnor Abbott1-28/+41
2021-06-23ir3/parser: Switch to srcs/dsts arraysConnor Abbott1-21/+14
2021-06-23ir3/ra: Switch to srcs/dsts arraysConnor Abbott7-140/+143
2021-06-23ir3/core: Switch to srcs/dsts arraysConnor Abbott2-48/+48
2021-06-23ir3/sched: Convert to srcs/dsts arraysConnor Abbott4-40/+34
2021-06-23freedreno/tests: Convert to srcs/dstsConnor Abbott1-1/+1
2021-06-23freedreno/isa: Convert to srcs/dstsConnor Abbott9-111/+112
2021-06-23ir3: Add srcs/dsts arrays to ir3_instructionConnor Abbott2-1/+10
2021-06-23ir3/legalize: Construct branch properlyConnor Abbott1-1/+2
2021-06-23ir3: Add separate src/dst count in ir3_instrConnor Abbott10-49/+64
2021-06-23ir3: Split ir3_reg_create() into ir3_{src,dst}_create()Connor Abbott9-95/+132
2021-06-23ir3: Make ir3_instruction::address a normal registerConnor Abbott10-69/+44
2021-06-23ir3: Add is_reg_special()Connor Abbott2-1/+12
2021-06-23ir3: Validate that ir3_register::instr is correctConnor Abbott1-0/+3
2021-06-23ir3: Update ir3_register::instr when cloning instructionsConnor Abbott1-0/+2
2021-06-23ir3: Split read-modify-write array dests in twoConnor Abbott10-59/+56
2021-06-23ir3: Make tied sources/destinations part of the IRConnor Abbott8-31/+57
2021-06-23amd/ci: add hawaii-specific skip and fail listsDaniel Schürmann2-0/+48
2021-06-23pan/mdg: Add 16 bytes of padding to the end of shadersIcecream951-0/+6
2021-06-23anv: fix emitting dynamic primitive topologyTapani Pälli7-126/+295
2021-06-23Revert "ci: disable panfrost t760 jobs"Daniel Stone1-2/+2
2021-06-23iris: take a reference to memobj bo in iris_resource_from_memobjTapani Pälli1-2/+2
2021-06-23radeonsi: disable ngg culling on llvm < 12Pierre-Eric Pelloux-Prayer1-1/+3
2021-06-23anv: bound checks buffer memory binding in debug buildsLionel Landwerlin1-0/+2
2021-06-23intel/fs: Implement Wa_14013745556 on TGL+.Francisco Jerez1-0/+17
2021-06-23intel/fs: Fix synchronization of accumulator-clearing W/A move on TGL+.Francisco Jerez1-3/+6
2021-06-23intel/fs: Teach IR about EOT instruction writing the accumulator implicitly o...Francisco Jerez1-1/+2
2021-06-23intel/fs: Add SWSB dependency annotations for cross-pipeline WaR data hazards...Francisco Jerez1-4/+9
2021-06-23intel/fs: Implement Wa_22012725308 for cross-pipe accumulator data hazard.Francisco Jerez1-1/+50
2021-06-23intel/fs: Track single accumulator in scoreboard lowering pass.Francisco Jerez1-16/+9
2021-06-23intel/fs/xehp: Assert that the compiler is sending all 3 coords for cubemaps.Francisco Jerez2-2/+11
2021-06-23freedreno/ci: Use TU_IGNORE_CONFORMANCE_WARNING to reduce warningsMatt Turner1-0/+3
2021-06-23tu: Provide a toggle to avoid warnings about unsupported devicesMatt Turner1-2/+10
2021-06-23meson/crocus: add prefer-crocus option.Dave Airlie1-0/+4
2021-06-23mesa: unreference zombie buffers when creating buffers to lower memory usageMarek Olšák1-2/+19
2021-06-23crocus: fix batch state bo leakDave Airlie1-0/+1
2021-06-23crocus: fix vertex buffer leak on screen end.Dave Airlie1-0/+2
2021-06-23crocus: free context state properly.Dave Airlie1-1/+2
2021-06-23zink: ci updatesMike Blumenkrantz1-16/+0
2021-06-23zink: remove primconvertMike Blumenkrantz3-18/+0
2021-06-23zink: export supported primitive restart typesMike Blumenkrantz2-10/+10