summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-12-28mesa: avoid returning a value in a void functionEric Engestrom1-1/+2
2019-12-27meson: simplify install_megadrivers.py invocationEric Engestrom5-10/+5
2019-12-27nine: fix empty-body-issuesEric Engestrom1-1/+1
2019-12-27amd: fix empty-body issuesEric Engestrom4-9/+9
2019-12-27u_format: move format tests to util/tests/Eric Engestrom5-5/+2
2019-12-27util/format: add trivial srgb<->linear conversion testEric Engestrom3-0/+53
2019-12-27util/format: add PIPE_FORMAT_ASTC_*x*x*_SRGB to util_format_{srgb,linear}()Eric Engestrom1-0/+40
2019-12-27util/format: remove left-over util_format_description_table declarationEric Engestrom1-4/+0
2019-12-28gallivm: fixup const int64 builder.Dave Airlie1-1/+1
2019-12-27radeonsi/gfx10: improve performance for TES using PrimID but not exporting itMarek Olšák1-1/+2
2019-12-27radeonsi/gfx10: enable NGG passthrough for eligible shadersMarek Olšák3-32/+47
2019-12-27radeonsi/gfx10: don't declare any LDS for NGG if it's not usedMarek Olšák2-6/+21
2019-12-27panfrost: Remove 32-bit next_job pathAlyssa Rosenzweig3-23/+4
2019-12-27panfrost; Update comment about work/uniform_countAlyssa Rosenzweig1-3/+1
2019-12-27panfrost: Remove mali_alt_funcAlyssa Rosenzweig7-72/+59
2019-12-27panfrost: Add missing #include in common headerAlyssa Rosenzweig1-0/+1
2019-12-27panfrost: Add pan_attributes.c to Android.mkAlyssa Rosenzweig1-0/+1
2019-12-27panfrost: Implement remaining texture wrap modesAlyssa Rosenzweig3-6/+24
2019-12-27panfrost: Inline away MALI_NEGATIVEAlyssa Rosenzweig2-9/+5
2019-12-27panfrost: Remove MALI_ATTR_INTERNALAlyssa Rosenzweig2-3/+0
2019-12-27panfrost: Update information on fixed attributes/varyingsAlyssa Rosenzweig1-3/+2
2019-12-27panfrost: Remove MALI_SPECIAL_ATTRIBUTE_BASE definesAlyssa Rosenzweig1-5/+0
2019-12-27pan/midgard: Fix minor typoAlyssa Rosenzweig1-1/+1
2019-12-27android: radv: build radv_shader_args.cMauro Rossi1-0/+2
2019-12-27android: radeonsi,ac: fix building error due to ac changesMauro Rossi1-0/+2
2019-12-27android: radv: fix vk_format_table.c generated source buildMauro Rossi1-0/+1
2019-12-27android: util: Add a mapping from VkFormat to PIPE_FORMAT.Mauro Rossi2-1/+3
2019-12-27android: nir: add a load/store vectorization passMauro Rossi1-0/+1
2019-12-27llvmpipe: add debug option to enable OpenCL support.Dave Airlie2-2/+5
2019-12-27gallivm/nir: add vec8/16 supportDave Airlie1-2/+4
2019-12-27gallivm/nir: lower packingDave Airlie1-0/+1
2019-12-27llvmpipe: lower hadd/add_satDave Airlie1-0/+2
2019-12-27gallivm: handle non-32 bit undefinedDave Airlie1-1/+2
2019-12-27llvmpipe/nir: use nir_max_vec_components in more placesDave Airlie3-46/+46
2019-12-27llvmpipe: add support for compute shader paramsDave Airlie1-5/+55
2019-12-27llvmpipe: handle serialized nir as a shader type.Dave Airlie2-4/+19
2019-12-27gallivm/llvmpipe: add support for global operations.Dave Airlie6-0/+332
2019-12-27gallivm/llvmpipe: add support for block size intrinsicDave Airlie4-3/+24
2019-12-27gallivm/llvmpipe: add support for work dimension intrinsic.Dave Airlie5-16/+31
2019-12-27tgsi/mesa: handle KERNEL caseDave Airlie1-0/+1
2019-12-27gallivm/nir: allow 8/16-bit conversion and comparison.Dave Airlie1-3/+29
2019-12-27gallivm: pick integer builders for alu instructions.Dave Airlie1-17/+46
2019-12-27gallivm: add support for 8-bit/16-bit integer buildersDave Airlie3-14/+68
2019-12-27llvmpipe/gallivm: add kernel inputsDave Airlie8-3/+90
2019-12-27gallivm: add 64-bit const int creator.Dave Airlie1-0/+5
2019-12-27nir: sanitize work group intrinsics to always be 32-bit.Dave Airlie1-0/+4
2019-12-26radv: Expose all sample counts for integer formats as well.Bas Nieuwenhuizen1-1/+1
2019-12-24panfrost: Route gl_VertexID through cmdstreamAlyssa Rosenzweig4-4/+60
2019-12-24panfrost: Extend attribute_count for vertex builtinsAlyssa Rosenzweig1-0/+10
2019-12-24pan/midgard: Lower gl_VertexID/gl_InstanceID to attributesAlyssa Rosenzweig2-0/+35