summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-12aco: fix invalid access on Pseudo_instructionsDaniel Schürmann2-2/+10
2019-11-12zink: remove no-longer-needed hackErik Faye-Lund1-10/+0
2019-11-12zink: implement buffer-to-buffer copiesErik Faye-Lund1-0/+12
2019-11-12zink: always allow transfer to/from buffersErik Faye-Lund1-4/+2
2019-11-12intel/blorp: Fix usage of uninitialized memory in key hashingDanylo Piliaiev1-1/+6
2019-11-12i965/program_cache: Lift restriction on shader key sizeDanylo Piliaiev1-12/+4
2019-11-12gitlab-ci: Delete install/bin from artifacts as wellMichel Dänzer1-2/+2
2019-11-12gitlab-ci: Use separate docker images for x86 build/test jobsMichel Dänzer3-29/+103
2019-11-12gitlab-ci: Run piglit tests with llvmpipeMichel Dänzer8-11/+7267
2019-11-12gitlab-ci: Sort packages in debian-install.shMichel Dänzer1-50/+48
2019-11-12gitlab-ci: Share dEQP build process between x86 & ARM test image scriptsMichel Dänzer4-92/+53
2019-11-12gitlab-ci: Move artifact preparation to separate scriptMichel Dänzer3-32/+36
2019-11-12gitlab-ci: Use ninja -j4 for building dEQPMichel Dänzer1-1/+1
2019-11-12spirv: Fix the MSVC buildJason Ekstrand1-1/+1
2019-11-12nir: patch up deref-vars when lowering clip-planesErik Faye-Lund1-0/+1
2019-11-12ac: handle pointer types to LDS in ac_get_elem_bits()Samuel Pitoiset1-0/+5
2019-11-11freedreno: add Adreno 640 IDJonathan Marek3-0/+11
2019-11-12radv: fix radv secure compile feature breaks compilation on armhf EABI and aa...Luis Mendes1-0/+8
2019-11-11st/mesa: remove unused TGSI-only debug printing functionsMarek Olšák7-68/+0
2019-11-11st/mesa: add ST_DEBUG=nir to print NIR shadersMarek Olšák2-1/+11
2019-11-11st/mesa: print TCS/TES/GS/CS TGSI in the right place & keep disk cache enabledMarek Olšák2-6/+5
2019-11-11st/mesa: remove \n being only printed in debug builds after printed TGSIMarek Olšák1-12/+4
2019-11-11st/mesa: rename DEBUG_TGSI -> DEBUG_PRINT_IRMarek Olšák4-7/+7
2019-11-11st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák6-1/+12
2019-11-11anv: implement VK_KHR_timeline_semaphoreLionel Landwerlin5-72/+734
2019-11-11anv: Plumb timeline semaphore signal/wait values through from the APIJason Ekstrand2-3/+22
2019-11-11anv/wsi: signal the semaphore in the acquireNextImageLionel Landwerlin1-4/+20
2019-11-11anv: Lock around fetching sync file FDs from semaphoresJason Ekstrand1-13/+26
2019-11-11anv: prepare the driver for delayed submissionsLionel Landwerlin4-376/+616
2019-11-11anv: refcount semaphoresLionel Landwerlin2-6/+26
2019-11-11anv: prepare driver to report submission error through queuesLionel Landwerlin5-24/+60
2019-11-11anv: allow NULL batch parameter to anv_queue_submit_simple_batchLionel Landwerlin2-19/+17
2019-11-11anv: move queue init/finish to anv_queue.cLionel Landwerlin3-22/+30
2019-11-11anv: expose timeout helpers outside of anv_queue.cLionel Landwerlin2-50/+51
2019-11-11anv: detach batch emission allocation from deviceLionel Landwerlin1-56/+40
2019-11-11anv: remove list items on batch finiLionel Landwerlin1-1/+4
2019-11-11anv: invalidate file descriptor of semaphore sync fd at vkQueueSubmitLionel Landwerlin1-2/+4
2019-11-11radv: fix radv_nir_get_max_workgroup_size when nir=NULLRhys Perry1-1/+4
2019-11-11mesa: check framebuffer completeness only after state updateLionel Landwerlin1-6/+6
2019-11-11glsl: Check earlier for MaxTextureImageUnits and MaxImageUniformsCaio Marcelo de Oliveira Filho2-12/+24
2019-11-11glsl: Check earlier for MaxShaderStorageBlocks and MaxUniformBlocksCaio Marcelo de Oliveira Filho1-16/+16
2019-11-11util: Use ZSTD for shader cache if possibleDylan Baker4-1/+50
2019-11-11egl: avoid local modifications for eglext.h Khronos standard header fileLaurent Carlier2-11/+11
2019-11-11egl: move #include of local headers out of Khronos headersEric Engestrom3-3/+4
2019-11-11intel/fs: Lower large local arrays to scratchJason Ekstrand1-0/+19
2019-11-11intel/fs: Implement the new load/store_scratch intrinsicsJason Ekstrand5-17/+241
2019-11-11intel/nir: Plumb devinfo through lower_mem_access_bit_sizesJason Ekstrand3-9/+14
2019-11-11intel/fs: refactor surface header setupJason Ekstrand1-23/+16
2019-11-11intel/fs: Add DWord scattered read/write opcodesJason Ekstrand5-0/+66
2019-11-11intel/nir: Use nir_extract_bits in lower_mem_access_bit_sizesJason Ekstrand1-37/+15