summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-30zink: rework memory_barrier hookMike Blumenkrantz1-106/+62
2021-03-30zink: rework some includesMike Blumenkrantz2-8/+16
2021-03-30zink: use GENERAL layout for sampler images that are also bound as shader imagesMike Blumenkrantz1-1/+2
2021-03-30zink: simplify some descriptor update function parametersMike Blumenkrantz1-6/+5
2021-03-30zink: move descriptor barrier handling to main update functionMike Blumenkrantz1-9/+13
2021-03-30zink: move update_descriptors & related funcs to zink_descriptors.cMike Blumenkrantz3-558/+559
2021-03-30zink: rework texture_barrier hookMike Blumenkrantz1-3/+44
2021-03-30nir: Unify memory atomicsAlyssa Rosenzweig1-85/+38
2021-03-29lavapipe: ignore unused clearvalues when beginning renderpassMike Blumenkrantz1-1/+1
2021-03-29lavapipe: Free sorted descriptor array.Bas Nieuwenhuizen1-0/+2
2021-03-29vulkan: Fix descriptor set creation with zero bindings.Bas Nieuwenhuizen6-41/+50
2021-03-29panfrost: Implement panfrost_set_global_bindingIcecream951-1/+15
2021-03-29pipe-loader: Stop trying to use kmsro for vgemIcecream951-0/+4
2021-03-29pipe-loader,gallium/drm: Fix the kmsro pipe_loader targetIcecream952-0/+11
2021-03-29intel/fs/copy_prop: check stride constraints with actual final typeLionel Landwerlin2-6/+20
2021-03-29tu: Skip tu_tiling_config_update_tile_layout() if not using gmemMatt Turner1-6/+6
2021-03-29freedreno/a5xx: Use VALIDREG/CONDREG like a6xx do.Eric Anholt1-9/+15
2021-03-29freedreno/a5xx: Add support for clip distances and use them for userclip.Eric Anholt6-120/+55
2021-03-29lavapipe: enable KHR_shader_atomic_int64Dave Airlie3-1/+9
2021-03-29gallivm: add 64-bit atomic global supportDave Airlie4-5/+28
2021-03-29gallivm: add 64-bit atomic support for ssbo/shared.Dave Airlie3-10/+20
2021-03-29ac/surface: do not allocate FMASK or CMASK for stencil-only surfaces on GFX9+Samuel Pitoiset1-3/+8
2021-03-29ci: Enable iris testing in meson-releaseKenneth Graunke1-1/+1
2021-03-29intel: Mark an otherwise unused variable in intel_dump_gpu as ASSERTEDKenneth Graunke1-1/+1
2021-03-29radv: require DRM 3.35+Samuel Pitoiset11-477/+58
2021-03-29radv: Only set WRITE_COMPRESS_ENABLE on supported HW.Bas Nieuwenhuizen1-5/+6
2021-03-29r600/sfn: allocate number of VS outputs based on max driver_locationGert Wollny1-1/+4
2021-03-29r600: Don't advertise support for scaled int16 vertex formatsGert Wollny1-0/+9
2021-03-29r600: don't set an index_bias for indirect draw callsGert Wollny1-1/+1
2021-03-29r600: Fix texture buffer offset alignmentGert Wollny1-1/+1
2021-03-29freedreno: Fix file descriptor leak.Vinson Lee1-3/+2
2021-03-29zink: use pre-populated shader-locationsErik Faye-Lund3-79/+22
2021-03-29zink: do not depend on shader_slots_reserved for xfbErik Faye-Lund2-5/+15
2021-03-29zink: pre-populate locations in variablesErik Faye-Lund2-0/+62
2021-03-29zink: handle errors in nir_to_spirvErik Faye-Lund1-1/+3
2021-03-29aco/tests: fix isel.sparse.clause for LLVM 12+Rhys Perry1-4/+15
2021-03-29frontends/va: correct check for invalid formatErik Faye-Lund1-1/+1
2021-03-29android: panfrost: Use the blend shader cache attached to the deviceMauro Rossi1-2/+0
2021-03-29turnip,ir3: account for dispatch group offsetsDanylo Piliaiev6-9/+45
2021-03-29etnaviv/drm: only print out fence error on non timeoutLionel Landwerlin1-4/+2
2021-03-29util: rework AMD cpu L3 cache affinity code.Dave Airlie1-35/+48
2021-03-29st/glthread: allow for invalid L3 cache id.Dave Airlie4-10/+17
2021-03-29llvmpipe: fix cube image size queryDave Airlie1-10/+1
2021-03-29llvmpipe: increase PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE valueTimothee Chabat2-1/+3
2021-03-29llvmpipe: stop flattening multidrawsMike Blumenkrantz1-5/+0
2021-03-29aux/draw: pass full draw params to draw_pt_arrays()Mike Blumenkrantz1-16/+16
2021-03-29aux/draw: track increment_draw_id value from draw infoMike Blumenkrantz2-0/+2
2021-03-29aux/draw: move draw param sanitization to end of functionMike Blumenkrantz1-15/+16
2021-03-29aux/draw: pass the full draw params through to draw_pt_arrays_restart()Mike Blumenkrantz1-5/+7
2021-03-29aux/draw: pass the full draw params through to draw_instances()Mike Blumenkrantz1-13/+16