aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4580Michel Dänzer2020-07-1417-202/+24
* nouveau: expose HMMKarol Herbst2020-07-141-0/+3
* nvc0: support PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLYKarol Herbst2020-07-143-2/+101
* gallium: add PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLYKarol Herbst2020-07-146-5/+14
* nouveau: enable HMMKarol Herbst2020-07-143-4/+71
* ci: bump libdrm to 2.4.102Karol Herbst2020-07-144-13/+13
* zink: block resolve blits for depth/stencil buffersMike Blumenkrantz2020-07-141-0/+1
* zink: block vkCmdBlitImage usage for multi sampled blitsMike Blumenkrantz2020-07-141-0/+4
* zink: try copy_region hook for blits where we can't do a regular blit or resolveMike Blumenkrantz2020-07-141-0/+7
* mesa/main: use call_once instead of open-codingErik Faye-Lund2020-07-141-13/+3
* mesa/main: factor out one-time-init into a helperErik Faye-Lund2020-07-141-43/+52
* gv100/ir: set ftz bit on floating point operationsKarol Herbst2020-07-142-2/+8
* meson: fix android vulkan buildEric Engestrom2020-07-145-5/+5
* gitlab-ci: Drop dependencies:Michel Dänzer2020-07-142-8/+0
* gitlab-ci: Remove indirect dependencies from needs:Michel Dänzer2020-07-141-13/+0
* tu: Don't invalidate irrelevant state when changing pipelineConnor Abbott2020-07-141-9/+1
* freedreno/a6xx: Add some documentation for shared constsConnor Abbott2020-07-143-4/+24
* freedreno/a6xx: Rename and document HLSQ_UPDATE_CNTLConnor Abbott2020-07-149-22/+130
* clover: implements clEnqueueFillBufferSerge Martin2020-07-147-16/+60
* clover: add more cl_mem_object_type to pipe_texture_target mappingSerge Martin2020-07-141-0/+7
* radv: add the custom border color BO to the list of buffersSamuel Pitoiset2020-07-141-0/+4
* freedreno/registers: Rename SP_2D_SRC_FORMATKristian H. Kristensen2020-07-144-16/+13
* freedreno/a6xx: Split clear and blit texture into different functionsKristian H. Kristensen2020-07-141-84/+98
* freedreno/a6xx: Don't take pipe_blit_info in emit_blit_dstKristian H. Kristensen2020-07-141-11/+11
* freedreno/a6xx: Program RB_UNKNOWN_8C01 in setup helperKristian H. Kristensen2020-07-141-6/+3
* freedreno/a6xx: Move CP_SET_MARKER to setup helperKristian H. Kristensen2020-07-141-6/+3
* freedreno/a6xx: Move REG_A6XX_SP_2D_SRC_FORMAT programming to helperKristian H. Kristensen2020-07-141-30/+27
* freedreno/a6xx: Program A6XX_SP_2D_SRC_FORMAT_COLOR_FORMAT based on dst formatKristian H. Kristensen2020-07-141-9/+7
* freedreno/a6xx: Make blit_control helper a little more helpfulKristian H. Kristensen2020-07-141-19/+16
* freedreno/a6xx: Enable FMT6_10_10_10_2_UNORM blittingKristian H. Kristensen2020-07-141-3/+0
* freedreno/a6xx: Separate stencil sysmem clear fixKristian H. Kristensen2020-07-141-0/+1
* freedreno/a6xx: Don't emit src state when clearingKristian H. Kristensen2020-07-141-11/+15
* freedreno/a6xx: Consolidate computing blit_cntlKristian H. Kristensen2020-07-141-5/+5
* freedreno/a6xx: Program SP_2D_SRC_FORMAT outside blit loopKristian H. Kristensen2020-07-141-23/+23
* freedreno/a6xx: Set src and dst rects outside blit loopKristian H. Kristensen2020-07-141-12/+12
* freedreno/a6xx: Don't set unknown bit when tiling differsKristian H. Kristensen2020-07-141-7/+0
* freedreno/a6xx: Split out src and dst setup helpers for blitKristian H. Kristensen2020-07-141-86/+92
* freedreno/a6xx: Move fd6_ifmt into fd6_blitter.cKristian H. Kristensen2020-07-142-68/+68
* freedreno/a6xx: Don't blit with R2D_RAWKristian H. Kristensen2020-07-144-31/+9
* turnip: drop GS clear pathJonathan Marek2020-07-143-98/+14
* turnip: clean up primitive output stateJonathan Marek2020-07-143-94/+85
* freedreno/regs: update primitive output related registersJonathan Marek2020-07-147-189/+144
* freedreno/ir3: Fix uninit var warning.Eric Anholt2020-07-141-1/+1
* freedreno/ir3_cmdline: Fix an uninit var warning.Eric Anholt2020-07-141-8/+6
* turnip: implement VK_EXT_private_dataHyunjun Ko2020-07-142-0/+60
* turnip: Use the common base object type and struct.Hyunjun Ko2020-07-1413-128/+175
* tu: Fix wrong copies of sampler descriptor.Hyunjun Ko2020-07-141-2/+2
* vulkan: Adds helpers for vk_object (de)alloation and (de)initialization.Hyunjun Ko2020-07-142-0/+59
* gitlab-ci: reduce a630 runner loadRob Clark2020-07-131-7/+11
* meson/intel: add missing dep on git_sha1.hEric Engestrom2020-07-131-1/+1