summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: bump to 20.0.8mesa-20.0.820.0Dylan Baker2020-06-111-1/+1
* docs: Add release notes for 20.0.8Dylan Baker2020-06-111-0/+203
* util: Change os_same_file_description return type from bool to intstaging/20.0Michel Dänzer2020-06-104-12/+33
* iris: fix export of GEM handlesLionel Landwerlin2020-06-096-11/+156
* radv: enable zero VRAM for all VKD3D (DX12->VK) gamesSamuel Pitoiset2020-06-092-40/+41
* radv: enable zero VRAM for Doom EternalSamuel Pitoiset2020-06-092-1/+4
* freedreno/a6xx: use nonbinning VS when GS is usedJonathan Marek2020-06-092-5/+6
* glsl: inline functions with unsupported return type before converting to nirDanylo Piliaiev2020-06-092-1/+7
* nir/lower_explicit_io: fix NON_UNIFORM access for UBO loadsSamuel Pitoiset2020-06-092-2/+2
* glsl: fix potential slow compile times for GLSLOptimizeConservativelyTimothy Arceri2020-06-092-2/+15
* intel: fix gen_sort_tags.pyEric Engestrom2020-06-092-2/+2
* glapi: remove deprecated .getchildren() that has been replace with an iteratorEric Engestrom2020-06-093-7/+7
* nir: reuse existing psiz-variableErik Faye-Lund2020-06-092-7/+21
* i965: fix export of GEM handlesLionel Landwerlin2020-06-095-6/+153
* i965: don't forget to set screen on duped imageLionel Landwerlin2020-06-092-1/+2
* iris: fix BO destruction in error pathLionel Landwerlin2020-06-092-2/+4
* mesa: Fix NetBSD compiler macro.Vinson Lee2020-06-093-3/+3
* vdpau: Fix wrong calloc sizeof argument.Vinson Lee2020-06-092-2/+2
* vulkan-overlay/meson: use install_data instead of configure_fileDylan Baker2020-06-092-6/+5
* radeonsi: add a hack to disable TRUNC_COORD for shadow samplersMarek Olšák2020-06-092-2/+3
* omx: fix build with gcc 10Pierre-Eric Pelloux-Prayer2020-06-092-2/+2
* .pick_status.json: Update to 0795241dde1507e0c6a3f9ef07c281ad4f2acf7bDylan Baker2020-06-091-0/+2466
* intel/compiler: fix cmod propagation optimisationsYevhenii Kolesnikov2020-06-012-9/+336
* tree-wide: fix deprecated GitLab URLsEric Engestrom2020-06-0115-36/+36
* intel/fs: Work around dual-source blending hangs in combination with SIMD16Danylo Piliaiev2020-06-012-1/+18
* spirv,radv,anv: implement no-op VK_GOOGLE_user_typeSamuel Pitoiset2020-06-016-1/+10
* radeonsi: Use TRUNC_COORD on samplersJoshua Ashton2020-06-012-11/+12
* radeonsi: don't expose 16xAA on chips with 1 RB due to an occlusion query issueMarek Olšák2020-06-012-11/+10
* radonsi/si_state.c: retabDylan Baker2020-06-011-5071/+5071
* radv: Provide a better error for permission issues with priorities.Bas Nieuwenhuizen2020-06-015-12/+126
* nir: lower_tex: Don't normalize coordinates for TXF with RECTGert Wollny2020-06-012-2/+3
* util: Initialize pipe_shader_state for passthrough and transform shadersNeha Bhende2020-06-015-10/+10
* r300g: Remove extra printf format specifiers.Vinson Lee2020-06-012-3/+3
* nouveau: allow invalidating coherent/persistent buffer backingsIlia Mirkin2020-06-012-6/+1
* intel/fs: Fix unused texture coordinate zeroing on Gen4-5Jason Ekstrand2020-06-012-2/+3
* intel/vec4: Stomp the return type of RESINFO to UINT32Jason Ekstrand2020-06-012-1/+12
* radv: fix regression with builtin cacheTimothy Arceri2020-06-012-2/+2
* zink: Check fopen result.Vinson Lee2020-06-012-4/+6
* .pick_status.json: Update to e58112bc08f99861ac634ede8db0f98cd497fc14Dylan Baker2020-06-011-0/+1044
* aco: preserve more fields when combining additions into SMEMRhys Perry2020-05-282-1/+5
* aco: check instruction format before waiting for a previous SMEM storeRhys Perry2020-05-282-2/+2
* aco: fix interaction with 3f branch workaround and p_constaddrRhys Perry2020-05-282-5/+3
* zink: use general-layout when blitting to/from same resourceErik Faye-Lund2020-05-282-7/+29
* glsl: stop cascading errors if process_parameters() failsTimothy Arceri2020-05-282-4/+7
* radv: Handle failing to create .cache dir.Bas Nieuwenhuizen2020-05-282-2/+3
* radv/winsys: Remove extra sizeof multiply.Bas Nieuwenhuizen2020-05-282-2/+2
* nir/copy_prop_vars: Record progress in more placesJason Ekstrand2020-05-282-1/+4
* nir/opt_deref: Report progress if we remove a derefJason Ekstrand2020-05-282-2/+4
* nir/lower_double_ops: Rework the if (progress) treeJason Ekstrand2020-05-282-2/+9
* mesa: Fix double-lock of Shared->FrameBuffers and usage of wrong mutexDanylo Piliaiev2020-05-282-9/+2