summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: asm: new featuresJonathan Marek2019-08-063-11/+53
* etnaviv: update headers from rnndbJonathan Marek2019-08-061-12/+4
* lima: add summary report for shader-dbErico Nunes2019-08-0610-6/+80
* lima: add support for debug callbackErico Nunes2019-08-062-0/+15
* panfrost/ci: Remove two tests from list of failuresTomeu Vizoso2019-08-061-2/+0
* st/dri: Move dri2_format_mapping table and it's accessors from dri2.c to dri_...Jon Turney2019-08-063-213/+223
* tgsi_to_nir: fix nir_gather_ssa_types for TGSI->NIR shadersJonathan Marek2019-08-051-5/+13
* lima/ppir: enable lower_vector_cmp to lower fall_equalErico Nunes2019-08-051-0/+1
* lima: re-run nir_opt_algebraic after int loweringErico Nunes2019-08-051-0/+15
* panfrost: Add app blacklistAlyssa Rosenzweig2019-08-051-2/+16
* iris: Fix bad external BO hash table and zombie list interactionsKenneth Graunke2019-08-051-12/+21
* iris/bufmgr: Move iris_bo_reference into hash_find_bo, rename itKenneth Graunke2019-08-051-14/+16
* gallium: add stm DRM entry pointAhmad Fatoum2019-08-053-0/+3
* lima/ppir: simplify load uni/temp op lowering and schedulingErico Nunes2019-08-042-34/+33
* lima/ppir: simplify select op lowering and schedulingErico Nunes2019-08-045-11/+15
* lima/ppir: support pipeline registers in schedulerErico Nunes2019-08-042-46/+65
* lima/ppir: move alu vec to scalar lowering into NIRVasily Khoruzhick2019-08-042-107/+14
* iris: Fix handling of SIMD32 fragment shadersJason Ekstrand2019-08-031-44/+50
* etnaviv: s/boolean/boolChristian Gmeiner2019-08-032-2/+2
* lima/ppir: Add gl_FrontFace handlingAndreas Baierl2019-08-036-13/+35
* meson: remove unused fieldEric Engestrom2019-08-031-9/+9
* meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom2019-08-032-5/+5
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-0314-14/+12
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-0320-35/+40
* 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-021-0/+1
* gallivm: fix issue with AtomicCmpXchg wrapper on llvm 3.5-3.8Roland Scheidegger2019-08-021-1/+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-027-29/+12
* scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICEEric Engestrom2019-08-023-3/+3
* gallium: remove never-used PIPE_SUBSYSTEM_DRIEric Engestrom2019-08-021-4/+0
* 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/gmem: small cleanupRob Clark2019-08-021-2/+2
* freedreno/batch: always update last_fenceRob Clark2019-08-021-0/+2
* freedreno: drop unused fd_fence_ref paramRob Clark2019-08-028-17/+22
* freedreno: a2xx: implement texture tilingJonathan Marek2019-08-026-4/+23