summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Pass the context BOs to the kernel so they aren't unmapped while in...Tomeu Vizoso2019-03-271-3/+9
* panfrost: Also tell the kernel about the checksum_slabTomeu Vizoso2019-03-271-4/+9
* panfrost: Set the GEM handle for AFBC buffersTomeu Vizoso2019-03-271-0/+1
* panfrost: Fix sscanf format optionsTomeu Vizoso2019-03-271-2/+2
* virgl: Fake MSAA when max samples is 1Alexandros Frantzis2019-03-271-1/+4
* ac: use llvm.amdgcn.fmed3 intrinsic for nir_op_fmed3Samuel Pitoiset2019-03-273-8/+36
* gitlab-ci: Automatically retry jobs after runner system failureMichel Dänzer2019-03-271-0/+4
* gitlab-ci: Only pull/push cache contents in build+test stage jobsMichel Dänzer2019-03-271-4/+3
* gitlab-ci: Make sure clang job actually uses ccacheMichel Dänzer2019-03-271-2/+2
* spirv: propagate the access flag for store and load derefsSamuel Pitoiset2019-03-273-24/+32
* nir: add nir_{load,store}_deref_with_access() helpersSamuel Pitoiset2019-03-271-3/+21
* 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