summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-13VERSION: bump for 21.3.0-rc1mesa-21.3.0-rc1Eric Engestrom1-1/+1
2021-10-13iris: Require a 4K alignment for extra clear color BOs.21.3-branchpointKenneth Graunke1-2/+7
2021-10-13intel/compiler: Remove unused `ret` declarationCaio Marcelo de Oliveira Filho2-4/+0
2021-10-13intel/compiler: Convert test_eu_compact to use gtestCaio Marcelo de Oliveira Filho2-96/+94
2021-10-13radv: move alpha_adjust into conditional during vertex input updatingMike Blumenkrantz1-2/+4
2021-10-13radv: add a mask of bound descriptor buffers for dynamic vertex inputMike Blumenkrantz2-6/+10
2021-10-13radv: pre-calc "simple" dynamic vertex input valuesMike Blumenkrantz4-23/+35
2021-10-13radv: dynamically calculate misaligned_mask for dynamic vertex inputMike Blumenkrantz3-19/+52
2021-10-13radv: don't use invalid stride for triggering vertex state changeMike Blumenkrantz1-1/+1
2021-10-13egl/dri: Enable FP16 for EGL_EXT_platform_deviceAdam Jackson1-1/+14
2021-10-13dri: Remove the allow_fp16_configs option, always allow themAdam Jackson4-11/+2
2021-10-13wsi/x11: Fetch and discard the SYNC extension infoAdam Jackson1-1/+3
2021-10-13clover: TargetRegistry.h was moved to another folderLone_Wolf2-1/+6
2021-10-13Revert "ci: Add osmesa to Windows GitLab CI"Emma Anholt1-1/+1
2021-10-13isl: only bump the min row pitch for display when not specifiedLionel Landwerlin1-3/+13
2021-10-13anv: fill correct surface state for lowered storage imageLionel Landwerlin1-1/+1
2021-10-13radv: Try to do a better job of dealing with L2 coherent images.Bas Nieuwenhuizen3-3/+62
2021-10-13radv: Add hooks after in-renderpass meta operations.Bas Nieuwenhuizen5-5/+14
2021-10-13radv: Document cache coherency rules.Bas Nieuwenhuizen1-0/+29
2021-10-13turnip: enable strictLinesHyunjun Ko1-1/+1
2021-10-13turnip: enable VK_EXT_line_rasterizationHyunjun Ko7-12/+86
2021-10-13freedreno/a5xx,a6xx: rename MSAA_ENABLE to LINE_MODE in GRAS_SU_CNTLHyunjun Ko10-14/+25
2021-10-13anv: use vk_object_zalloc for wsi fences createdTapani Pälli1-4/+4
2021-10-13radeonsi: Fix leak of screen->perfcounters.Emma Anholt1-0/+1
2021-10-13radeonsi: do not use staging texture for APUYipeng Chen (Jasber)1-2/+2
2021-10-13radeonsi: simplify write_psize code in si_get_vs_out_cntlMarek Olšák1-5/+2
2021-10-13radeonsi: simplify how VS_OUT_CCDIST is setMarek Olšák3-10/+8
2021-10-13radeonsi: remove the use of PKT3_CONTEXT_REG_RMWArvind Yadav7-60/+15
2021-10-13drirc: Apply radv_invariant_geom workaround to World War Z games.Timur Kristóf1-1/+2
2021-10-13drirc: Apply radv_invariant_geom workaround to Resident Evil Village.Timur Kristóf1-0/+4
2021-10-13drirc: Fix indentation.Timur Kristóf1-6/+6
2021-10-13ac/surface: enable better display DCC for chips newer than Yellow CarpMarek Olšák1-2/+7
2021-10-13ac/surface: disallow display DCC for big resolutionsMarek Olšák1-0/+4
2021-10-13ac/surface: always use suboptimal display DCC with DRM <= 3.43.0Marek Olšák1-0/+4
2021-10-13anv/android: fix parameters given for vk_common_QueueSubmitTapani Pälli1-0/+3
2021-10-13Remove the shebang from eglFunctionList.py.Kyle Brenneman1-2/+0
2021-10-13Add copyright comments to the GLVND-related files.Kyle Brenneman5-0/+135
2021-10-13radv: enable VK_EXT_vertex_input_dynamic_stateRhys Perry3-1/+3
2021-10-13radv: implement VK_EXT_vertex_input_dynamic_stateRhys Perry3-86/+172
2021-10-13aco: implement VS input loads with prologsRhys Perry4-2/+62
2021-10-13aco: implement aco_compile_vs_prologRhys Perry3-1/+362
2021-10-13radv: add pre-compiled vertex shader prologs for common statesRhys Perry3-1/+114
2021-10-13radv: implement dynamic vertex input state using vertex shader prologsRhys Perry14-38/+646
2021-10-13radv: move VS specific input SGPRs firstRhys Perry1-13/+13
2021-10-13radv: add segregated fit shader memory allocatorRhys Perry5-85/+284
2021-10-13radv: add radv_shader_variant_get_va and radv_find_shader_variant helpersRhys Perry7-51/+56
2021-10-13radv: add radv_translate_vertex_format()Rhys Perry3-46/+61
2021-10-13radv: add and use radv_vs_input_alpha_adjustRhys Perry5-18/+27
2021-10-13aco: fix vadd32() when b is neither a constant nor temporaryRhys Perry1-1/+1
2021-10-13nir/linker: rename replace_constant_input to replace_varying_input_by_constan...Qiang Yu1-2/+3