aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallivm: handle non-32 bit undefinedDave Airlie2019-12-271-1/+2
* llvmpipe/nir: use nir_max_vec_components in more placesDave Airlie2019-12-273-46/+46
* llvmpipe: add support for compute shader paramsDave Airlie2019-12-271-5/+55
* llvmpipe: handle serialized nir as a shader type.Dave Airlie2019-12-272-4/+19
* gallivm/llvmpipe: add support for global operations.Dave Airlie2019-12-276-0/+332
* gallivm/llvmpipe: add support for block size intrinsicDave Airlie2019-12-274-3/+24
* gallivm/llvmpipe: add support for work dimension intrinsic.Dave Airlie2019-12-275-16/+31
* tgsi/mesa: handle KERNEL caseDave Airlie2019-12-271-0/+1
* gallivm/nir: allow 8/16-bit conversion and comparison.Dave Airlie2019-12-271-3/+29
* gallivm: pick integer builders for alu instructions.Dave Airlie2019-12-271-17/+46
* gallivm: add support for 8-bit/16-bit integer buildersDave Airlie2019-12-273-14/+68
* llvmpipe/gallivm: add kernel inputsDave Airlie2019-12-278-3/+90
* gallivm: add 64-bit const int creator.Dave Airlie2019-12-271-0/+5
* panfrost: Route gl_VertexID through cmdstreamAlyssa Rosenzweig2019-12-242-4/+17
* panfrost: Extend attribute_count for vertex builtinsAlyssa Rosenzweig2019-12-241-0/+10
* pan/decode: Handle gl_VertexID/gl_InstanceIDAlyssa Rosenzweig2019-12-241-1/+1
* panfrost: Remove pan_shift_oddAlyssa Rosenzweig2019-12-241-7/+7
* panfrost: Slight cleanup of Gallium's pan_attribute.cAlyssa Rosenzweig2019-12-241-5/+2
* panfrost: Move instancing routines to encoder/Alyssa Rosenzweig2019-12-243-238/+1
* panfrost: Factor batch/resource out of instancing routinesAlyssa Rosenzweig2019-12-241-19/+10
* panfrost: Rename pan_instancing.c -> pan_attributes.cAlyssa Rosenzweig2019-12-243-2/+2
* pan/midgard: Support loads from R11G11B10 in a blend shaderAlyssa Rosenzweig2019-12-241-3/+27
* panfrost: Increase PIPE_SHADER_CAP_MAX_OUTPUTS to 16Tomeu Vizoso2019-12-241-1/+1
* panfrost: Handle Z24_UNORM_S8_UINT as MALI_Z32_UNORMTomeu Vizoso2019-12-241-0/+1
* Android: Fix build issue without LLVMRoman Stratiienko2019-12-231-2/+2
* iris: Avoid replacing backing storage for buffers with no contentsKenneth Graunke2019-12-221-0/+4
* iris: Fix shader recompile debug printingKenneth Graunke2019-12-221-2/+28
* iris: Make helper functions to turn iris shader keys into brw keys.Kenneth Graunke2019-12-221-41/+83
* swr: Fix build with llvm-10.0.Vinson Lee2019-12-211-0/+3
* etnaviv: tgsi: Fix gl_FrontFacing supportMarek Vasut2019-12-211-10/+53
* u_vbuf: Return true in u_vbuf_get_caps if nb of vbufs is below minimumPaul Cercueil2019-12-211-0/+5
* u_vbuf: Regard non-constant vbufs with non-instance elements as freePaul Cercueil2019-12-211-4/+13
* u_vbuf: use single vertex buffer if it's not possible to have multipleWladimir J. van der Laan2019-12-211-1/+20
* u_vbuf: Only create driver CSO if no incompatible elementsPaul Cercueil2019-12-211-2/+6
* u_vbuf: Mark vbufs incompatible if more were requested than HW supportsPaul Cercueil2019-12-211-0/+11
* u_vbuf: add logic to use a limited number of vbufsWladimir J. van der Laan2019-12-212-0/+8
* gallium: add PIPE_CAP_MAX_VERTEX_BUFFERSChristian Gmeiner2019-12-213-0/+5
* kmsro: Extend to include ingenic-drmPaul Cercueil2019-12-213-0/+3
* kmsro: Add "mcde" entry pointStephan Gerhold2019-12-213-0/+3
* nv50ir/nir: support vec8 and vec16Karol Herbst2019-12-211-1/+3
* llvmpipe: switch to NIR by defaultDave Airlie2019-12-213-8/+24
* gallivm/nir: wrap idiv to avoid divide by 0 (v2)Dave Airlie2019-12-211-4/+21
* lima: set shader caps to optimize control flowErico Nunes2019-12-201-2/+16
* lima/ppir: remove assert on ppir_emit_tex unsupported featureErico Nunes2019-12-201-1/+0
* lima/ppir: fix lod bias srcErico Nunes2019-12-205-11/+16
* lima: Fix dump file creationAndreas Baierl2019-12-201-3/+5
* radeon/vcn2: enable rate control for hevc encodingPierre-Eric Pelloux-Prayer2019-12-201-1/+7
* etnaviv: Replace bitwise OR with logical ORMarek Vasut2019-12-201-1/+1
* etnaviv: update resource status after flushingChristian Gmeiner2019-12-201-0/+8
* util/format: add missing vulkan formatsJonathan Marek2019-12-191-2/+24