summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: Disable seamless cube map on GC880Marek Vasut2020-05-133-3/+10
* freedreno/ir3: fix indirect cb0 load_ubo loweringRob Clark2020-05-131-2/+2
* intel/compiler: fix alignment assert in nir_emit_intrinsicArcady Goldmints-Orlov2020-05-131-1/+1
* radv: limit the Vulkan version to 1.1 for AndroidSamuel Pitoiset2020-05-131-2/+7
* r600: Fix nir compiler options, i.e. don't lower IO to temps for TESSGert Wollny2020-05-131-5/+6
* gallium/util: Fix leak in the live shader cacheAxel Davy2020-05-131-1/+4
* nir/algebraic: Optimize ushr of pack_half, not ishrIan Romanick2020-05-131-1/+1
* aco: fix 64-bit trunc with negative exponents on GFX6Samuel Pitoiset2020-05-131-2/+3
* intel/dev: Add device info for RKLJordan Justen2020-05-111-0/+13
* intel/dev: Split .num_subslices out of GEN12_FEATURES macroJordan Justen2020-05-101-4/+7
* panfrost: don't always build bifrost_compilerQiang Yu2020-05-101-1/+1
* anv: increase minUniformBufferOffsetAlignment to 64Arcady Goldmints-Orlov2020-05-084-9/+12
* radeonsi: Fix omitted flush when moving suballocated textureBlaž Tomažič2020-05-083-6/+16
* util: Make process_test path compatible with mingw native toolchainspal10002020-05-081-3/+6
* aco: either copy-propagate or inline create_vector operandsDaniel Schürmann2020-05-081-4/+6
* anv: don't expose VK_INTEL_performance_query without kernel supportLionel Landwerlin2020-05-082-1/+3
* util/os_memory: never use os_memory_debug.hErik Faye-Lund2020-05-082-14/+0
* v3d: Include supported DXT formats to enable s3tc/dxt extensionsJose Maria Casanova Crespo2020-05-081-0/+5
* v3d: Fix swizzle in DXT3 and DXT5 formatsJose Maria Casanova Crespo2020-05-081-2/+2
* clover/nir: Check the result of spirv_to_nirPierre Moreau2020-05-081-0/+5
* radeonsi: fix compilation of monolithic PSMarek Olšák2020-05-061-1/+2
* i965: Fix out-of-bounds access to brw_stage_state::surf_offsetDanylo Piliaiev2020-05-061-23/+29
* radv: don't report error with other vendor DRM devicesSamuel Pitoiset2020-05-061-9/+15
* radv: report INITIALIZATION_FAILED when the amdgpu winsys init failedSamuel Pitoiset2020-05-061-1/+1
* zink: lower b2b to b2iErik Faye-Lund2020-05-064-1/+67
* llvmpipo/nir: free compute shader NIRDave Airlie2020-05-061-0/+2
* draw/tess: free tessellation control shader i/o memory.Dave Airlie2020-05-061-0/+3
* nir: add missing group_memory_barrier handlingRhys Perry2020-05-062-0/+2
* radeonsi: don't print gs_copy_shader stats for shaderdbPierre-Eric Pelloux-Prayer2020-05-061-2/+0
* driconf: add force_integer_tex_nearest optionPierre-Eric Pelloux-Prayer2020-05-066-0/+21
* mesa: add gl_coontext::ForceIntegerTexNearestPierre-Eric Pelloux-Prayer2020-05-066-19/+52
* ac/surface: fix MSAA crash with FORCE_SWIZZLE_MODE on gfx9Marek Olšák2020-05-051-1/+3
* Revert "ac: reassociate FP expressions for inexact instructions for radeonsi"Marek Olšák2020-05-051-9/+0
* etnaviv: do not use int filter when anisotropic filtering is usedChristian Gmeiner2020-05-054-12/+25
* etnaviv: fix SAMP_ANISOTROPY register valueChristian Gmeiner2020-05-051-2/+1
* vulkan: Allow destroying NULL debug report callbacksJason Ekstrand2020-05-051-0/+3
* st/mesa: destroy only own program variants when program is releasedTapani Pälli2020-05-051-1/+3
* radeonsi: fix export countPierre-Eric Pelloux-Prayer2020-05-051-9/+7
* Revert "ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE and assume it's al...Marek Olšák2020-05-054-29/+22
* radv: Extend tiling flags to 64-bit.Bas Nieuwenhuizen2020-05-051-1/+1
* aco: add message to static_assertRhys Perry2020-05-051-25/+25
* aco: remove use of f-stringsRhys Perry2020-05-051-1/+1
* anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips2020-05-054-3/+10
* intel/fs: Update location of Render Target Array Index for gen12D Scott Phillips2020-05-051-1/+9
* panfrost: Add Bifrost texture trampoline BO to batchTomeu Vizoso2020-05-051-0/+6
* radeonsi: revert an accidental change in si_clear_bufferMarek Olšák2020-05-051-1/+1
* radeonsi: unify and align down the max SSBO/TBO/UBO buffer binding sizeMarek Olšák2020-05-051-9/+3
* iris: don't assert on unfinished aux import in copy pathsLionel Landwerlin2020-05-053-13/+33
* intel/ir: Update performance analysis parameters for memory fence codegen cha...Francisco Jerez2020-05-041-4/+18
* freedreno: fix buffer importRob Clark2020-05-041-1/+2