summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* iris: Require a 4K alignment for extra clear color BOs.21.3-branchpointKenneth Graunke2021-10-131-2/+7
* intel/compiler: Remove unused `ret` declarationCaio Marcelo de Oliveira Filho2021-10-132-4/+0
* intel/compiler: Convert test_eu_compact to use gtestCaio Marcelo de Oliveira Filho2021-10-132-96/+94
* radv: move alpha_adjust into conditional during vertex input updatingMike Blumenkrantz2021-10-131-2/+4
* radv: add a mask of bound descriptor buffers for dynamic vertex inputMike Blumenkrantz2021-10-132-6/+10
* radv: pre-calc "simple" dynamic vertex input valuesMike Blumenkrantz2021-10-134-23/+35
* radv: dynamically calculate misaligned_mask for dynamic vertex inputMike Blumenkrantz2021-10-133-19/+52
* radv: don't use invalid stride for triggering vertex state changeMike Blumenkrantz2021-10-131-1/+1
* egl/dri: Enable FP16 for EGL_EXT_platform_deviceAdam Jackson2021-10-131-1/+14
* dri: Remove the allow_fp16_configs option, always allow themAdam Jackson2021-10-134-11/+2
* wsi/x11: Fetch and discard the SYNC extension infoAdam Jackson2021-10-131-1/+3
* clover: TargetRegistry.h was moved to another folderLone_Wolf2021-10-132-1/+6
* isl: only bump the min row pitch for display when not specifiedLionel Landwerlin2021-10-131-3/+13
* anv: fill correct surface state for lowered storage imageLionel Landwerlin2021-10-131-1/+1
* radv: Try to do a better job of dealing with L2 coherent images.Bas Nieuwenhuizen2021-10-133-3/+62
* radv: Add hooks after in-renderpass meta operations.Bas Nieuwenhuizen2021-10-135-5/+14
* radv: Document cache coherency rules.Bas Nieuwenhuizen2021-10-131-0/+29
* turnip: enable strictLinesHyunjun Ko2021-10-131-1/+1
* turnip: enable VK_EXT_line_rasterizationHyunjun Ko2021-10-136-11/+85
* freedreno/a5xx,a6xx: rename MSAA_ENABLE to LINE_MODE in GRAS_SU_CNTLHyunjun Ko2021-10-1310-14/+25
* anv: use vk_object_zalloc for wsi fences createdTapani Pälli2021-10-131-4/+4
* radeonsi: Fix leak of screen->perfcounters.Emma Anholt2021-10-131-0/+1
* radeonsi: do not use staging texture for APUYipeng Chen (Jasber)2021-10-131-2/+2
* radeonsi: simplify write_psize code in si_get_vs_out_cntlMarek Olšák2021-10-131-5/+2
* radeonsi: simplify how VS_OUT_CCDIST is setMarek Olšák2021-10-133-10/+8
* radeonsi: remove the use of PKT3_CONTEXT_REG_RMWArvind Yadav2021-10-137-60/+15
* drirc: Apply radv_invariant_geom workaround to World War Z games.Timur Kristóf2021-10-131-1/+2
* drirc: Apply radv_invariant_geom workaround to Resident Evil Village.Timur Kristóf2021-10-131-0/+4
* drirc: Fix indentation.Timur Kristóf2021-10-131-6/+6
* ac/surface: enable better display DCC for chips newer than Yellow CarpMarek Olšák2021-10-131-2/+7
* ac/surface: disallow display DCC for big resolutionsMarek Olšák2021-10-131-0/+4
* ac/surface: always use suboptimal display DCC with DRM <= 3.43.0Marek Olšák2021-10-131-0/+4
* anv/android: fix parameters given for vk_common_QueueSubmitTapani Pälli2021-10-131-0/+3
* Remove the shebang from eglFunctionList.py.Kyle Brenneman2021-10-131-2/+0
* Add copyright comments to the GLVND-related files.Kyle Brenneman2021-10-135-0/+135
* radv: enable VK_EXT_vertex_input_dynamic_stateRhys Perry2021-10-131-0/+1
* radv: implement VK_EXT_vertex_input_dynamic_stateRhys Perry2021-10-133-86/+172
* aco: implement VS input loads with prologsRhys Perry2021-10-134-2/+62
* aco: implement aco_compile_vs_prologRhys Perry2021-10-133-1/+362
* radv: add pre-compiled vertex shader prologs for common statesRhys Perry2021-10-133-1/+114
* radv: implement dynamic vertex input state using vertex shader prologsRhys Perry2021-10-1313-38/+644
* radv: move VS specific input SGPRs firstRhys Perry2021-10-131-13/+13
* radv: add segregated fit shader memory allocatorRhys Perry2021-10-135-85/+284
* radv: add radv_shader_variant_get_va and radv_find_shader_variant helpersRhys Perry2021-10-137-51/+56
* radv: add radv_translate_vertex_format()Rhys Perry2021-10-133-46/+61
* radv: add and use radv_vs_input_alpha_adjustRhys Perry2021-10-135-18/+27
* aco: fix vadd32() when b is neither a constant nor temporaryRhys Perry2021-10-131-1/+1
* nir/linker: rename replace_constant_input to replace_varying_input_by_constan...Qiang Yu2021-10-131-2/+3
* nir/linker: support uniform when optimizing varyingQiang Yu2021-10-131-4/+158
* mesa/st: delay nir spirv linkQiang Yu2021-10-131-31/+17