aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ci: bump libdrm to 2.4.102Karol Herbst2020-07-144-13/+13
* ci: need to install wget in order to download libdrmKarol Herbst2020-07-141-1/+2
* nir: Support load/store of temps as scratch in nir_lower_explicit_ioJesse Natalie2020-07-141-3/+14
* nir: When nir_lower_vars_to_explicit_types is run on temps, update scratch_sizeJesse Natalie2020-07-141-2/+21
* nir_lower_io: Add addr_format_is_offset helperJesse Natalie2020-07-141-2/+8
* freedreno/regs: update a6xx PC regsJonathan Marek2020-07-146-55/+61
* freedreno/regs: update a6xx VPC regsJonathan Marek2020-07-146-53/+57
* freedreno/regs: update a6xx RB regsJonathan Marek2020-07-144-105/+161
* freedreno/regs: update a6xx GRAS registersJonathan Marek2020-07-148-160/+188
* gitlab-ci: re-enable arm64_a630_vkJonathan Marek2020-07-141-2/+2
* turnip: remove use of tu_cs_entry for draw statesJonathan Marek2020-07-144-152/+134
* turnip: fix inconsistencies with tu6_load_state_sizeJonathan Marek2020-07-141-6/+14
* turnip: emit compute pipeline directly in CmdBindPipelineJonathan Marek2020-07-142-11/+6
* turnip: use DIRTY SDS bit to avoid making copies of pipeline load state ibJonathan Marek2020-07-142-41/+21
* zink: try to handle multisampled null buffersMike Blumenkrantz2020-07-144-7/+13
* zink: handle empty attachmentsMike Blumenkrantz2020-07-144-11/+60
* pan/mdg: Fix non-debug compiliationIcecream952020-07-141-1/+1
* 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