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