summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-12radv: limit the Vulkan version to 1.1 for AndroidSamuel Pitoiset1-2/+7
2020-05-12gallium/util: Fix leak in the live shader cacheAxel Davy1-1/+4
2020-05-12nir/algebraic: Optimize ushr of pack_half, not ishrIan Romanick1-1/+1
2020-05-11aco: fix 64-bit trunc with negative exponents on GFX6Samuel Pitoiset1-2/+3
2020-05-11panfrost: don't always build bifrost_compilerQiang Yu1-1/+1
2020-05-08anv: don't expose VK_INTEL_performance_query without kernel supportLionel Landwerlin2-1/+3
2020-05-08intel/perf: store the probed i915-perf versionLionel Landwerlin3-1/+22
2020-05-08radeonsi: Fix omitted flush when moving suballocated textureBlaž Tomažič3-8/+16
2020-05-08radeonsi: retabDylan Baker2-4669/+4669
2020-05-07radeonsi: fix compilation of monolithic PSMarek Olšák1-1/+2
2020-05-07radeonsi: retab si_shader_llvm_ps.cDylan Baker1-905/+905
2020-05-07radv: don't report error with other vendor DRM devicesSamuel Pitoiset1-9/+15
2020-05-07radv: report INITIALIZATION_FAILED when the amdgpu winsys init failedSamuel Pitoiset1-1/+1
2020-05-07v3d: Include supported DXT formats to enable s3tc/dxt extensionsJose Maria Casanova Crespo1-0/+5
2020-05-07v3d: Fix swizzle in DXT3 and DXT5 formatsJose Maria Casanova Crespo1-2/+2
2020-05-07clover/nir: Check the result of spirv_to_nirPierre Moreau1-0/+5
2020-05-06aco: consider blocks unreachable if they are in the logical cfgRhys Perry1-3/+2
2020-05-06i965: Fix out-of-bounds access to brw_stage_state::surf_offsetDanylo Piliaiev1-23/+29
2020-05-06llvmpipo/nir: free compute shader NIRDave Airlie1-0/+2
2020-05-06nir: add missing group_memory_barrier handlingRhys Perry2-0/+2
2020-05-06egl/wayland: Fix zwp_linux_dmabuf usageChristopher James Halse Rogers1-12/+20
2020-05-06egl: allow INVALID format for linux_dmabufIvan Molodetskikh1-5/+24
2020-05-06winsys/amdgpu: Retrieve WC flags from imported buffers.Bas Nieuwenhuizen4-0/+25
2020-05-04iris: don't assert on unfinished aux import in copy pathsLionel Landwerlin3-12/+31
2020-05-04radeonsi: unify and align down the max SSBO/TBO/UBO buffer binding sizeMarek Olšák1-10/+4
2020-05-04radeonsi: Retab si_get.cDylan Baker1-863/+863
2020-05-04vulkan: Allow destroying NULL debug report callbacksJason Ekstrand1-0/+3
2020-05-04st/mesa: destroy only own program variants when program is releasedTapani Pälli1-1/+3
2020-05-04radeonsi: fix export countPierre-Eric Pelloux-Prayer1-9/+7
2020-05-04radv: Extend tiling flags to 64-bit.Bas Nieuwenhuizen1-1/+1
2020-05-04anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips4-3/+10
2020-05-04intel/fs: Update location of Render Target Array Index for gen12D Scott Phillips1-1/+9
2020-04-29intel/fs: Don't delete coalesced MOVs if they have a cmodJason Ekstrand1-2/+15
2020-04-29mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer targetMarek Olšák1-9/+9
2020-04-29nir/copy_prop_vars: Report progress when deleting self-copiesJason Ekstrand2-0/+138
2020-04-28anv: Expose CS workgroup sizes based on a maximum of 64 threadsJason Ekstrand1-1/+2
2020-04-28intel/devinfo: Compute the correct L3$ size for Gen12Jason Ekstrand1-0/+11
2020-04-28radv: Use actual memory type count for setting app-visible bitset.Bas Nieuwenhuizen1-1/+1
2020-04-28freedreno: Fix calculation of the const buffer cmdstream size.Eric Anholt1-1/+1
2020-04-27st/mesa: Treat vertex inputs absent in inputMapping as zero in mesa_to_tgsiDanylo Piliaiev1-2/+6
2020-04-27nir/lower_subgroups: Mask off unused bits in ballot opsJason Ekstrand1-0/+26
2020-04-27anv: Drop an assertJason Ekstrand1-1/+0
2020-04-27spirv: Fix passing combined image/samplers through function callsJason Ekstrand1-3/+7
2020-04-27nir/opt_deref: Remove certain sampler type castsJason Ekstrand1-0/+77
2020-04-27turnip: Properly handle all sizes of specialization constantsJason Ekstrand1-4/+17
2020-04-27radv: Properly handle all sizes of specialization constantsJason Ekstrand1-2/+15
2020-04-27anv: Properly handle all sizes of specialization constantsJason Ekstrand1-2/+15
2020-04-27spirv: Allow constants and NULLs in SpvOpConvertUToPtrJason Ekstrand1-2/+3
2020-04-23intel/perf: Enable MDAPI queries for Gen12Lionel Landwerlin2-5/+8
2020-04-23intel/perf: move mdapi query definitions to their own fileLionel Landwerlin5-346/+388