summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-30bump VERSION for 20.3-rc3mesa-20.3.0-rc3Dylan Baker1-1/+1
2020-11-25appveyor: disable for nowDylan Baker1-71/+0
2020-11-24radv: Fix RB+ blending for VK_FORMAT_E5B9G9R9_UFLOAT_PACK32.Bas Nieuwenhuizen2-1/+6
2020-11-24spirv: Call repair SSA for OpTerminateInvocationJason Ekstrand3-4/+18
2020-11-24zink: fall back to util_blitter for scaled resolvesErik Faye-Lund2-1/+6
2020-11-24gallium: fix missing bit field in p_state.hDave Airlie2-2/+2
2020-11-24lavapipe: enable pipeline stats queriesDave Airlie4-11/+45
2020-11-24lavapipe: fixup mipmap precsion bitsDave Airlie2-3/+3
2020-11-24llvmpipe: fix multisample lines.Dave Airlie3-21/+19
2020-11-24llvmpipe: fix multisample point rendering.Dave Airlie2-4/+4
2020-11-24llvmpipe/setup: move point stats collection earlier.Dave Airlie2-5/+5
2020-11-24lavapipe: fix wsi acquire fencesDave Airlie2-10/+3
2020-11-24lavapipe: fixup device allocate + enable private dataDave Airlie11-65/+67
2020-11-24zink: fix layered resolvesErik Faye-Lund2-7/+23
2020-11-24meson: Don't add extra values to shader-cacheDylan Baker3-6/+12
2020-11-24.pick_status.json: Update to 9fa1cdfe7ffd9e7ebd83055e2008f3e4b8ada549Dylan Baker1-0/+774
2020-11-23aco: fix combining add/sub to b2i if a new dest needs to be allocatedSamuel Pitoiset3-4/+17
2020-11-23v3dv/cmd_buffer: missing (uint8_t *) casting when calling memcmpAlejandro Piñeiro2-3/+3
2020-11-23ac/nir: fix a typo in ac_are_tessfactors_def_in_all_invocsMarek Olšák2-2/+2
2020-11-23r600/sfn: lower bool to int32 only after common optimizationsGert Wollny2-3/+2
2020-11-23nir: fix gathering patch IO usage with lowered IOMarek Olšák2-1/+13
2020-11-23nir: fix gathering TCS cross invocation access with lowered IOMarek Olšák2-3/+3
2020-11-23meson: drop deprecated EGL platform build optionsEric Engestrom3-11/+2
2020-11-23gitlab-ci: drop deprecated platforms that snuck in when nobody was watchingEric Engestrom2-2/+2
2020-11-23.pick_status.json: Update to a92f597b98bb032b904c7c8a8c3a9fe798b51915Dylan Baker1-0/+495
2020-11-20intel/compiler: Rotate instructions ROR and ROL cannot have source modifiersIan Romanick2-1/+3
2020-11-20.pick_status.json: Update to a59b1b18a95af1f8edb0093baf508e974e3251a2Dylan Baker1-0/+306
2020-11-19ac: Don't negate strstr return values in ac_query_gpu_infoMichel Dänzer2-4/+4
2020-11-19intel/fs: Fix sampler message headers on Gen11+ when using scratchKenneth Graunke2-6/+23
2020-11-19freedreno: Fix warning about uninit size for the size==0 special case.Eric Anholt2-1/+2
2020-11-19radeonsi: fix scan_instruction for bindless inc_wrap/dec_wrap atomicsMarek Olšák2-1/+3
2020-11-19radeonsi: fix NGG streamout regressionMarek Olšák2-13/+11
2020-11-19ac: fix min/max_good_num_cu_per_sa on gfx10.3 with disabled SEsMarek Olšák4-5/+16
2020-11-19ac: fix detection of Pro graphicsMarek Olšák2-4/+4
2020-11-19radeonsi: add options.inline_uniforms to the shader cache keyMarek Olšák2-1/+3
2020-11-19radeonsi: determine correctly if switching from normal launch to fast launchMarek Olšák2-12/+23
2020-11-19radeonsi: only do VGT_FLUSH for fast launch if previous draw was normal launchMarek Olšák3-2/+7
2020-11-19radeonsi: do VGT_FLUSH when switching NGG -> legacy on Sienna CichlidMarek Olšák2-2/+2
2020-11-19radeonsi: fix min_direct_count valueMarek Olšák2-1/+2
2020-11-19bump VERSION for 20.3.0-rc2 releasemesa-20.3.0-rc2Dylan Baker1-1/+1
2020-11-19glcpp: Handle bison-3.6 error message changesMatt Turner3-2/+6
2020-11-19.pick_status.json: Update to bac6cc586fe4c1b24351e0574d3a961eb631f6aeDylan Baker1-0/+1314
2020-11-17anv/image: Fix isl_surf_usage_flags for stencil imagesChad Versace2-5/+5
2020-11-17anv/image: Check DISJOINT in vkGetPhysicalDeviceImageFormatProperties2 (v2)Chad Versace2-1/+26
2020-11-17zink: more accurately track supported blitsErik Faye-Lund4-6/+14
2020-11-17turnip: Close sync_fd only if it is a valid file descriptor.Vinson Lee2-5/+5
2020-11-17clover/spirv: Add missing break for SpvOpExecutionMode case.Vinson Lee2-1/+2
2020-11-17frontends/va: Fix *num_entrypoints check.Vinson Lee2-2/+2
2020-11-17freedreno: Fix leak of shader binary on disk cache hits.Eric Anholt2-2/+2
2020-11-17etnaviv: fix disabling of INT filter for realLucas Stach3-5/+11