summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-01intel/fs: Fix MOV_INDIRECT and BROADCAST of Q types on Gen11+Jason Ekstrand2-5/+23
2020-09-01vulkan/wsi/x11: wait for acquirable images in FIFO modeRoman Gilg1-6/+9
2020-09-01vulkan/wsi/x11: add sent image counterRoman Gilg1-0/+8
2020-09-01nir/algebraic: mark some optimizations with fsat(NaN) as inexactSamuel Pitoiset1-3/+9
2020-09-01gallivm: fix build on LLVM 12 due to LLVMAddConstantPropagationPass removalMarek Olšák1-0/+2
2020-09-01vulkan: Fix memory leaks.Vinson Lee1-1/+4
2020-09-01pan/mdg: Fix perspective combinationAlyssa Rosenzweig1-0/+1
2020-09-01pan/mdg: Fix discard encodingAlyssa Rosenzweig1-1/+2
2020-09-01turnip: Make sure we include the build id.Eric Anholt1-1/+1
2020-09-01anv: VK_INTEL_performance_query interaction with VK_EXT_private_dataLionel Landwerlin2-12/+41
2020-09-01util/u_thread: include pthread_np.h if foundJonathan Gray1-1/+1
2020-09-01util: futex fixes for OpenBSDJonathan Gray1-3/+10
2020-09-01meson: conditionally include -ldl in gbm pkg-config fileJonathan Gray1-1/+1
2020-09-01meson: don't advertise TLS support if glx wasn't build with itEric Engestrom1-1/+1
2020-09-01util/anon_file: add OpenBSD shm_mkstemp() pathJonathan Gray1-3/+7
2020-09-01util: unbreak endian detection on OpenBSDJonathan Gray1-4/+13
2020-09-01intel/nir: Rewrite the guts of lower_alpha_to_coverageJason Ekstrand2-66/+100
2020-09-01intel/nir: Pass the nir_builder by reference in lower_alpha_to_coverageJason Ekstrand1-16/+16
2020-09-01egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damageEric Engestrom6-3/+37
2020-08-28iris: Drop stale syncobj references in fence_server_syncKenneth Graunke1-0/+52
2020-08-28iris: Reorder the loops in iris_fence_await() for clarity.Kenneth Graunke1-9/+11
2020-08-28radv: Fix 3d blits.Bas Nieuwenhuizen1-17/+25
2020-08-28aco: create long jumpsRhys Perry2-28/+126
2020-08-28aco: reserve 2 sgprs for each branchRhys Perry5-39/+57
2020-08-28aco: keep loop live-through variables spilledRhys Perry1-0/+14
2020-08-28aco: fix spills_entry heuristic for branch blocks in init_live_in_vars()Rhys Perry1-2/+2
2020-08-28aco: fix regclass checks when fixing to vcc/exec with BuilderRhys Perry1-3/+6
2020-08-28aco: don't fix break condition for break+discard to execRhys Perry1-4/+7
2020-08-28aco: don't consider the first partial spill if it's the wrong typeRhys Perry1-4/+4
2020-08-28aco: consider branch definitions in spillerRhys Perry1-0/+14
2020-08-28etnaviv: Add lock around pending_ctxMarek Vasut4-3/+53
2020-08-28etnaviv: Remove etna_resource_get_status()Marek Vasut2-31/+0
2020-08-28v3d: set instance id to 0 at start of tileAlejandro Piñeiro1-0/+7
2020-08-28v3d/packet: fix typo on Set InstanceID/PrimitiveID packetAlejandro Piñeiro1-2/+2
2020-08-28gallium/dri2: Report correct YUYV and UYVY plane countNanley Chery1-14/+4
2020-08-28freedreno/gmemtool: add tile_alignw/h and a650Rob Clark1-5/+10
2020-08-28radeonsi: fix tess levels coming as scalar arrays from SPIR-VMarek Olšák1-1/+7
2020-08-28radv: Update CTS version.Bas Nieuwenhuizen1-1/+1
2020-08-28radv: Remove conformance warnings with ACO.Bas Nieuwenhuizen1-1/+1
2020-08-28anv: fix transform feedback surface sizeLionel Landwerlin1-1/+1
2020-08-28freedreno: handle case of shadowing current render targetRob Clark1-0/+18
2020-08-28st/mesa: don't generate NIR for ARB_vp/fp if NIR is not preferredMarek Olšák1-1/+3
2020-08-28clover/spirv: Don't call llvm::regularizeLlvmForSpirvJason Ekstrand1-5/+0
2020-08-21aco: fix non-rtz pack_half_2x16Rhys Perry1-5/+11
2020-08-21glsl: Eliminate out-of-bounds triop_vector_insertDanylo Piliaiev1-1/+32
2020-08-21clover/spirv: Remove unused tuple headerPierre Moreau1-1/+0
2020-08-21panfrost: Free batch->dependenciesAlyssa Rosenzweig1-0/+2
2020-08-21panfrost: Use memctx for sysvalsAlyssa Rosenzweig4-5/+5
2020-08-21pan/mdg: Free previous livenessAlyssa Rosenzweig1-3/+5
2020-08-21panfrost: Free hash_to_temp mapAlyssa Rosenzweig3-13/+13