aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* aco: fix vgpr alloc granule with wave32Rhys Perry2019-12-214-6/+24
* aco: improve jump threading with wave32Rhys Perry2019-12-211-1/+2
* aco/wave32: fix comparison optimizationsRhys Perry2019-12-211-18/+16
* nv50ir/nir: support vec8 and vec16Karol Herbst2019-12-211-1/+3
* nir+vtn: vec8+vec16 supportRob Clark2019-12-2114-24/+116
* aco: use NIR_MAX_VEC_COMPONENTS instead of 4Karol Herbst2019-12-212-7/+7
* nir/serialize: cast swizzle before shiftingKarol Herbst2019-12-211-1/+1
* 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
* ac/surface: fix an assertion failure on gfx9 in CMASK computationMarek Olšák2019-12-201-0/+1
* pan/midgard: Optimize comparisions with similar operationsAfonso Bordado2019-12-204-1/+92
* 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
* radv: rely on pipeline layout when creating push descriptors with templateSamuel Pitoiset2019-12-201-1/+12
* etnaviv: Replace bitwise OR with logical ORMarek Vasut2019-12-201-1/+1
* etnaviv: update resource status after flushingChristian Gmeiner2019-12-201-0/+8
* intel: limit shader geometry on BDW GT1Ross Zwisler2019-12-201-1/+2
* pan/midgard: Lower txd with lower_texAlyssa Rosenzweig2019-12-201-1/+6
* pan/midgard: Fix crash with txsAlyssa Rosenzweig2019-12-201-1/+3
* pan/midgard: Implement textureOffset for 2D texturesAlyssa Rosenzweig2019-12-209-14/+57
* radv: ignore pColorBlendState if rasterization is disabledSamuel Pitoiset2019-12-201-5/+21
* radv: tidy up radv_pipeline_init_blend_state()Samuel Pitoiset2019-12-201-112/+115
* radv: ignore pDepthStencilState if rasterization is disabledSamuel Pitoiset2019-12-201-5/+15
* radv: ignore pTessellationState if the pipeline doesn't use tessSamuel Pitoiset2019-12-201-2/+16
* radv: ignore pMultisampleState if rasterization is disabledSamuel Pitoiset2019-12-201-7/+15
* radv: init a default multisample state for the resolve FS pathSamuel Pitoiset2019-12-201-1/+6
* spirv: Implement SPV_KHR_non_semantic_infoCaio Marcelo de Oliveira Filho2019-12-191-0/+29
* turnip: disable B8G8R8 vertex formatsJonathan Marek2019-12-191-6/+6
* util/format: add missing vulkan formatsJonathan Marek2019-12-194-8/+78
* turnip: minor warning fixesJonathan Marek2019-12-192-2/+2
* lima: Rotate dump files after each finished pp frameAndreas Baierl2019-12-195-13/+48
* lima: drop suballocatorVasily Khoruzhick2019-12-194-30/+14
* lima: use single BO for GP outputsVasily Khoruzhick2019-12-193-43/+43
* nir: fix assign_io_var_locations for vertex inputsJonathan Marek2019-12-191-3/+9
* turnip: implement secondary command buffersJonathan Marek2019-12-193-2/+62
* turnip: compute gmem offsets at renderpass creation timeJonathan Marek2019-12-194-66/+82
* turnip: emit_compute_driver_params fixesJonathan Marek2019-12-191-17/+14
* turnip: emit base instance vs driver paramJonathan Marek2019-12-191-0/+53
* freedreno/ir3: support load_base_instanceJonathan Marek2019-12-194-1/+12
* freedreno/registers: document vertex/instance id offset bitsJonathan Marek2019-12-193-3/+8
* st/mesa: release tgsi tokens for shader statesNeha Bhende2019-12-191-0/+4
* Revert "nir/lower_double_ops: relax lower mod()"Juan A. Suarez Romero2019-12-191-15/+6
* freedreno/a6xx: Set up multisample sysmem MRTs correctlyKristian H. Kristensen2019-12-191-3/+1
* freedreno/a6xx: Rewrite compressed blits in a helper functionKristian H. Kristensen2019-12-191-33/+63
* freedreno/a6xx: Move handle_rgba_blit() upKristian H. Kristensen2019-12-191-53/+51
* freedreno/a6xx: Handle srgb blits on the blitterKristian H. Kristensen2019-12-191-10/+20
* freedreno/a6xx: Use A6XX_SP_2D_SRC_FORMAT_MASK macroKristian H. Kristensen2019-12-191-1/+1