summaryrefslogtreecommitdiff
path: root/src/freedreno
AgeCommit message (Expand)AuthorFilesLines
2019-01-10freedreno: make cmdstream bo's read-only to GPURob Clark2-5/+11
2019-01-08freedreno: Move register constant files to src/freedreno.Bas Nieuwenhuizen10-2/+22471
2019-01-08freedreno/drm: sync uapi againChia-I Wu1-0/+1
2019-01-08nir: rename global/local to private/function memoryKarol Herbst1-1/+1
2018-12-22freedreno/ir3: don't treat all inputs/outputs as vec4Rob Clark2-14/+38
2018-12-21freedreno/ir3: fix fallout of extra assertRob Clark1-1/+1
2018-12-19freedreno/ir3: Handle GL_NONE in get_num_components_for_glformat()Eduardo Lima Mitev1-3/+8
2018-12-18freedreno/ir3: Make imageStore use num components from image formatEduardo Lima Mitev1-2/+70
2018-12-17nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick1-1/+1
2018-12-17nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick1-1/+1
2018-12-16nir: Add a bool to int32 lowering passJason Ekstrand1-0/+1
2018-12-16nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand1-11/+11
2018-12-13freedreno/ir3: don't remove unused input componentsRob Clark1-1/+7
2018-12-13freedreno/ir3: fix crashRob Clark1-14/+8
2018-12-13freedreno: debug GEM obj namesRob Clark5-4/+72
2018-12-13freedreno/drm: sync uapi and enable softpinRob Clark6-25/+30
2018-12-11freedreno: Add .dir-locals to the common directoryNeil Roberts1-0/+8
2018-12-10freedreno: Fix the Makefile.am fixKristian H. Kristensen1-3/+0
2018-12-10freedreno: add the missing _la in libfreedreno_ir3_laEmil Velikov1-1/+1
2018-12-10freedreno: drop duplicate MKDIR_GEN declarationEmil Velikov1-1/+0
2018-12-07freedreno/drm: fix memory leakRob Clark1-0/+3
2018-12-07freedreno/ir3: track max flow control depth for a5xx/a6xxRob Clark3-0/+33
2018-12-07freedreno/ir3: code-motionRob Clark6-838/+942
2018-12-07freedreno/ir3: sync instr/disasmRob Clark3-24/+131
2018-12-07freedreno/ir3: don't fetch unused tex componentsRob Clark2-0/+29
2018-12-07freedreno/drm: fix relocs in nested stateobjsRob Clark1-3/+15
2018-12-05nir: Make boolean conversions sized just like the othersJason Ekstrand1-4/+7
2018-11-27freedreno: use MSM_BO_SCANOUT with scanout buffersJonathan Marek2-0/+4
2018-11-27freedreno: move ir3 to common locationRob Clark24-1/+13731
2018-11-27freedreno: move drm to common locationRob Clark19-0/+3826