summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Extend attribute_count for vertex builtinsAlyssa Rosenzweig2019-12-241-0/+10
* pan/decode: Handle gl_VertexID/gl_InstanceIDAlyssa Rosenzweig2019-12-241-1/+1
* panfrost: Remove pan_shift_oddAlyssa Rosenzweig2019-12-241-7/+7
* panfrost: Slight cleanup of Gallium's pan_attribute.cAlyssa Rosenzweig2019-12-241-5/+2
* panfrost: Move instancing routines to encoder/Alyssa Rosenzweig2019-12-243-238/+1
* panfrost: Factor batch/resource out of instancing routinesAlyssa Rosenzweig2019-12-241-19/+10
* panfrost: Rename pan_instancing.c -> pan_attributes.cAlyssa Rosenzweig2019-12-243-2/+2
* pan/midgard: Support loads from R11G11B10 in a blend shaderAlyssa Rosenzweig2019-12-241-3/+27
* panfrost: Increase PIPE_SHADER_CAP_MAX_OUTPUTS to 16Tomeu Vizoso2019-12-241-1/+1
* panfrost: Handle Z24_UNORM_S8_UINT as MALI_Z32_UNORMTomeu Vizoso2019-12-241-0/+1
* Android: Fix build issue without LLVMRoman Stratiienko2019-12-231-2/+2
* iris: Avoid replacing backing storage for buffers with no contentsKenneth Graunke2019-12-221-0/+4
* iris: Fix shader recompile debug printingKenneth Graunke2019-12-221-2/+28
* 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
* nv50ir/nir: support vec8 and vec16Karol Herbst2019-12-211-1/+3
* 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
* 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
* etnaviv: Replace bitwise OR with logical ORMarek Vasut2019-12-201-1/+1
* etnaviv: update resource status after flushingChristian Gmeiner2019-12-201-0/+8
* util/format: add missing vulkan formatsJonathan Marek2019-12-191-2/+24
* 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
* freedreno/registers: document vertex/instance id offset bitsJonathan Marek2019-12-191-1/+1
* 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
* freedreno/a6xx: RB6_R8G8B8 is actually 32 bit RGBXKristian H. Kristensen2019-12-193-10/+10
* freedreno/a6xx: Use blitter for resolve blitsKristian H. Kristensen2019-12-191-24/+5
* freedreno/a6xx: Add fd_resource_swap() helperKristian H. Kristensen2019-12-194-5/+12
* freedreno/a6xx: Pick blitter swap based on resource tilingKristian H. Kristensen2019-12-191-2/+5
* freedreno/a6xx: Program sampler swap based on resource tilingKristian H. Kristensen2019-12-191-16/+4