summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-27intel/dev: Add device info for ADL-Sadl-sJordan Justen2-0/+20
2020-10-27anv: Drop warning about gen12 not being supportedJordan Justen1-4/+2
2020-10-27panfrost: AFBC compress Z16 depth buffersIcecream951-0/+1
2020-10-27panfrost: Z16 depth buffer supportIcecream955-2/+13
2020-10-27panfrost: Move zs format handling code out of the !afbc caseIcecream951-41/+35
2020-10-27docs: Specify when branch points happenJason Ekstrand1-0/+2
2020-10-27vulkan/util,vulkan/wsi,radv: Add typed outarray APIJames Park3-16/+27
2020-10-27aco: remove all-undef phi optRhys Perry1-14/+0
2020-10-27aco: use v_mov_b32_sdwa for some 16-bit constantsRhys Perry1-1/+8
2020-10-27aco: remove some unused optimizationsRhys Perry2-35/+9
2020-10-27aco: use Builder::copy moreRhys Perry4-82/+55
2020-10-27aco: always use p_parallelcopy for pre-RA copiesRhys Perry6-84/+13
2020-10-27aco: allow literals on sub-dword p_parallelcopyRhys Perry1-1/+1
2020-10-27aco: don't use bld.copy() in handle_operands()Rhys Perry2-21/+80
2020-10-27aco: expand vectors passed as copy operandsRhys Perry1-0/+21
2020-10-27aco: copy-propgate through p_create_vector during value numberingRhys Perry1-2/+7
2020-10-27aco: skip value numbering of copiesRhys Perry1-0/+1
2020-10-27aco: don't do divergent break+discardRhys Perry1-34/+6
2020-10-27aco: update phi_map in add_subdword_operand()Rhys Perry1-16/+24
2020-10-27aco: Clean up some C++ usagesJames Park1-17/+17
2020-10-27radv: enable VK_AMD_mixed_attachment_samples on GFX6-GFX7Samuel Pitoiset2-2/+2
2020-10-27radv: flush CB before and after FMASK_DECOMPRESS or DCC_DECOMPRESSSamuel Pitoiset1-8/+27
2020-10-27docs: add link to extension specErik Faye-Lund1-1/+2
2020-10-27CI: Only run OpenCL tests when we need toDaniel Stone2-0/+25
2020-10-27radv: do not perform a FMASK expand for non-writeable MSAA imagesSamuel Pitoiset1-1/+3
2020-10-27aco: fix GFX8 16-bit packingDaniel Schürmann1-5/+5
2020-10-27v3dv: grow meta descriptor pool dynamicallyIago Toral Quiroga3-35/+65
2020-10-27ci: Run git_archive job if all_paths matchesMichel Dänzer1-0/+2
2020-10-27pan/mdg: fix LOCAL_STORAGE wls_instances packingItalo Nicola1-6/+6
2020-10-27v3dv: enable the logicOp featureIago Toral Quiroga1-1/+1
2020-10-27Revert "radeonsi: use staging buffer uploads for most VRAM buffers"Marek Olšák1-11/+1
2020-10-26amd/addrlib: Initialize Gfx10Lib members in constructor.Vinson Lee1-0/+2
2020-10-26freedreno/gmem: Respect max-height limits tooRob Clark3-13/+38
2020-10-26freedreno: Rework GMEM limit initRob Clark4-31/+48
2020-10-26pan/bi: Fix ms_idx type to catch missing ms_index sourceBoris Brezillon1-1/+1
2020-10-26pan/bi: Add ult supportBoris Brezillon1-0/+3
2020-10-26pan/bi: Lower {i,u}{min,max} instructionsBoris Brezillon1-0/+8
2020-10-26pan/bi: Add support for load_point_coordBoris Brezillon1-0/+26
2020-10-26pan/bi: Add support for load_front_faceBoris Brezillon1-0/+26
2020-10-26panfrost: Preload primitive flags when gl_FrontFacing is accessedBoris Brezillon1-1/+3
2020-10-26ci: Add "check mr" job to needs: of build jobsMichel Dänzer1-0/+15
2020-10-26aco: remove isel_context::allocatedRhys Perry4-29/+29
2020-10-26virgl: Always enable emulated BGRA and swizzling unless specifically told not toRohan Garg4-42/+10
2020-10-26nir/lower_memcpy: Don't mask the storeJason Ekstrand1-1/+1
2020-10-26freedreno: Disallow tiled if SHARED and not QCOM_COMPRESSEDRob Clark1-1/+5
2020-10-26freedreno: Update import/export tracesRob Clark1-4/+13
2020-10-26st/va: fix build with old libvaAndrew Randrianasulu1-0/+4
2020-10-26glx: get rid of memory leakAndrii Simiklit1-0/+2
2020-10-26mapi: do not return thread-specific data for wrong threadErik Faye-Lund1-2/+9
2020-10-26mapi: do not call thread-unsafe dispatch getterErik Faye-Lund2-12/+1