summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-25egl/android: include "util/compiler.h" for FALLTHROUGH macroMauro Rossi1-0/+1
2021-07-24targets/graw-xlib: Add missing dep_x11Alyssa Rosenzweig1-1/+1
2021-07-24glsl: relax rule on varying matching for shaders older than 4.20Timothy Arceri1-31/+40
2021-07-22freedreno/computerator: Fix local_size typoConnor Abbott1-2/+2
2021-07-22aco: don't create v_madmk_f32/v_madak_f32 from v_fma_legacy_f16Rhys Perry1-0/+5
2021-07-22util: add workaround for Full BoreTimothy Arceri1-0/+4
2021-07-22llvmpipe: add support for time elapsed queries.Dave Airlie5-9/+33
2021-07-22egl/surfaceless: try kms_swrast before swrastChia-I Wu1-5/+9
2021-07-22nir/gcm: Clear out pass_flags before startingIan Romanick1-0/+5
2021-07-22egl/wayland: Allow EGLSurface to outlive wl_egl_windowDaniel Stone1-6/+15
2021-07-22egl/wayland: Error on invalid native windowDaniel Stone1-0/+10
2021-07-22broadcom/compiler: emit TMU flush before a jumpJuan A. Suarez Romero1-0/+4
2021-07-22st/mesa: always use PIPE_USAGE_STAGING for GL_MAP_READ_BIT usageMarek Olšák1-7/+11
2021-07-22radeonsi: Check aux_context on si_destroy_screen()Olivier Fourdan1-7/+9
2021-07-22mesa: fix bindless uniform samplers updatePierre-Eric Pelloux-Prayer1-1/+4
2021-07-22aco/optimizer: ensure to not erase high bits when propagating packed constantsDaniel Schürmann1-1/+2
2021-07-22v3d/driconf: Expose non-MSAA texture limits for mutter and gnome-shellJose Maria Casanova Crespo1-0/+2
2021-07-22nv50/ir/nir: fix smem size for GLKarol Herbst1-1/+1
2021-07-22softpipe/aniso: move DDQ calculation to after scaling.Dave Airlie1-9/+9
2021-07-22glsl: replace some C++ code with CTimothy Arceri1-7/+8
2021-07-22util/foz: stop crashing on destroy if prepare hasn't been calledMike Blumenkrantz1-1/+2
2021-07-22radeonsi: don't expose no-attachment MSAA 16x on all 1 RB chips due to issuesMarek Olšák1-1/+1
2021-07-22anv: Handle errors properly in anv_i915_queryJason Ekstrand1-3/+8
2021-07-22iris: Re-emit MEDIA_VFE_STATE for variable group size shadersJason Ekstrand1-1/+2
2021-07-22radv: only init the TC-compat ZRANGE metadata for the depth aspectSamuel Pitoiset1-1/+1
2021-07-22lima: handle fp16 vertex formatsVasily Khoruzhick1-1/+5
2021-07-22lavapipe: Use common Vulkan format helpersJoshua Ashton4-168/+45
2021-07-22freedreno/ir3: Don't force RTNE if rounding mode is undefinedRob Clark2-41/+48
2021-07-14vulkan: allocate host-visible memory for swapchain imagesErik Faye-Lund1-1/+1
2021-07-14vulkan: do not map zero-sized region of memoryErik Faye-Lund1-1/+1
2021-07-14mesa: clear shader_info::is_lowered in prog_to_nirPierre-Eric Pelloux-Prayer1-0/+1
2021-07-14zink: remove duplicate format-mapping on little-endianErik Faye-Lund1-1/+0
2021-07-14freedreno/a6xx: Fix framebuffer_barrier crashRob Clark1-1/+6
2021-07-14freedreno: Consolidate needs_flush and clearing last_fenceRob Clark7-22/+29
2021-07-13st/xa: Mark default xa_get_pipe_format case unreachable.Vinson Lee1-1/+1
2021-07-13broadcom/compiler: fix add vs. mulThomas H.P. Andersen1-1/+1
2021-07-13radeonsi,radv: fix a late alloc deadlock with <= 6 CUs per SAMarek Olšák3-6/+0
2021-07-13ac/surface/tests: fix the ARM buildMarek Olšák1-4/+1
2021-07-13ir3: Fix infinite loop in scheduler when splittingConnor Abbott1-0/+19
2021-07-13aco: fix shared_atomic_comp_swap if the second source isn't a VGPRSamuel Pitoiset1-2/+4
2021-07-13st/mesa: fix size miss match for some checkQiang Yu3-9/+9
2021-07-13softpipe: add missing sentinel to debug option arrayHeinrich Fink1-0/+1
2021-07-13util/radeonsi: add radeonsi workaround for Nuclear ThroneTimothy Arceri1-0/+3
2021-07-13iris: Don't leak the surface if uncompressed re-interp failsJason Ekstrand1-1/+3
2021-07-13ac/surface: Handle non-retiled displayable DCC correctly for modifiers.Bas Nieuwenhuizen1-6/+13
2021-07-13glsl: Prohibit implicit conversion of mem parameter in atomicOP functionsDanylo Piliaiev5-6/+14
2021-07-13draw: fix tessellation output vertex size calculationDave Airlie1-1/+1
2021-07-13nir/ifind_msb_rev: fix input checkThomas H.P. Andersen1-1/+1
2021-07-13nir: Fix constant folding for irhadd/urhaddAlyssa Rosenzweig1-2/+2
2021-07-13intel: fix leaking memory on shader creationYevhenii Kolesnikov2-2/+2