summaryrefslogtreecommitdiff
path: root/src/freedreno
AgeCommit message (Expand)AuthorFilesLines
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-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-21freedreno: Handle full blit discards by invalidating the resource.Emma Anholt1-6/+0
2021-06-21freedreno: Flush if at risk of overflowing bos tableRob Clark4-1/+50
2021-06-21freedreno/a6xx: Handle fb_read in sysmem pathRob Clark1-10/+0
2021-06-21freedreno/ci: Garbage collect some a630 flakesRob Clark1-6/+0
2021-06-21nir/propagate_invariant: add invariant_prim optionRhys Perry1-1/+1
2021-06-18freedreno/ci: Increase # of jobs for CI runnersRob Clark1-0/+1
2021-06-18freedreno/ci: Start longest traces firstRob Clark1-81/+96
2021-06-18freedreno/ir3: Move NIR printing to mesa_log.Emma Anholt4-28/+28
2021-06-18freedreno/ir3: Move the native code output to mesa_log as well.Emma Anholt1-3/+11
2021-06-18freedreno/ir3: Use mesa_log_stream() for ir3 disassembly.Emma Anholt2-116/+121
2021-06-18freedreno/ir3: Move the assert output to mesa_loge().Emma Anholt1-1/+2
2021-06-17freedreno: Add some cheza flakes from the last week.Emma Anholt1-1/+8
2021-06-17freedreno/fdl: Give the tiling mode a nice name in debug dumps.Emma Anholt2-2/+15
2021-06-16ir3/ra: Fix array parallelcopy confusionConnor Abbott2-7/+12
2021-06-16ir3: Improve printing of array parallelcopies/phisConnor Abbott2-2/+8
2021-06-16util/queue: add a global data pointer for the queue objectMike Blumenkrantz2-3/+3
2021-06-15freedreno: Be more strict about QUERY_AVAILABLE to simplify the code.Emma Anholt1-0/+1
2021-06-15freedreno/registers: define REG_DSI_CPHY_MODE_CTRLJonathan Marek1-0/+1
2021-06-15ci: Unify {BARE_METAL,LAVA}_TEST_SCRIPT environmentDaniel Stone1-5/+5
2021-06-15ci: Unify {BM,LAVA}_START_XORG environmentDaniel Stone1-4/+4
2021-06-15turnip: Copy command buffers to deferred submit requestHyunjun Ko1-45/+80
2021-06-14ci/deqp: Skip dEQP-VK.wsi.display.get_display_plane_capabilitiesEmma Anholt1-3/+0
2021-06-14ci/deqp: Skip flush_finish on all CI jobs.Emma Anholt2-6/+0
2021-06-14ci/deqp: Drop stress/perf skips lists.Emma Anholt2-8/+0
2021-06-14freedreno/drm-shim: keep GEM buffers page-alignedAlexander Monakov1-3/+6
2021-06-14freedreno/drm-shim: pretend to offer DRM 1.6.0Alexander Monakov1-1/+1
2021-06-14turnip: add missing VKAPI_ATTR/CALLHyunjun Ko18-280/+291
2021-06-13freedreno/a6xx: Fix r16_snorm blitsRob Clark1-13/+13
2021-06-11freedreno/registers: add A5XX_RBBM_STATUS3 bitRob Clark1-1/+3
2021-06-10ci/freedreno: Enable running all of piglit_gl for a530's manual test.Emma Anholt1-2/+2
2021-06-10ir3: Copy propagate immed/const to meta instructionsConnor Abbott2-13/+53
2021-06-10ir3: Insert output collects in the main shaderConnor Abbott1-0/+11
2021-06-10ir3: Add simple CSE passConnor Abbott4-0/+150
2021-06-10ir3/sched: Consider unused destinations when computing live effectConnor Abbott1-1/+1