summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* spirv: Fix the MSVC buildJason Ekstrand2019-11-121-1/+1
* nir: patch up deref-vars when lowering clip-planesErik Faye-Lund2019-11-121-0/+1
* ac: handle pointer types to LDS in ac_get_elem_bits()Samuel Pitoiset2019-11-121-0/+5
* freedreno: add Adreno 640 IDJonathan Marek2019-11-113-0/+11
* radv: fix radv secure compile feature breaks compilation on armhf EABI and aa...Luis Mendes2019-11-121-0/+8
* st/mesa: remove unused TGSI-only debug printing functionsMarek Olšák2019-11-117-68/+0
* st/mesa: add ST_DEBUG=nir to print NIR shadersMarek Olšák2019-11-112-1/+11
* st/mesa: print TCS/TES/GS/CS TGSI in the right place & keep disk cache enabledMarek Olšák2019-11-112-6/+5
* st/mesa: remove \n being only printed in debug builds after printed TGSIMarek Olšák2019-11-111-12/+4
* st/mesa: rename DEBUG_TGSI -> DEBUG_PRINT_IRMarek Olšák2019-11-114-7/+7
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-116-1/+12
* anv: implement VK_KHR_timeline_semaphoreLionel Landwerlin2019-11-115-72/+734
* anv: Plumb timeline semaphore signal/wait values through from the APIJason Ekstrand2019-11-112-3/+22
* anv/wsi: signal the semaphore in the acquireNextImageLionel Landwerlin2019-11-111-4/+20
* anv: Lock around fetching sync file FDs from semaphoresJason Ekstrand2019-11-111-13/+26
* anv: prepare the driver for delayed submissionsLionel Landwerlin2019-11-114-376/+616
* anv: refcount semaphoresLionel Landwerlin2019-11-112-6/+26
* anv: prepare driver to report submission error through queuesLionel Landwerlin2019-11-115-24/+60
* anv: allow NULL batch parameter to anv_queue_submit_simple_batchLionel Landwerlin2019-11-112-19/+17
* anv: move queue init/finish to anv_queue.cLionel Landwerlin2019-11-113-22/+30
* anv: expose timeout helpers outside of anv_queue.cLionel Landwerlin2019-11-112-50/+51
* anv: detach batch emission allocation from deviceLionel Landwerlin2019-11-111-56/+40
* anv: remove list items on batch finiLionel Landwerlin2019-11-111-1/+4
* anv: invalidate file descriptor of semaphore sync fd at vkQueueSubmitLionel Landwerlin2019-11-111-2/+4
* radv: fix radv_nir_get_max_workgroup_size when nir=NULLRhys Perry2019-11-111-1/+4
* mesa: check framebuffer completeness only after state updateLionel Landwerlin2019-11-111-6/+6
* glsl: Check earlier for MaxTextureImageUnits and MaxImageUniformsCaio Marcelo de Oliveira Filho2019-11-112-12/+24
* glsl: Check earlier for MaxShaderStorageBlocks and MaxUniformBlocksCaio Marcelo de Oliveira Filho2019-11-111-16/+16
* util: Use ZSTD for shader cache if possibleDylan Baker2019-11-112-0/+31
* egl: move #include of local headers out of Khronos headersEric Engestrom2019-11-112-0/+4
* intel/fs: Lower large local arrays to scratchJason Ekstrand2019-11-111-0/+19
* intel/fs: Implement the new load/store_scratch intrinsicsJason Ekstrand2019-11-115-17/+241
* intel/nir: Plumb devinfo through lower_mem_access_bit_sizesJason Ekstrand2019-11-113-9/+14
* intel/fs: refactor surface header setupJason Ekstrand2019-11-111-23/+16
* intel/fs: Add DWord scattered read/write opcodesJason Ekstrand2019-11-115-0/+66
* intel/nir: Use nir_extract_bits in lower_mem_access_bit_sizesJason Ekstrand2019-11-111-37/+15
* nir: Add tests for nir_extract_bitsJason Ekstrand2019-11-112-0/+167
* nir/builder: Add a nir_extract_bits helperJason Ekstrand2019-11-111-37/+80
* egl: fix _EGL_NATIVE_PLATFORM fallbackEric Engestrom2019-11-111-9/+0
* anv: Unify GetDeviceQueue and GetDeviceQueue2Ricardo Garcia2019-11-111-4/+8
* panfrost: Select format-specific blending intrinsicsAlyssa Rosenzweig2019-11-113-9/+41
* pan/midgard: Pack load/store masksAlyssa Rosenzweig2019-11-111-2/+30
* pan/midgard: Implement nir_intrinsic_load_output_u8_as_fp16_panAlyssa Rosenzweig2019-11-111-0/+20
* pan/midgard: Identify ld_color_buffer_u8_as_fp16*Alyssa Rosenzweig2019-11-112-2/+7
* nir: Add load_output_u8_as_fp16_pan intrinsicAlyssa Rosenzweig2019-11-111-0/+6
* panfrost: Set depth and stencil for SFBD based on the formatTomeu Vizoso2019-11-114-21/+36
* zink: correct depth-stencil formatErik Faye-Lund2019-11-111-1/+1
* zink/spirv: add support for nir_op_flrpErik Faye-Lund2019-11-111-0/+15
* egl: Mention if swrast is being forcedChris Wilson2019-11-111-0/+2
* spirv: Sort out the mess that is sampled imageJason Ekstrand2019-11-092-15/+24