aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-0351-125/+124
* pan/midgard: Print texture outmodAlyssa Rosenzweig2019-08-022-4/+8
* pan/midgard: Promote all 16 uniformsAlyssa Rosenzweig2019-08-023-9/+4
* pan/midgard: Break mir_spill_register into its functionAlyssa Rosenzweig2019-08-021-117/+129
* pan/midgard: Switch sources to an array for trinary sourcesAlyssa Rosenzweig2019-08-0212-145/+133
* pan/midgard: Remove "r27-only" register classAlyssa Rosenzweig2019-08-025-97/+66
* pan/midgard: Handle get/set_swizzle for load/store argumentsAlyssa Rosenzweig2019-08-022-3/+83
* pan/midgard: Fix block successorsAlyssa Rosenzweig2019-08-022-29/+43
* pan/midgard: Add helper to pack load/store registersAlyssa Rosenzweig2019-08-021-0/+18
* pan/midgard: Decode register/component in load/store argumentAlyssa Rosenzweig2019-08-022-2/+24
* pan/midgard: Fix REGISTER_OFFSETAlyssa Rosenzweig2019-08-022-3/+2
* pan/midgard: Split ld/st unknown to arg_1/arg_2 fieldsAlyssa Rosenzweig2019-08-027-17/+46
* radv: Expose VK_KHR_imageless_framebuffer.Bas Nieuwenhuizen2019-08-023-0/+8
* radv: Implement VK_KHR_imageless_framebuffer.Bas Nieuwenhuizen2019-08-022-10/+38
* radv: Store image view also outside framebuffer.Bas Nieuwenhuizen2019-08-026-33/+31
* radv: Store color/depth surface info in attachment info instead of framebuffer.Bas Nieuwenhuizen2019-08-027-104/+102
* panfrost: Allocate polygon lists on-demandAlyssa Rosenzweig2019-08-026-10/+36
* panfrost: Handle the bo == NULL case in panfrost_bo_[un]reference()Boris Brezillon2019-08-021-1/+5
* panfrost: Get rid of the skippable param in attach_vt_framebuffer()Boris Brezillon2019-08-021-3/+3
* panfrost: Don't emit a new FB desc when setting a new FB stateBoris Brezillon2019-08-021-1/+5
* panfrost: Bail out early when doing a wallpaper blitBoris Brezillon2019-08-021-2/+14
* panfrost: Bail out early when new and current FB states are equalBoris Brezillon2019-08-021-0/+4
* panfrost: Delay FB descriptor allocationBoris Brezillon2019-08-022-18/+6
* panfrost: Remove job from ctx->jobs at submission timeBoris Brezillon2019-08-021-0/+8
* panfrost: Make ctx->job usefulBoris Brezillon2019-08-022-1/+23
* ac/nir,radv: Optimize bounds check for 64 bit CAS.Bas Nieuwenhuizen2019-08-028-17/+37
* gallivm: fix issue with AtomicCmpXchg wrapper on llvm 3.5-3.8Roland Scheidegger2019-08-021-1/+3
* util: Handle differences in pthread_setname_npMatt Turner2019-08-021-0/+11
* util/os_time: use detect_os.h to uncouple from galliumEric Engestrom2019-08-021-11/+9
* util/u_debug: use detect_os.hEric Engestrom2019-08-022-3/+4
* util/os_misc: use detect_os.h to start uncoupling from galliumEric Engestrom2019-08-022-14/+15
* util/os_memory: use detect_os.h to uncouple it from galliumEric Engestrom2019-08-024-14/+3
* gallium: deduplicate os detection logic by using detect_os.hEric Engestrom2019-08-021-28/+19
* gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USEREric Engestrom2019-08-0210-37/+18
* scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICEEric Engestrom2019-08-027-8/+8
* gallium: remove never-used PIPE_SUBSYSTEM_DRIEric Engestrom2019-08-021-4/+0
* util: fix typo in commentEric Engestrom2019-08-021-1/+1
* util: introduce detect_os.hEric Engestrom2019-08-021-0/+131
* freedreno/batch: fix dependency loop detectionRob Clark2019-08-021-11/+10
* freedreno/a6xx: add missing flush/invalidates for blitRob Clark2019-08-022-15/+9
* freedreno/a6xx: skip tiles with no geometryRob Clark2019-08-023-3/+66
* freedreno/a6xx: VSC overflow detection/handlingRob Clark2019-08-023-34/+266
* freedreno/a6xx: remove USE/IGNORE_VISIBILITY draw patchingRob Clark2019-08-022-23/+9
* freedreno/a6xx: cleanup "blit_mem"Rob Clark2019-08-024-14/+25
* freedreno: refresh tile debugRob Clark2019-08-021-15/+22
* freedreno: update registersRob Clark2019-08-022-4/+42
* freedreno/gmem: small cleanupRob Clark2019-08-021-2/+2
* freedreno/drm: convert ring_pool to child_poolRob Clark2019-08-023-6/+29
* freedreno/drm: remove idx_lockRob Clark2019-08-023-29/+24
* freedreno/batch: always update last_fenceRob Clark2019-08-021-0/+2