summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-06-15zink: fix 32bit bo rewritingMike Blumenkrantz1-10/+19
2022-06-15zink: flag optimization pass after inlining uniformsMike Blumenkrantz1-0/+1
2022-06-15radeonsi: add helper to use si_screen::aux_contextPierre-Eric Pelloux-Prayer2-0/+15
2022-06-15microsoft/compiler: Images are no longer reprensented by uniform varsBoris Brezillon1-5/+1
2022-06-15vulkan/util: Fill VkPhysicalDeviceIDProperties::deviceNodeMaskBoris Brezillon1-0/+1
2022-06-15zink: fix cubemap lowering bit sizeMike Blumenkrantz1-1/+1
2022-06-15zink: fix cubemap lowering for array samplersMike Blumenkrantz1-1/+3
2022-06-15zink: don't print VK_EXT_shader_atomic_float warning for nir_intrinsic_image_...Mike Blumenkrantz1-2/+1
2022-06-15zink: avoid uninit values in renderpass stateMike Blumenkrantz1-6/+4
2022-06-15zink: fix generated tcs deletionMike Blumenkrantz1-6/+10
2022-06-15zink: unset generated tcs pointer from tes on deletionMike Blumenkrantz1-1/+3
2022-06-15zink: fix generated tcs update pathMike Blumenkrantz1-2/+2
2022-06-15gallium: remove stale commentErik Faye-Lund1-4/+0
2022-06-15broadcom/compiler: disable flags optimization for loop conditionsIago Toral Quiroga1-1/+17
2022-06-15dzn: handle stencil-attachment-optimal layoutErik Faye-Lund1-0/+1
2022-06-15gallium/u_threaded: fix buffer busyness trackingMarek Olšák1-9/+26
2022-06-15zink: fix up KILL to a more sensible log messageMike Blumenkrantz1-1/+1
2022-06-15zink: unset res->swapchain upon killing a swapchainMike Blumenkrantz1-0/+1
2022-06-15zink: add implicit sync workaround for non-mesa driversMike Blumenkrantz3-1/+51
2022-06-15zink: only update layout when doing mixed zs attachment renderpass checkMike Blumenkrantz1-1/+3
2022-06-15zink: fix framebuffer attachment usage asserts for dummy attachmentsMike Blumenkrantz1-9/+17
2022-06-15radeonsi: prevent recursion in si_decompress_dccPierre-Eric Pelloux-Prayer2-1/+5
2022-06-15d3d12: Properly set HS input control point countJesse Natalie4-0/+38
2022-06-15zink: defer old swapchain destructionMike Blumenkrantz2-3/+22
2022-06-15zink: keep a count of async presents occuring for a given swapchainMike Blumenkrantz2-1/+5
2022-06-15zink: use separate pointer for swapchain presentsMike Blumenkrantz1-9/+12
2022-06-15panfrost: Disable CRC at <16x16 tile sizesAlyssa Rosenzweig3-4/+21
2022-06-15panfrost: Inline pan_fbd_has_zs_crc_extAlyssa Rosenzweig2-9/+1
2022-06-15nir: Fix flat new_var assignment in create_new_io_vars()Boris Brezillon1-1/+2
2022-06-15zink: scalarize when rewriting explicit 64bit ioMike Blumenkrantz1-13/+17
2022-06-15zink: fix variable locations in manual xfb emissionMike Blumenkrantz1-3/+4
2022-06-15zink: fix ntv partial storesMike Blumenkrantz1-4/+4
2022-06-15anv: Remove FS executables when applying the null FS optimizationIan Romanick1-0/+19
2022-06-15compiler/types: Don't place members in the previous substruct's end paddingJason Ekstrand1-0/+10
2022-06-15zink: always create descriptor templatesMike Blumenkrantz1-1/+2
2022-06-08ac/gpu_info: always retile DCC on gfx10 and newer chipsMarek Olšák2-14/+2
2022-06-08nir: Consider PNTC to be a varyingJesse Natalie2-7/+5
2022-06-08panfrost: Fix inverted indirect dispatch conditionAlyssa Rosenzweig1-1/+1
2022-06-08va/surface: set the correct size in vaExportSurfaceHandlePierre-Eric Pelloux-Prayer1-1/+4
2022-06-08gallium: add size attribute to winsys_handlePierre-Eric Pelloux-Prayer1-0/+6
2022-06-07pan/mdg: Remove uppercase write masksAlyssa Rosenzweig1-6/+0
2022-06-07pan/mdg: Scalarize with 64-bit sourcesAlyssa Rosenzweig1-0/+3
2022-06-07nouveau/nv30: Make sure fsat is lowered in the VS.Emma Anholt1-0/+2
2022-06-07iris:Duplicate DRM fd internally instead of reuse.Nagappa Koppad, Basanagouda1-1/+2
2022-06-07mesa/program: fix nir output reg overflowQiang Yu1-1/+1
2022-06-07aco: fix SMEM load_global with VGPR address and non-zero offsetRhys Perry1-0/+2
2022-06-07aco: fix SMEM load_global_amd with non-zero offsetRhys Perry1-0/+2
2022-06-07v3d: save only required states in blitterJuan A. Suarez Romero3-14/+24
2022-06-07format_utils: properly parenthesize macro paramsMike Blumenkrantz1-1/+1
2022-06-07zink: Use VK_USE_64_BIT_PTR_DEFINES to check for 64bit platforms.Georg Lehmann1-3/+3