summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-04-06frontend/va/image: add pipe flush for vlVaPutImageBoyuan Zhang1-0/+1
2021-04-06drisw: move zink down the list below the sw drivers.Dave Airlie2-6/+6
2021-04-06radv: Flush caches for shader read operations.Bas Nieuwenhuizen1-1/+3
2021-04-06mesa/st: fix st_nir_lower_tex_src_plane argumentsPierre-Eric Pelloux-Prayer1-1/+1
2021-04-06nir/lower_tex: ignore texture_index if tex_instr has deref srcPierre-Eric Pelloux-Prayer1-32/+54
2021-04-06radeonsi: disable sparse buffers on gfx7-8Marek Olšák1-1/+3
2021-04-06ac/llvm: don't set unsupported xnack options to fix LLVM crashes on gfx6-8Marek Olšák3-7/+1
2021-04-06iris: clamp PointWidth in 3DSTATE_SF like i965 doesTapani Pälli1-1/+1
2021-04-06gallivm: increase size of texture target enum bitfieldCharmaine Lee1-1/+1
2021-03-30compiler/glsl: avoid null-pointer derefErik Faye-Lund1-3/+4
2021-03-30pipe-loader,gallium/drm: Fix the kmsro pipe_loader targetIcecream952-0/+11
2021-03-30intel/fs/copy_prop: check stride constraints with actual final typeLionel Landwerlin2-6/+20
2021-03-30r600: don't set an index_bias for indirect draw callsGert Wollny1-1/+1
2021-03-29util: rework AMD cpu L3 cache affinity code.Dave Airlie1-35/+48
2021-03-29lavapipe: fix array texture region copiesMike Blumenkrantz1-3/+11
2021-03-26aco/isel: Don't emit unsupported i16<->f16 conversion opcodes on GFX6/7Tony Wasserka1-16/+66
2021-03-26Revert "egl: Don't add hardware device if there is no render node v2."Simon Ser1-2/+2
2021-03-26egl: only take render nodes into account when listing DRM devicesSimon Ser1-0/+3
2021-03-26egl: fix software flag in _eglAddDevice call on DRMSimon Ser3-3/+7
2021-03-26mesa/st: fix lower_tex_src_plane in multiple samplers scenarioPierre-Eric Pelloux-Prayer1-1/+1
2021-03-25panfrost: Disable early-z when alpha test is usedIcecream951-1/+2
2021-03-25lavapipe: fix CmdCopyQueryPoolResults for partial pipeline statistics queriesMike Blumenkrantz1-7/+20
2021-03-25util/bitscan: add u_foreach_bit macrosMike Blumenkrantz1-0/+10
2021-03-25aco: implement image_deref_samplesRhys Perry2-19/+36
2021-03-25lavapipe: use the passed offset for CmdCopyQueryPoolResultsMike Blumenkrantz1-3/+4
2021-03-25util/set: stop leaking u32 key sets which pass a mem ctxMike Blumenkrantz1-1/+1
2021-03-24Revert "glsl/test: Don't run whitespace tests in parallel"Michel Dänzer1-8/+0
2021-03-24intel/tools: Use subprocess.Popen to read output directly from a pipeMichel Dänzer1-7/+4
2021-03-24lavapipe: fix templated descriptor updatesDave Airlie1-5/+6
2021-03-23android: anv: add libcutils shared dependencyMauro Rossi1-1/+1
2021-03-23nv50: initialize target for blit source surfacesIlia Mirkin1-0/+1
2021-03-23radv: Fix improper max_index_count argument for indexed drawsTony Wasserka1-2/+15
2021-03-23gallium,st: add missing viewport swizzlesIlia Mirkin25-0/+114
2021-03-23panfrost: Add a Meson dependency on bi_opcodes.h for bifrost_compilerJesse Natalie1-0/+1
2021-03-23i965/gen11: Fix must-be-ones bit positions in 3D_MODEJordan Justen1-1/+1
2021-03-19aco: implement 64-bit VGPR {u,i}find_msbRhys Perry1-0/+28
2021-03-18aco/tests: Use _exit in child processMichel Dänzer1-1/+1
2021-03-18zink: fix emulation of no mipfilterErik Faye-Lund1-1/+1
2021-03-18compiler/spirv: fix image sample queriesMike Blumenkrantz1-1/+5
2021-03-18aco: Fix constant address offset calculation for ds_read2 instructions.Timur Kristóf1-6/+8
2021-03-18gallium/st: fix shader_has_one_variantErik Faye-Lund1-1/+2
2021-03-18gallium/st: fix shader_has_one_variantErik Faye-Lund1-1/+4
2021-03-18zink: always use requested format for sampler view creationMike Blumenkrantz1-4/+3
2021-03-18gallium/u_vbuf: use updated pipe_draw_start_count while using draw_vboNeha Bhende1-1/+1
2021-03-18mesa: set states in fast path for restoring light attributesNeha Bhende1-2/+8
2021-03-18intel/fs/vec4: add missing dependency in write-on-write fixed GRFsLionel Landwerlin1-1/+5
2021-03-18ir3: fix has_src() to return correctly in ir3_nir_lower_tex_prefetchHyunjun Ko1-1/+1
2021-03-15anv: Lower ViewIndex to zero when multiview is disabledCaio Marcelo de Oliveira Filho1-3/+20
2021-03-15frontends/va: fix protected slice data buffer read sizePierre-Eric Pelloux-Prayer1-1/+1
2021-03-15lavapipe: fix push descriptor set indexingMike Blumenkrantz1-1/+7