summaryrefslogtreecommitdiff
path: root/src/freedreno
AgeCommit message (Expand)AuthorFilesLines
2020-09-24freedreno: Check file descriptor before write.Vinson Lee1-2/+4
2020-09-11freedreno: Fix file descriptor leak.Vinson Lee1-1/+4
2020-09-11turnip: Fix truncation of iovas to 32 bits in queries.Eric Anholt1-4/+4
2020-09-11turnip: Fix truncation of CS shader iovas to 32 bits.Eric Anholt1-1/+1
2020-09-11freedreno: Make the pack struct have a .qword for wide addresses.Eric Anholt1-3/+10
2020-09-11android: freedreno/common: add libmesa_git_sha1 static dependencyMauro Rossi1-0/+2
2020-09-01turnip: Make sure we include the build id.Eric Anholt1-1/+1
2020-08-21freedreno/ir3: Fix assertion failures dumping CS high full regs.Eric Anholt4-68/+1057
2020-08-21android: freedreno: Another build fixRoman Stratiienko1-9/+11
2020-08-11freedreno/crashdec: handle section name typosRob Clark2-7/+28
2020-08-11freedreno/registers: add some missing regs to buildRob Clark1-0/+4
2020-08-07meson/freedreno: Fix lua requirementDylan Baker1-1/+1
2020-08-05freedreno/ir3: Clean up instrlen setup.Eric Anholt4-18/+16
2020-08-05freedreno/ir3: Simpify the immediates from an array of vec4 to array of dwords.Eric Anholt6-37/+25
2020-08-05freedreno/ir3: Merge the redundant immediate_idx/immediates_count fieldsEric Anholt6-14/+11
2020-08-05freedreno/ir3: lower local_index using local_idRob Clark1-0/+2
2020-08-05turnip: Make tu_android.c compile againKristian H. Kristensen1-1/+1
2020-08-05freedreno/computerator: Set SP_MODE_CONTROL to the same value as vulkan/GLEric Anholt1-0/+3
2020-08-05freedreno/a6xx: Document the bit for the magic 32bit-uniforms-as-16b mode.Eric Anholt5-17/+28
2020-08-05freedreno/ir3: Fix the type of half-float indirect uniform loads.Eric Anholt2-5/+6
2020-08-05turnip: Only include msm_drm in tu_drm.cKristian H. Kristensen3-6/+14
2020-08-05turnip: Move remaining drm code to tu_drm.cKristian H. Kristensen2-383/+378
2020-08-05turnip: Collapse some tu_drm wrappersKristian H. Kristensen1-89/+30
2020-08-05turnip: Move tu_bo functions to tu_drm.cKristian H. Kristensen3-116/+101
2020-08-05turnip: Move device enumeration and feature discovery to tu_drm.cKristian H. Kristensen3-146/+159
2020-08-04tu: Implement VK_EXT_conditional_renderingConnor Abbott5-6/+190
2020-08-04tu: Reset has_tess after renderpassConnor Abbott2-6/+6
2020-08-04freedreno: Document draw predication packetsConnor Abbott1-4/+60
2020-08-04tu: Fix DST_INCOHERENT_FLUSH copy/paste errorConnor Abbott1-2/+2
2020-08-04turnip: implement VK_EXT_4444_formatsJonathan Marek3-0/+9
2020-08-04turnip: rework extended formats to allow more extended formatsJonathan Marek1-20/+20
2020-08-04turnip: add support for D32_SFLOAT_S8_UINTJonathan Marek7-97/+344
2020-08-03freedreno: Fix "Offset of packed bitfield changed" warnings:Eric Anholt1-11/+11
2020-08-03turnip: delete tu_clear_sysmem_attachments_2dJonathan Marek1-92/+1
2020-08-03turnip: fix sysmem CmdClearAttachments 3D fallback breaking GMEM path flushJonathan Marek1-3/+5
2020-08-03turnip: workaround for a630 d24_unorm_s8_uint failsJonathan Marek7-42/+117
2020-08-03freedreno/decode: move dependencies up a levelRob Clark2-10/+9
2020-08-03freedreno/registers: install gzip'd register databaseRob Clark4-4/+32
2020-08-03freedreno/registers: split header build into subdirsRob Clark10-53/+87
2020-08-03freedreno/registers: add .gitignoreRob Clark1-0/+1
2020-08-03freedreno/rnn: rework RNN_DEF_PATH constructionRob Clark4-6/+5
2020-08-03freedreno/rnn: also look for .xml.gzRob Clark1-13/+18
2020-08-02android: freedreno: move a2xx disasm out of galliumMauro Rossi3-0/+51
2020-08-02android: freedreno/common: add support for libfreedreno_common staticMauro Rossi3-0/+48
2020-08-02android: freedreno/ir3: fix include pathsMauro Rossi1-0/+1
2020-08-02android: freedreno/registers: fix generated headers rulesMauro Rossi1-11/+11
2020-08-01freedreno/afuc: Fix PM4 enum parsingConnor Abbott1-16/+7
2020-08-01freedreno/afuc: Add missing rnn_prepdb()Connor Abbott2-0/+2
2020-08-01freedreno/cffdec: Stop open-coding enum parsingConnor Abbott1-13/+1
2020-08-01freedreno/rnn: Make rnn_decode_enum() respect variantsConnor Abbott2-6/+3