aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* freedreno: a2xx: use nir_lower_alu_to_scalar instead of lowering passJonathan Marek2019-08-024-178/+12
* freedreno: a2xx: fix HW binning for batches with >256K verticesJonathan Marek2019-08-021-8/+8
* freedreno: a2xx: fix fneg/fabs/fsat opcodesJonathan Marek2019-08-021-0/+12
* freedreno: a2xx: fix order of NIR optsJonathan Marek2019-08-021-2/+2
* freedreno: a2xx: fix non-etc1 cubemapsJonathan Marek2019-08-025-15/+2
* freedreno: a2xx: fix fast clear not being used for Z24X8 buffersJonathan Marek2019-08-021-7/+11
* freedreno: align renderonly scanout buffersJonathan Marek2019-08-021-0/+3
* iris: bump compat profile support to 4.6Timothy Arceri2019-08-021-2/+1
* gallium: Implement GL_EXT_shader_samples_identical via a new capabilityKenneth Graunke2019-08-015-0/+5
* iris/screen: use initialization routine for gen_device_infoMark Janes2019-08-011-5/+3
* intel/common: provide common ioctl routineMark Janes2019-08-014-45/+34
* panfrost: Remove unused argumentAlyssa Rosenzweig2019-08-014-4/+1
* panfrost: Handle MESA_SHADER_COMPUTE in compile callbackAlyssa Rosenzweig2019-08-011-0/+5
* panfrost: Use gl_shader_stage directly for compilesAlyssa Rosenzweig2019-08-014-32/+9
* panfrost: Emit "draw" info for compute jobsAlyssa Rosenzweig2019-08-011-0/+2
* panfrost: Feed compute shaders into the compilerAlyssa Rosenzweig2019-08-011-3/+25
* panfrost: Expose compute shaders as panfrost_shader_variantsAlyssa Rosenzweig2019-08-012-2/+14
* panfrost: Remove shader state *baseAlyssa Rosenzweig2019-08-012-4/+0
* panfrost: Remove CSO dependency from shader_compileAlyssa Rosenzweig2019-08-013-10/+26
* panfrost: Generalize UBO upload for other shader stagesAlyssa Rosenzweig2019-08-011-4/+7
* panfrost: Guard vertex upload by ctx->vertex != NULLAlyssa Rosenzweig2019-08-011-1/+2
* panfrost: Generalize vertex shader uploadAlyssa Rosenzweig2019-08-011-11/+21
* panfrost: Share gl_enables between VERTEX/COMPUTEAlyssa Rosenzweig2019-08-011-0/+3