summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-06-10util: Change os_same_file_description return type from bool to intMichel Dänzer3-11/+32
2020-06-09iris: fix export of GEM handlesLionel Landwerlin5-10/+155
2020-06-09radv: enable zero VRAM for all VKD3D (DX12->VK) gamesSamuel Pitoiset1-39/+40
2020-06-09radv: enable zero VRAM for Doom EternalSamuel Pitoiset1-0/+3
2020-06-09freedreno/a6xx: use nonbinning VS when GS is usedJonathan Marek1-4/+5
2020-06-09glsl: inline functions with unsupported return type before converting to nirDanylo Piliaiev1-0/+6
2020-06-09nir/lower_explicit_io: fix NON_UNIFORM access for UBO loadsSamuel Pitoiset1-1/+1
2020-06-09glsl: fix potential slow compile times for GLSLOptimizeConservativelyTimothy Arceri1-1/+14
2020-06-09intel: fix gen_sort_tags.pyEric Engestrom1-1/+1
2020-06-09glapi: remove deprecated .getchildren() that has been replace with an iteratorEric Engestrom2-6/+6
2020-06-09nir: reuse existing psiz-variableErik Faye-Lund1-6/+20
2020-06-09i965: fix export of GEM handlesLionel Landwerlin4-5/+152
2020-06-09i965: don't forget to set screen on duped imageLionel Landwerlin1-0/+1
2020-06-09iris: fix BO destruction in error pathLionel Landwerlin1-1/+3
2020-06-09mesa: Fix NetBSD compiler macro.Vinson Lee2-2/+2
2020-06-09vdpau: Fix wrong calloc sizeof argument.Vinson Lee1-1/+1
2020-06-09vulkan-overlay/meson: use install_data instead of configure_fileDylan Baker1-5/+4
2020-06-09radeonsi: add a hack to disable TRUNC_COORD for shadow samplersMarek Olšák1-1/+2
2020-06-09omx: fix build with gcc 10Pierre-Eric Pelloux-Prayer1-1/+1
2020-06-01intel/compiler: fix cmod propagation optimisationsYevhenii Kolesnikov2-9/+336
2020-06-01tree-wide: fix deprecated GitLab URLsEric Engestrom5-7/+7
2020-06-01intel/fs: Work around dual-source blending hangs in combination with SIMD16Danylo Piliaiev1-0/+17
2020-06-01spirv,radv,anv: implement no-op VK_GOOGLE_user_typeSamuel Pitoiset4-0/+8
2020-06-01radeonsi: Use TRUNC_COORD on samplersJoshua Ashton1-10/+11
2020-06-01radeonsi: don't expose 16xAA on chips with 1 RB due to an occlusion query issueMarek Olšák1-10/+9
2020-06-01radonsi/si_state.c: retabDylan Baker1-5071/+5071
2020-06-01radv: Provide a better error for permission issues with priorities.Bas Nieuwenhuizen4-11/+125
2020-06-01nir: lower_tex: Don't normalize coordinates for TXF with RECTGert Wollny1-1/+2
2020-06-01util: Initialize pipe_shader_state for passthrough and transform shadersNeha Bhende4-9/+9
2020-06-01r300g: Remove extra printf format specifiers.Vinson Lee1-2/+2
2020-06-01nouveau: allow invalidating coherent/persistent buffer backingsIlia Mirkin1-5/+0
2020-06-01intel/fs: Fix unused texture coordinate zeroing on Gen4-5Jason Ekstrand1-1/+2
2020-06-01intel/vec4: Stomp the return type of RESINFO to UINT32Jason Ekstrand1-0/+11
2020-06-01radv: fix regression with builtin cacheTimothy Arceri1-1/+1
2020-06-01zink: Check fopen result.Vinson Lee1-3/+5
2020-05-28aco: preserve more fields when combining additions into SMEMRhys Perry1-0/+4
2020-05-28aco: check instruction format before waiting for a previous SMEM storeRhys Perry1-1/+1
2020-05-28aco: fix interaction with 3f branch workaround and p_constaddrRhys Perry1-4/+2
2020-05-28zink: use general-layout when blitting to/from same resourceErik Faye-Lund1-6/+28
2020-05-28glsl: stop cascading errors if process_parameters() failsTimothy Arceri1-3/+6
2020-05-28radv: Handle failing to create .cache dir.Bas Nieuwenhuizen1-1/+2
2020-05-28radv/winsys: Remove extra sizeof multiply.Bas Nieuwenhuizen1-1/+1
2020-05-28nir/copy_prop_vars: Record progress in more placesJason Ekstrand1-0/+3
2020-05-28nir/opt_deref: Report progress if we remove a derefJason Ekstrand1-1/+3
2020-05-28nir/lower_double_ops: Rework the if (progress) treeJason Ekstrand1-1/+8
2020-05-28mesa: Fix double-lock of Shared->FrameBuffers and usage of wrong mutexDanylo Piliaiev1-8/+1
2020-05-28llvmpipe: compute shaders work better with all the threads.Dave Airlie1-1/+1
2020-05-28dri_util: Update internal_format to GL_RGB8 for MESA_FORMAT_R8G8B8X8_UNORMNataraj Deshpande1-1/+1
2020-05-28anv/gen11+: Disable object level preemptionD Scott Phillips1-0/+16
2020-05-28tests: Make tests aware of meson test wrapperDylan Baker3-22/+55