aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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