summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-27VERSION: bump for 20.2.0-rc3mesa-20.2.0-rc3Dylan Baker1-1/+1
2020-08-21aco: fix non-rtz pack_half_2x16Rhys Perry2-6/+12
2020-08-21glsl: Eliminate out-of-bounds triop_vector_insertDanylo Piliaiev2-2/+33
2020-08-21clover/spirv: Remove unused tuple headerPierre Moreau2-2/+1
2020-08-21panfrost: Free batch->dependenciesAlyssa Rosenzweig2-1/+3
2020-08-21panfrost: Use memctx for sysvalsAlyssa Rosenzweig5-6/+6
2020-08-21pan/mdg: Free previous livenessAlyssa Rosenzweig2-4/+6
2020-08-21panfrost: Free hash_to_temp mapAlyssa Rosenzweig4-14/+14
2020-08-21panfrost: Free NIR of blit shadersAlyssa Rosenzweig2-1/+2
2020-08-21panfrost: Free cloned NIR shaderAlyssa Rosenzweig2-1/+5
2020-08-21panfrost: Fix blend leak for render targets 5-8Alyssa Rosenzweig2-2/+2
2020-08-21anv: null check for buffer before reading sizeTapani Pälli2-6/+6
2020-08-21nv50/ir/nir: fix global_atomic_comp_swapKarol Herbst2-1/+3
2020-08-21freedreno/ir3: Fix assertion failures dumping CS high full regs.Eric Anholt5-69/+1058
2020-08-21freedreno/a6xx: fix occlusion query with more than one tileRob Clark2-4/+4
2020-08-21egl/x11_dri3: enable & require xfixes 2.0Eric Engestrom3-2/+26
2020-08-21pan/mdg: Ensure barrier op is set on textureAlyssa Rosenzweig2-1/+2
2020-08-21panfrost: Fix WRITES_GLOBAL bitAlyssa Rosenzweig2-2/+2
2020-08-21android: freedreno: Another build fixRoman Stratiienko2-10/+12
2020-08-21llvmpipe/cs: update compute counters not fragment shader.Dave Airlie2-3/+3
2020-08-21spirv: Don't emit RMW for vector indexing in shared or globalJason Ekstrand2-6/+18
2020-08-21radv: Fix handling of attribs 16-31.Bas Nieuwenhuizen3-3/+5
2020-08-21radv: Override the uniform buffer offset alignment for World War Z.Bas Nieuwenhuizen4-2/+26
2020-08-21driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen16-14/+58
2020-08-21llvmpipe: enable GL 4.5Dave Airlie7-40/+29
2020-08-21.pick_status.json: Update to ca7d66e847d08914cec0a5e003b400da9c0a2695Dylan Baker1-0/+1818
2020-08-18spirv: Only require bare types to match when copying variablesDanylo Piliaiev2-2/+3
2020-08-18nir: Fix i64tof32 loweringBoris Brezillon2-27/+22
2020-08-18llvmpipe/blit: for 32-bit unorm depth blits just copy 32-bitDave Airlie2-1/+10
2020-08-18panfrost: Set STRIDE_4BYTE_ALIGNED_ONLYAlyssa Rosenzweig3-2/+5
2020-08-18ac/llvm: handle static/shared llvm init separatelyPierre-Eric Pelloux-Prayer12-10/+29
2020-08-18radv: Use getter instead of setter to extract value.Bas Nieuwenhuizen2-2/+2
2020-08-18llvmpipe: only read 0 for channels being readDave Airlie2-2/+2
2020-08-18anv: don't fail userspace relocation with perf queriesLionel Landwerlin2-4/+1
2020-08-18radv: When importing an image, redo the layout based on the metadata.Bas Nieuwenhuizen3-6/+52
2020-08-18u_debug_stack_test: Fix MSVC compiling by using ATTRIBUTE_NOINLINEJesse Natalie2-4/+5
2020-08-18iris: Don't call SET_TILING for dmabuf importsNanley Chery4-19/+12
2020-08-18nir/lower_idiv: Port recent LLVM fixes to emit_udivTony Wasserka2-23/+24
2020-08-18radeonsi: disable NGG culling on gfx10.3 because of hangsMarek Olšák2-1/+6
2020-08-18.pick_status.json: Update to 6d28270968e0728bf8bdf48a6abd261c50d9ef07Dylan Baker1-0/+1962
2020-08-12anv/nir: Unify inputs_read/outputs_written between geometry stagesDanylo Piliaiev2-3/+28
2020-08-12radv: fix emitting the border color pointer on the compute queueSamuel Pitoiset4-11/+23
2020-08-12util: Fix memory leaks in unit test.Vinson Lee2-1/+4
2020-08-12dri_util: Update internal_format to GL_RGB8 for MESA_FORMAT_B8G8R8X8_UNORMNanley Chery2-2/+2
2020-08-12.pick_status.json: Update to 61042b1bdb199f98dd34085ed29a8c492ed9b2a3Dylan Baker1-0/+333
2020-08-12bump version for 20.2.0-rc2mesa-20.2.0-rc2Dylan Baker1-1/+1
2020-08-11aco: execute branch instructions in WQM if necessaryDaniel Schürmann2-7/+6
2020-08-11aco: don't move memory accesses to before control barriersRhys Perry2-1/+7
2020-08-11radv: limit LATE_ALLOC_GS to prevent a GPU hang on GFX10Samuel Pitoiset2-1/+5
2020-08-11radv/gfx10: add missing initialization of registersSamuel Pitoiset2-2/+30