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: b0a4ca92c49e
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 877abb9ad6ff
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 12, 2024

  1. [Impeller] Add OpenGL debugging utilities. (#56515)

    * CheckFramebufferStatus needs to be called with the enum for the target type and not the target itself.
    * Fix dumping the framebuffer type and object name.
    
    The results should be the following for the default FBO0.
    ```
    [IMPORTANT:flutter/impeller/renderer/backend/gles/render_pass_gles.cc(281)] The default framebuffer (FBO0) was bound.
    ```
    
    and the following for an offscreen framebuffer:
    ```
    [IMPORTANT:flutter/impeller/renderer/backend/gles/render_pass_gles.cc(281)] The default framebuffer (FBO0) was bound.
    [IMPORTANT:flutter/impeller/renderer/backend/gles/render_pass_gles.cc(281)] FBO 1: GL_FRAMEBUFFER_COMPLETE
    Framebuffer is complete.
    Description: 
    Color Attachment: GL_TEXTURE(5)
    Depth Attachment: GL_RENDERBUFFER(1)
    Stencil Attachment: GL_RENDERBUFFER(1)
    
    ```
    
    cc @lyceel
    chinmaygarde authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3a5c6b4 View commit details
    Browse the repository at this point in the history
  2. Roll Skia from 75230dbc93e6 to aa099ff91e2f (3 revisions) (#56525)

    skia-flutter-autoroll authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    877abb9 View commit details
    Browse the repository at this point in the history
Loading