summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-02pan/midgard: Break mir_spill_register into its functionAlyssa Rosenzweig1-117/+129
2019-08-02pan/midgard: Switch sources to an array for trinary sourcesAlyssa Rosenzweig12-145/+133
2019-08-02pan/midgard: Remove "r27-only" register classAlyssa Rosenzweig5-97/+66
2019-08-02pan/midgard: Handle get/set_swizzle for load/store argumentsAlyssa Rosenzweig2-3/+83
2019-08-02pan/midgard: Fix block successorsAlyssa Rosenzweig2-29/+43
2019-08-02pan/midgard: Add helper to pack load/store registersAlyssa Rosenzweig1-0/+18
2019-08-02pan/midgard: Decode register/component in load/store argumentAlyssa Rosenzweig2-2/+24
2019-08-02pan/midgard: Fix REGISTER_OFFSETAlyssa Rosenzweig2-3/+2
2019-08-02pan/midgard: Split ld/st unknown to arg_1/arg_2 fieldsAlyssa Rosenzweig7-17/+46
2019-08-02radv: Expose VK_KHR_imageless_framebuffer.Bas Nieuwenhuizen3-0/+8
2019-08-02radv: Implement VK_KHR_imageless_framebuffer.Bas Nieuwenhuizen2-10/+38
2019-08-02radv: Store image view also outside framebuffer.Bas Nieuwenhuizen6-33/+31
2019-08-02radv: Store color/depth surface info in attachment info instead of framebuffer.Bas Nieuwenhuizen7-104/+102
2019-08-02panfrost: Allocate polygon lists on-demandAlyssa Rosenzweig6-10/+36
2019-08-02panfrost: Handle the bo == NULL case in panfrost_bo_[un]reference()Boris Brezillon1-1/+5
2019-08-02panfrost: Get rid of the skippable param in attach_vt_framebuffer()Boris Brezillon1-3/+3
2019-08-02panfrost: Don't emit a new FB desc when setting a new FB stateBoris Brezillon1-1/+5
2019-08-02panfrost: Bail out early when doing a wallpaper blitBoris Brezillon1-2/+14
2019-08-02panfrost: Bail out early when new and current FB states are equalBoris Brezillon1-0/+4
2019-08-02panfrost: Delay FB descriptor allocationBoris Brezillon2-18/+6
2019-08-02panfrost: Remove job from ctx->jobs at submission timeBoris Brezillon1-0/+8
2019-08-02panfrost: Make ctx->job usefulBoris Brezillon2-1/+23
2019-08-02ac/nir,radv: Optimize bounds check for 64 bit CAS.Bas Nieuwenhuizen8-17/+37
2019-08-02gallivm: fix issue with AtomicCmpXchg wrapper on llvm 3.5-3.8Roland Scheidegger1-1/+3
2019-08-02util: Handle differences in pthread_setname_npMatt Turner1-0/+11
2019-08-02util/os_time: use detect_os.h to uncouple from galliumEric Engestrom1-11/+9
2019-08-02util/u_debug: use detect_os.hEric Engestrom2-3/+4
2019-08-02util/os_misc: use detect_os.h to start uncoupling from galliumEric Engestrom2-14/+15
2019-08-02util/os_memory: use detect_os.h to uncouple it from galliumEric Engestrom4-14/+3
2019-08-02gallium: deduplicate os detection logic by using detect_os.hEric Engestrom1-28/+19
2019-08-02gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USEREric Engestrom10-37/+18
2019-08-02scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICEEric Engestrom7-8/+8
2019-08-02gallium: remove never-used PIPE_SUBSYSTEM_DRIEric Engestrom1-4/+0
2019-08-02util: fix typo in commentEric Engestrom1-1/+1
2019-08-02util: introduce detect_os.hEric Engestrom1-0/+131
2019-08-02freedreno/batch: fix dependency loop detectionRob Clark1-11/+10
2019-08-02freedreno/a6xx: add missing flush/invalidates for blitRob Clark2-15/+9
2019-08-02freedreno/a6xx: skip tiles with no geometryRob Clark3-3/+66
2019-08-02freedreno/a6xx: VSC overflow detection/handlingRob Clark3-34/+266
2019-08-02freedreno/a6xx: remove USE/IGNORE_VISIBILITY draw patchingRob Clark2-23/+9
2019-08-02freedreno/a6xx: cleanup "blit_mem"Rob Clark4-14/+25
2019-08-02freedreno: refresh tile debugRob Clark1-15/+22
2019-08-02freedreno: update registersRob Clark2-4/+42
2019-08-02freedreno/gmem: small cleanupRob Clark1-2/+2
2019-08-02freedreno/drm: convert ring_pool to child_poolRob Clark3-6/+29
2019-08-02freedreno/drm: remove idx_lockRob Clark3-29/+24
2019-08-02freedreno/batch: always update last_fenceRob Clark1-0/+2
2019-08-02freedreno: drop unused fd_fence_ref paramRob Clark8-17/+22
2019-08-02pan/midgard: Print invert modifierAlyssa Rosenzweig1-0/+3
2019-08-02pan/midgard: Flip conditionalsAlyssa Rosenzweig1-4/+45