Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • tests
  • gl_tests
  • FramebufferTest.cpp
Find file
BlameHistoryPermalink
  • Le Hoang Quyen's avatar
    Metal: fix max point size and RGB565 renderbuffer bug. · 349b661d
    Le Hoang Quyen authored Jul 08, 2020
    - Max point size is set to 64, since this is the max size observed. It
      is not 511 as
      https://developer.apple.com/metal/Metal-Feature-Set-Tables.pdf claims.
    - RGB565 is emulated on macOS by RGBA, needs to disable alpha write for
      this format. This was already done for TextureMtl, but wasn't for
      RenderBufferMtl.
    - Also enable true non-power-of-two textures support (OES_texture_npot).
      This was technically already supported, just that the extension wasn't
      advertised yet.
    
    - New Test: FramebufferFormatsTest.RGB565Renderbuffer
    
    Bug: angleproject:4816
    Bug: angleproject:2634
    Change-Id: Ie7e3efb4cb29bb9a3fd706c26e2b50b42ff3f6be
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2281797
    Commit-Queue: Jonah Ryan-Davis <jonahr@google.com>
    Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    349b661d
FramebufferTest.cpp 58.3 KB
EditWeb IDE
×

Replace FramebufferTest.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.