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
  • WebGLCompatibilityTest.cpp
Find file
BlameHistoryPermalink
  • Tobin Ehlis's avatar
    Fix TextureAttachment support for unsized DS formats · 7af2676b
    Tobin Ehlis authored Oct 23, 2019
    Unsized DS formats should not pick up support from ES3 automatically.
    Also unsized DEPTH COMPONENT textures should not be allowed as texture
    attachments without also having support for GL_ANGLE_depth_texture or
    GL_OES_depth_texture extensions.
    This change modifies some unsized formats to require extension support
    for TextureAttachment use.
    
    There are a couple of tests bugs that were exposed by this change so
    updated those tests as well.
    
    This CL only changes TextureAttachment support, but it's quite possible
    that renderbuffer (and texture) support may also need to be updated.
    Will attempt that in a follow-on.
    
    Bug: angleproject:3952
    Change-Id: I75d15330dc418c421cd2855135e1e8100a89b2e8
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1877135Reviewed-by: 's avatarTobin Ehlis <tobine@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    7af2676b
WebGLCompatibilityTest.cpp 163 KB
EditWeb IDE
×

Replace WebGLCompatibilityTest.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.