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
  • libGLESv2
  • Caps.cpp
Find file
BlameHistoryPermalink
  • Geoff Lang's avatar
    Remove the requirement that a format must be texturable to be renderable. · d87878e3
    Geoff Lang authored Sep 19, 2014
    Previously, to determine if a texture format was renderable, the
    texturable and renderable fields had to be and-ed together.  This caused
    issues for formats such as D24S8 which can be renderable but not
    texturable depending on available extensions.
    
    Made the renderable flag a complete check that may be different than the
    textureable flag and removed assumptions that a format is texturable if
    renderable from the code.
    
    GL_DEPTH24_STENCIL8 now checks for ANGLE_depth_textures for texturability
    and ANGLE_depth_textures or OES_packed_depth_stencil for renderability.
    
    BUG=angle:752
    
    Change-Id: I6d197cee72cc249e5996fa395303bdf43d246a87
    Reviewed-on: https://chromium-review.googlesource.com/219093Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
    d87878e3
Caps.cpp 15.5 KB
EditWeb IDE
×

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