summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-13etnaviv: Disable seamless cube map on GC880Marek Vasut3-3/+10
2020-05-13freedreno/ir3: fix indirect cb0 load_ubo loweringRob Clark1-2/+2
2020-05-13intel/compiler: fix alignment assert in nir_emit_intrinsicArcady Goldmints-Orlov1-1/+1
2020-05-13radv: limit the Vulkan version to 1.1 for AndroidSamuel Pitoiset1-2/+7
2020-05-13r600: Fix nir compiler options, i.e. don't lower IO to temps for TESSGert Wollny1-5/+6
2020-05-13gallium/util: Fix leak in the live shader cacheAxel Davy1-1/+4
2020-05-13nir/algebraic: Optimize ushr of pack_half, not ishrIan Romanick1-1/+1
2020-05-13aco: fix 64-bit trunc with negative exponents on GFX6Samuel Pitoiset1-2/+3
2020-05-11intel/dev: Add device info for RKLJordan Justen1-0/+13
2020-05-10intel/dev: Split .num_subslices out of GEN12_FEATURES macroJordan Justen1-4/+7
2020-05-10panfrost: don't always build bifrost_compilerQiang Yu1-1/+1
2020-05-08anv: increase minUniformBufferOffsetAlignment to 64Arcady Goldmints-Orlov4-9/+12
2020-05-08radeonsi: Fix omitted flush when moving suballocated textureBlaž Tomažič3-6/+16
2020-05-08util: Make process_test path compatible with mingw native toolchainspal10001-3/+6
2020-05-08aco: either copy-propagate or inline create_vector operandsDaniel Schürmann1-4/+6
2020-05-08anv: don't expose VK_INTEL_performance_query without kernel supportLionel Landwerlin2-1/+3
2020-05-08util/os_memory: never use os_memory_debug.hErik Faye-Lund2-14/+0
2020-05-08v3d: Include supported DXT formats to enable s3tc/dxt extensionsJose Maria Casanova Crespo1-0/+5
2020-05-08v3d: Fix swizzle in DXT3 and DXT5 formatsJose Maria Casanova Crespo1-2/+2
2020-05-08clover/nir: Check the result of spirv_to_nirPierre Moreau1-0/+5
2020-05-06radeonsi: fix compilation of monolithic PSMarek Olšák1-1/+2
2020-05-06i965: Fix out-of-bounds access to brw_stage_state::surf_offsetDanylo Piliaiev1-23/+29
2020-05-06radv: don't report error with other vendor DRM devicesSamuel Pitoiset1-9/+15
2020-05-06radv: report INITIALIZATION_FAILED when the amdgpu winsys init failedSamuel Pitoiset1-1/+1
2020-05-06zink: lower b2b to b2iErik Faye-Lund4-1/+67
2020-05-06llvmpipo/nir: free compute shader NIRDave Airlie1-0/+2
2020-05-06draw/tess: free tessellation control shader i/o memory.Dave Airlie1-0/+3
2020-05-06nir: add missing group_memory_barrier handlingRhys Perry2-0/+2
2020-05-06radeonsi: don't print gs_copy_shader stats for shaderdbPierre-Eric Pelloux-Prayer1-2/+0
2020-05-06driconf: add force_integer_tex_nearest optionPierre-Eric Pelloux-Prayer6-0/+21
2020-05-06mesa: add gl_coontext::ForceIntegerTexNearestPierre-Eric Pelloux-Prayer6-19/+52
2020-05-05ac/surface: fix MSAA crash with FORCE_SWIZZLE_MODE on gfx9Marek Olšák1-1/+3
2020-05-05Revert "ac: reassociate FP expressions for inexact instructions for radeonsi"Marek Olšák1-9/+0
2020-05-05etnaviv: do not use int filter when anisotropic filtering is usedChristian Gmeiner4-12/+25
2020-05-05etnaviv: fix SAMP_ANISOTROPY register valueChristian Gmeiner1-2/+1
2020-05-05vulkan: Allow destroying NULL debug report callbacksJason Ekstrand1-0/+3
2020-05-05st/mesa: destroy only own program variants when program is releasedTapani Pälli1-1/+3
2020-05-05radeonsi: fix export countPierre-Eric Pelloux-Prayer1-9/+7
2020-05-05Revert "ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE and assume it's al...Marek Olšák4-29/+22
2020-05-05radv: Extend tiling flags to 64-bit.Bas Nieuwenhuizen1-1/+1
2020-05-05aco: add message to static_assertRhys Perry1-25/+25
2020-05-05aco: remove use of f-stringsRhys Perry1-1/+1
2020-05-05anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips4-3/+10
2020-05-05intel/fs: Update location of Render Target Array Index for gen12D Scott Phillips1-1/+9
2020-05-05panfrost: Add Bifrost texture trampoline BO to batchTomeu Vizoso1-0/+6
2020-05-05radeonsi: revert an accidental change in si_clear_bufferMarek Olšák1-1/+1
2020-05-05radeonsi: unify and align down the max SSBO/TBO/UBO buffer binding sizeMarek Olšák1-9/+3
2020-05-05iris: don't assert on unfinished aux import in copy pathsLionel Landwerlin3-13/+33
2020-05-04intel/ir: Update performance analysis parameters for memory fence codegen cha...Francisco Jerez1-4/+18
2020-05-04freedreno: fix buffer importRob Clark1-1/+2