aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* turnip: move tu_gem.c to tu_drm.cBas Nieuwenhuizen2019-03-112-1/+1
* turnip: Stop hardcoding the msm version check.Bas Nieuwenhuizen2019-03-111-1/+2
* turnip: Add image layout calculations.Bas Nieuwenhuizen2019-03-113-0/+135
* turnip: Fix memory mapping.Bas Nieuwenhuizen2019-03-111-1/+2
* turnip: Fix bo allocation after we stopped using libdrm_freedreno ...Bas Nieuwenhuizen2019-03-112-17/+9
* turnip: Add 630 to the list.Bas Nieuwenhuizen2019-03-111-0/+1
* turnip: Don't return from tu_stub funcsChad Versace2019-03-111-7/+0
* turnip: Fix 'unused' warningsChad Versace2019-03-114-9/+26
* turnip: Add TODO fileChad Versace2019-03-111-0/+3
* turnip: Replace fd_bo with tu_boChad Versace2019-03-114-10/+211
* turnip: Use vk_errorf() for initialization error messagesChad Versace2019-03-111-21/+8
* turnip: Add TODO for Android loggingChad Versace2019-03-111-0/+2
* turnip: Require DRM device version >= 1.3Chad Versace2019-03-111-0/+17
* turnip: Fix indentationChad Versace2019-03-111-2/+2
* turnip: Fix a real -Wmaybe-uninitializedChad Versace2019-03-111-1/+1
* turnip: Use vk_outarray in all relevant public functionsChad Versace2019-03-111-75/+35
* turnip: Fix result of vkEnumerate*ExtensionPropertiesChad Versace2019-03-111-0/+9
* turnip: Fix result of vkEnumerate*LayerPropertiesChad Versace2019-03-111-14/+4
* turnip: Fix indentation in function signaturesChad Versace2019-03-1119-652/+652
* turnip: Disable more features.Bas Nieuwenhuizen2019-03-111-19/+19
* turnip: Initialize memory type in requirements.Bas Nieuwenhuizen2019-03-111-2/+2
* turnip: Cargo cult the Intel heap size functionality.Bas Nieuwenhuizen2019-03-111-5/+18
* turnip: Report a memory type and heap.Bas Nieuwenhuizen2019-03-111-1/+17
* turnip: Add buffer allocation & mapping support.Bas Nieuwenhuizen2019-03-112-6/+25
* turnip: Fix newly introduced warning.Bas Nieuwenhuizen2019-03-111-0/+2
* turnip: Remove abort.Bas Nieuwenhuizen2019-03-111-1/+0
* turnip: Gather some device info.Bas Nieuwenhuizen2019-03-113-2/+60
* turnip: Fix up detection of device.Bas Nieuwenhuizen2019-03-111-4/+3
* turnip: Drop Makefile.am and Android.mkChad Versace2019-03-113-459/+0
* turnip: Add driver skeleton (v2)Bas Nieuwenhuizen2019-03-1131-0/+9890
* freedreno/ir3: turn on [iu]mul_highRob Clark2019-03-081-0/+4
* freedreno/ir3: track register pressure in schedRob Clark2019-03-032-9/+90
* freedreno/ir3: add Sethi–Ullman numbering passRob Clark2019-03-038-5/+143
* freedreno/ir3: include nopN in expanded instruction countRob Clark2019-03-031-1/+1
* freedreno: Fix a couple of warningsKristian H. Kristensen2019-02-281-1/+1
* freedreno/ir3: gsampler2DMSArray fixesRob Clark2019-02-262-30/+36
* freedreno/ir3/a6xx: fix atomic shader outputsRob Clark2019-02-261-0/+8
* freedreno/a6xx: vertex_id is not _zero_basedRob Clark2019-02-261-0/+23
* freedreno/ir3/a6xx: fix non-ssa atomic dstRob Clark2019-02-261-0/+5
* freedreno/ir3: use nopN encoding when possibleRob Clark2019-02-263-6/+35
* freedreno/a6xx: fix border-color offsetRob Clark2019-02-221-2/+2
* freedreno/ir3: don't hardcode wrmaskRob Clark2019-02-221-5/+6
* freedreno/a6xx: enable tiled imagesRob Clark2019-02-211-0/+6
* freedreno/a6xx: samplerBuffer fixesRob Clark2019-02-201-2/+11
* freedreno/ir3/a6xx: use ldib for ssbo readsRob Clark2019-02-201-24/+10
* freedreno/ir3: sync instr/disasm and add ldib encodingRob Clark2019-02-204-14/+42
* freedreno/ir3/a6xx: fix load_ssbo barrier type.Rob Clark2019-02-201-2/+2
* freedreno/ir3: rename put_dst()Rob Clark2019-02-203-9/+9
* freedreno: fix crash w/ masked non-SSA dstRob Clark2019-02-201-0/+2
* freedreno/ir3: fix crash in compile fail caseRob Clark2019-02-201-1/+1