summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-04-21radeonsi: Report multi-plane formats as unsupportedDrew Davenport1-0/+3
2021-04-21gallivm: handle 16-bit input in i2b32Erik Faye-Lund1-1/+3
2021-04-21xmlconfig: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-4/+4
2021-04-21llvmpipe: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-1/+1
2021-04-21shader_enums: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-1/+1
2021-04-21microsoft/compiler: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-1/+1
2021-04-21microsoft/clc: Fix undeclared function warningJesse Natalie1-1/+1
2021-04-21microsoft/clc: Fix MSVC unreferenced variable warningsJesse Natalie4-8/+2
2021-04-21d3d12: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-3/+3
2021-04-21nir: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie4-4/+4
2021-04-21spirv: fix uToAccelerationStructure handlingLionel Landwerlin1-0/+1
2021-04-21nir_to_tgsi: Use ARL instead of UARL in the !native_integers case.Eric Anholt1-1/+4
2021-04-21iris/gen12: Work around push constant corruption on context switch.Francisco Jerez1-1/+17
2021-04-21mesa: texparam: Add a clamping macro to handle out-of-range floats returned a...Alexander Shi1-4/+8
2021-04-21panfrost: Unset shared/scanout binding flags for staging resourcesIcecream951-0/+1
2021-04-21tu: Correctly preserve old push descriptor contentsConnor Abbott1-2/+2
2021-04-21ir3: Fix list corruption in legalize_block()Connor Abbott1-0/+1
2021-04-21panfrost: Don't advertise AFBC mods when the format is not supportedBoris Brezillon1-0/+8
2021-04-21anv: bump internal descriptor index fields to 32bitsLionel Landwerlin1-6/+6
2021-04-21ac: add missing BUF_DATA_FORMAT_10_11_11 vertex format on GFX10+Samuel Pitoiset1-0/+3
2021-04-21v3d: do not emit attribute if has no resourceJuan A. Suarez Romero1-4/+15
2021-04-21lavapipe: ask pipe-driver for int16 supportErik Faye-Lund1-1/+1
2021-04-21lavapipe: check all graphics stagesErik Faye-Lund1-6/+14
2021-04-21lavapipe: check all vertex-stagesErik Faye-Lund1-2/+17
2021-04-21lavapipe: do not subtract 8 from enumErik Faye-Lund1-1/+1
2021-04-21turnip: consider HW limit on number of views when apply multipos optDanylo Piliaiev1-1/+9
2021-04-21compiler/glsl: do not cast struct to stringErik Faye-Lund1-2/+2
2021-04-21compiler/glsl: drop rogue argument to _mesa_glsl_errorErik Faye-Lund1-1/+1
2021-04-21nir_opt_deref: ptr_as_array(deref_cast<T*>(x))[0] isn't the same as x[0] if t...Jesse Natalie1-1/+3
2021-04-21iris: Set BO maps to NULL in bo_freeNanley Chery1-0/+3
2021-04-21panfrost: Only add resource checksum BOs to the batch onceIcecream951-3/+2
2021-04-21lima: use passed surface to get mipmap level for reload, not cbufVasily Khoruzhick1-4/+2
2021-04-21nv50/ir: fix texture size for msaa texturesIlia Mirkin1-1/+15
2021-04-21panfrost: Enable AFBC buffer sharingAlyssa Rosenzweig2-5/+1
2021-04-21panfrost: Fix AFBC body_size for shared resourcesAlyssa Rosenzweig2-3/+6
2021-04-21gallium/st: correct range for int16Erik Faye-Lund1-0/+6
2021-04-21gallium/st: correct range for float16Erik Faye-Lund1-0/+7
2021-04-21glsl: fix int16 typeErik Faye-Lund1-1/+1
2021-04-21glsl: fix is_integer_16_32Erik Faye-Lund1-1/+1
2021-04-21anv: Clean up anv_semaphore::base on the error pathJason Ekstrand1-0/+4
2021-04-21anv: Clean up anv_descriptor_pool::base on the error pathJason Ekstrand1-0/+1
2021-04-21anv: Clean up anv_device_memory::base on failureJason Ekstrand1-0/+1
2021-04-21etnaviv: don't try to copy PIPE_BUFFER with the 3D engineLucas Stach1-1/+2
2021-04-13gallium/u_threaded: split draws that don't fit in a batchPierre-Eric Pelloux-Prayer1-31/+68
2021-04-13mesa/st: ignore texture_index if tex_instr has deref srcPierre-Eric Pelloux-Prayer1-7/+12
2021-04-13ac/gpu_info: fix more non-coherent RB and GL2 combinationsMarek Olšák4-7/+9
2021-04-13ac/gpu_info: add radeon_info::num_tcc_blocksMarek Olšák2-1/+5
2021-04-13ac/gpu_info: rename num_tcc_blocks -> max_tcc_blocksMarek Olšák4-11/+11
2021-04-12iris: disable dynamic VAO fastpath on GFX version 9Marcin Ślusarz1-0/+7
2021-04-12gallium: add PIPE_CAP_ALLOW_DYNAMIC_VAO_FASTPATHMarcin Ślusarz3-1/+6