Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed67e8aa9aba
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4b02631b59bf
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 11, 2023

  1. [Impeller] Avoid invalid GL depth calls on macOS desktop. (#46758)

    The macOS desktop driver doesn't support ES profiles, and
    `glClearDepthf` + `glDepthRangef` are throwing `GL_INVALID_OPERATION`
    and doing nothing. Noticed this while updating impeller-cmake past
    @matanlurey's recent changes to make `GL_INVALID_OPERATION` fatal.
    Impeller-cmake-example uses a depth buffer, whereas Impeller's 2D
    renderer currently does not.
    
    Added a follow-up bug to make these calls work on macOS desktop:
    flutter/flutter#136322.
    Both Impeller Scene and the impeller-cmake-example currently just rely
    on the default state for clearing depth.
    bdero authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4b02631 View commit details
    Browse the repository at this point in the history
Loading