Skip to content

[Impeller] ☂️ Various OpenGL on Linux backend issues. #130619

@jonahwilliams

Description

@jonahwilliams
  1. We don't correctly check that a render target of 0u exists, only that there is at least one color attachment in entity_pass. this can cause a crash.
  2. https://github.com/flutter/engine/blob/main/shell/platform/linux/fl_renderer_gl.cc#L65
  3. Desktop OpenGL throws an invalid parameter error when uploading the A8 texture for the glyph atlas.
  4. Desktop OpenGL throws invalid parameter when looking up extensions.

Fixing these removes most crashes but the rendering does not show up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.team-engineOwned by Engine teamtriaged-engineTriaged by Engine team

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions