summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-11-26meson: Fix linkage of libgallium_nine with libgalliumvlYevhenii Kolesnikov1-5/+13
2019-11-26radv: Allocate cmdbuffer space for buffer marker write.Bas Nieuwenhuizen1-0/+4
2019-11-26r600: Disable eight bit three channel formatsGert Wollny1-0/+4
2019-11-26radv: create a fresh fork for each pipeline compileTimothy Arceri2-14/+139
2019-11-26radv: add a secure_compile_open_fifo_fds() helperTimothy Arceri1-0/+43
2019-11-26radv: add some infrastructure for fresh forks for each secure compileTimothy Arceri1-1/+14
2019-11-26Revert "draw: revert using correct order for prim decomposition."Zebediah Figura1-3/+1
2019-11-26intel/fs: Disable conditional discard optimization on Gen4 and Gen5Ian Romanick1-1/+8
2019-11-26glsl: Enable textureSize for samplerExternalOESYevhenii Kolesnikov1-0/+2
2019-11-26llvmpipe/ppc: fix if/ifdef confusion in backport.Dave Airlie1-1/+1
2019-11-26freedreno/ir3: fix printing output registers of FS.Hyunjun Ko1-2/+3
2019-11-26v3d: adds an extra MOV for any sig.ld*Alejandro Piñeiro1-4/+19
2019-11-26v3d: Fix predication with atomic image operationsJose Maria Casanova Crespo1-0/+12
2019-11-26radv: Do not change scratch settings while shaders are active.Bas Nieuwenhuizen4-55/+105
2019-11-19anv: Stop bounds-checking pushed UBOsJason Ekstrand1-36/+10
2019-11-19Call shmget() with permission 0600 instead of 0777Brian Paul3-3/+6
2019-11-19Revert "freedreno/ir3: enable pre-fs texture fetch for a6xx"Rob Clark1-6/+0
2019-11-19i965: Unify CC_STATE and BLEND_STATE atoms on Haswell as a workaroundDanylo Piliaiev1-2/+35
2019-11-19freedreno/registers: fix a6xx_2d_blit_cntl ROTATEJonathan Marek1-2/+1
2019-11-19freedreno/ir3: disable texture prefetch for 1d array texturesJonathan Marek1-6/+5
2019-11-19llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shadersBen Crocker1-1/+15
2019-11-19aco: fix 64-bit fsign with 0Rhys Perry1-1/+1
2019-11-19aco: don't combine literals into v_cndmask_b32/v_subb/v_addcRhys Perry1-0/+6
2019-11-14Revert "st/dri: assume external consumers of back buffers can write to the bu...Tapani Pälli1-6/+6
2019-11-14Revert "st/dri: add support for EGL_EXT_image_flush_external"Tapani Pälli1-91/+40
2019-11-14Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT"Tapani Pälli3-70/+11
2019-11-14Revert "egl: implement new functions from EGL_EXT_image_flush_external"Tapani Pälli7-106/+0
2019-11-14intel/compiler: fix nir_op_{i,u}*32 on ICLPaulo Zanoni1-1/+1
2019-11-14anv: Initialize depth_bounds_test_enable when not explicitly setCaio Marcelo de Oliveira Filho1-2/+1
2019-11-14nir/algebraic: Mark other comparison exact when removing a == aIan Romanick1-2/+2
2019-11-14nir/algebraic: Add the ability to mark a replacement as exactIan Romanick4-3/+13
2019-11-13freedreno/ir3: fix gpu hang with pre-fs-tex-fetchRob Clark2-10/+32
2019-11-13aco: don't propagate vgprs into v_readlane/v_writelaneRhys Perry1-1/+8
2019-11-13aco: fix read_invocation with VGPR lane indexRhys Perry1-2/+1
2019-11-13aco: fix shuffle with uniform operandsRhys Perry1-6/+6
2019-11-13aco: preserve kill flag on moved operands during RADaniel Schürmann1-1/+1
2019-11-13aco: fix invalid access on Pseudo_instructionsDaniel Schürmann2-2/+10
2019-11-13st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák6-1/+12
2019-11-13anv/wsi: signal the semaphore in the acquireNextImageLionel Landwerlin1-4/+20
2019-11-13anv: remove list items on batch finiLionel Landwerlin1-1/+4
2019-11-13anv: invalidate file descriptor of semaphore sync fd at vkQueueSubmitLionel Landwerlin1-2/+4
2019-11-13mesa: check framebuffer completeness only after state updateLionel Landwerlin1-6/+6
2019-11-13egl: move #include of local headers out of Khronos headersEric Engestrom2-0/+4
2019-11-11egl: fix _EGL_NATIVE_PLATFORM fallbackEric Engestrom1-9/+0
2019-11-11zink: correct depth-stencil formatErik Faye-Lund1-1/+1
2019-11-11spirv: Don't leak GS initialization to other stagesCaio Marcelo de Oliveira Filho1-1/+2
2019-11-11ac: Handle invalid GFX10 format correctly in ac_get_tbuffer_format.Timur Kristóf2-0/+6
2019-11-11Meson: Remove lib prefix from graw and osmesa when building with Mingw.Prodea Alexandru-Liviu4-0/+5
2019-11-11aco: workaround Tonga/Iceland hardware bugDaniel Schürmann1-5/+5
2019-11-11gallium: dri2: Use index as plane number.Lepton Wu1-1/+1