summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-27glx: Move __glFreeAttributeState next to its one callerAdam Jackson3-19/+17
2021-09-27glx: Remove some unused declarations from glxclient.hAdam Jackson1-14/+0
2021-09-27aco/ra: don't copy linear VGPRs within CF in get_reg_create_vector()Daniel Schürmann1-7/+11
2021-09-27radv: pass the pipeline key to the backend compilersSamuel Pitoiset6-65/+67
2021-09-27radv: rework layout of radv_pipeline_keySamuel Pitoiset3-71/+81
2021-09-27radv: store the CS subgroup size to radv_shader_infoSamuel Pitoiset3-45/+44
2021-09-27radv: store the topology instead of the output primitive type in the keySamuel Pitoiset5-30/+32
2021-09-27panfrost/ci: Test panvk on Mali G52Tomeu Vizoso4-0/+97435
2021-09-27panfrost/ci: Move CI files to src/panfrostTomeu Vizoso23-1/+2
2021-09-27panvk: Implement vkCmdBlitImage()Boris Brezillon1-2/+165
2021-09-27pan/blit: Fix 3D blitteringBoris Brezillon1-9/+22
2021-09-27pan/blit: Let the caller offset the start/end coords passed to the blitterBoris Brezillon2-15/+30
2021-09-27lima: Fix glFrontFace handlingAndreas Baierl3-2/+10
2021-09-27lavapipe: move to new shared features/propertiesDave Airlie1-283/+11
2021-09-27lavapipe: enable vulkan 1.2 support.Dave Airlie1-1/+1
2021-09-27gallivm/nir: fix subgroup invocation read.Dave Airlie2-20/+19
2021-09-27lavapipe: move to 1.2 features/properties structs.Dave Airlie1-56/+252
2021-09-27lavapipe: add support for KHR_shader_float_controlsMike Blumenkrantz2-0/+25
2021-09-27features: mark off bindless texture for zinkMike Blumenkrantz1-1/+1
2021-09-27zink: export PIPE_CAP_BINDLESS_TEXTUREMike Blumenkrantz1-0/+5
2021-09-27zink: implement bindless texturesMike Blumenkrantz12-7/+762
2021-09-27zink: hook up VK_EXT_descriptor_indexingMike Blumenkrantz1-0/+5
2021-09-27zink: handle bindless images and samplers in ntvMike Blumenkrantz1-24/+63
2021-09-27zink: refactor some shader image code to make it reusableMike Blumenkrantz1-21/+47
2021-09-27zink: don't add resource to pending barrier set if no barrier will be generatedMike Blumenkrantz1-2/+2
2021-09-27zink: split out bvci creation from object creationMike Blumenkrantz1-15/+31
2021-09-26zink: force lazy descriptor set rebinds if pipeline compatibility changesMike Blumenkrantz3-19/+47
2021-09-26zink: remove duplicated struct member setMike Blumenkrantz1-1/+0
2021-09-25ac/surface: correct a comment about DCC image storesMarek Olšák1-1/+1
2021-09-25ac/surface: use DCC compatible with image stores for < 4K resolutionsMarek Olšák1-3/+12
2021-09-25radeonsi: remove the unused cs parameter from remaining packet functionsMarek Olšák3-13/+13
2021-09-25radeonsi: remove the unused cs parameter from radeon_set_uconfig_regMarek Olšák7-50/+50
2021-09-25radeonsi: remove the unused cs parameter from radeon_set_sh_regMarek Olšák6-53/+53
2021-09-25radeonsi: remove the unused cs parameter from radeon_set_(config|context)_regMarek Olšák9-75/+75
2021-09-25radeonsi: remove the unused cs parameter from radeon_emit_arrayMarek Olšák10-18/+18
2021-09-25radeonsi: remove the unused cs parameter from radeon_emitMarek Olšák14-567/+562
2021-09-24docs: mark off GL_EXT_multisampled_render_to_texture for zinkMike Blumenkrantz1-1/+1
2021-09-24zink: implement GL_EXT_multisampled_render_to_textureMike Blumenkrantz7-29/+388
2021-09-24zink: stop setting nr_samples for shader image surface creationMike Blumenkrantz1-1/+0
2021-09-24zink: move fb attachment init to new functionMike Blumenkrantz1-6/+18
2021-09-24zink: remove fbfetch layout thingy from zs renderpass initMike Blumenkrantz1-3/+2
2021-09-24zink: reorder draw state updatesMike Blumenkrantz1-39/+55
2021-09-24zink: improve handling of buffer rebinds using tc infoMike Blumenkrantz1-7/+12
2021-09-24zink: add ZINK_BIND_TRANSIENTMike Blumenkrantz2-12/+21
2021-09-24zink: add ZINK_HEAP_DEVICE_LOCAL_LAZYMike Blumenkrantz2-2/+10
2021-09-24zink: repack zink_render_pass_stateMike Blumenkrantz1-3/+3
2021-09-24spirv: don't fail on CapabilitySubgroupDispatch if supportedLionel Landwerlin3-0/+14
2021-09-24zink: split vk debug logging into separate functionsMike Blumenkrantz1-7/+29
2021-09-24zink/codegen: do not enable extensions based on vulkan versionHoe Hao Cheng1-16/+0
2021-09-24turnip: Swizzle in 0, 1 for D24S8 STENCIL_ASPECT sampling.Emma Anholt2-7/+8