aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* spirv: make use of the select control support in nirTimothy Arceri2019-03-271-0/+18
* nir: add support for user defined select controlTimothy Arceri2019-03-274-1/+21
* spirv: make use of the loop control support in nirTimothy Arceri2019-03-271-0/+20
* nir: add support for user defined loop controlTimothy Arceri2019-03-273-5/+22
* panfrost: Preliminary work for mipmapsAlyssa Rosenzweig2019-03-278-207/+163
* panfrost/midgard: fpow is a two-part operationAlyssa Rosenzweig2019-03-264-4/+4
* panfrost/midgard: Handle i2b constantAlyssa Rosenzweig2019-03-261-1/+1
* panfrost/midgard: Expand fge lowering to more typesAlyssa Rosenzweig2019-03-263-6/+12
* panfrost/midgard: Add ult/ule opsAlyssa Rosenzweig2019-03-263-0/+7
* panfrost: Stub out ES3 caps/callbacksAlyssa Rosenzweig2019-03-262-1/+54
* panfrost/midgard: Cleanup midgard_nir_algebraic.pyAlyssa Rosenzweig2019-03-261-1/+1
* panfrost/midgard: Lower source modifiers for intsAlyssa Rosenzweig2019-03-264-2/+22
* panfrost/midgard: Implement b2i; improve b2f/f2bAlyssa Rosenzweig2019-03-261-18/+30
* panfrost/midgard: Lower i2b32Alyssa Rosenzweig2019-03-261-0/+1
* panfrost/midgard: Lower f2b32 to fneAlyssa Rosenzweig2019-03-261-0/+7
* panfrost/midgard: Lower bool_to_int32Alyssa Rosenzweig2019-03-261-20/+23
* panfrost/midgard: Map more bany/ball opcodesAlyssa Rosenzweig2019-03-261-0/+11
* panfrost/midgard: Add more ball/bany, iabs opsAlyssa Rosenzweig2019-03-261-0/+29
* panfrost/midgard: Schedule ball/bany to vectorsAlyssa Rosenzweig2019-03-261-4/+4
* panfrost/midgard: Add fcsel_i opcodeAlyssa Rosenzweig2019-03-262-0/+3
* panfrost: Implement scissor testAlyssa Rosenzweig2019-03-261-6/+16
* panfrost: Fix viewportsAlyssa Rosenzweig2019-03-261-7/+16
* panfrost/midgard: Fix b2f32 swizzle for vectorsAlyssa Rosenzweig2019-03-261-6/+8
* softpipe: fix clears to only clear specified color buffers.Dave Airlie2019-03-271-1/+2
* draw/vs: partly fix basevertex/vertex idDave Airlie2019-03-271-4/+3
* amd/surface: provide firstMipIdInTail for metadata surface calculationsNicolai Hähnle2019-03-261-0/+2
* ac/nir: Return frag_coord as integer.Bas Nieuwenhuizen2019-03-261-1/+2
* freedreno/ir3: Fix operand order for DSX/DSYKristian H. Kristensen2019-03-251-0/+15
* freedreno/ir3: Track whether shader needs derivativesKristian H. Kristensen2019-03-256-6/+12
* st/nine: enable csmt per default on irisAndre Heider2019-03-251-3/+5
* spirv: Handle the NonUniformEXT decorationJason Ekstrand2019-03-252-0/+28
* nir: Add access flags to deref and SSBO atomicsJason Ekstrand2019-03-252-28/+34
* nir: Add texture sources and intrinsics for bindlessJason Ekstrand2019-03-254-10/+29
* intel/fs: Make alpha test work with MRT and sample maskDanylo Piliaiev2019-03-251-18/+17
* i965,iris,anv: Make alpha to coverage work with sample maskDanylo Piliaiev2019-03-257-14/+123
* nir: Add a lowering pass for non-uniform resource accessJason Ekstrand2019-03-255-0/+286
* nir/lower_io: Add a bounds-checked 64-bit global address formatJason Ekstrand2019-03-252-6/+93
* draw/gs: fix point size outputs from geometry shader.Dave Airlie2019-03-261-8/+1
* draw: bail instead of assert on instance count (v2)Dave Airlie2019-03-261-1/+3
* vl/dri3: remove the wait before getting back bufferLeo Liu2019-03-251-15/+3
* compiler/nir: add lowering for 16-bit ldexpIago Toral Quiroga2019-03-251-2/+7
* compiler/nir: add lowering for 16-bit flrpIago Toral Quiroga2019-03-253-0/+3
* compiler/nir: add lowering option for 16-bit fmodIago Toral Quiroga2019-03-253-0/+3
* st/mesa: fix texture deletion context mix-up issues (v2)Brian Paul2019-03-251-12/+39
* nir: fix a few signed/unsigned comparison warningsBrian Paul2019-03-251-2/+2
* android: static link with libexpat with Android O+Kishore Kadiyala2019-03-255-4/+45
* radv: write availability status vkGetQueryPoolResults() when the data is not ...Samuel Iglesias Gonsálvez2019-03-251-15/+4
* radv: don't overwrite results in VkGetQueryPoolResults() when queries are not...Samuel Iglesias Gonsálvez2019-03-251-16/+32
* st/mesa: fix warnings about implicit conversion on enumeration typeTapani Pälli2019-03-252-2/+2
* st/mesa: fix compilation warning on storage_flags_to_buffer_flagsTapani Pälli2019-03-251-1/+1