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
  • ClearTest.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Vulkan: Implement basic depth/stencil buffers. · 0cec82a5
    Jamie Madill authored Mar 14, 2018
    This implements basic depth/stencil states and clearing.
    
    This also implements "fallback" texture formats in the texture
    generation. Fallback formats are those that are chosen at runtime for
    replacements for main formats which lack driver support. They are
    different from override formats, which are always used because we
    assume there is no driver support.
    
    The Vulkan spec only asserts that one of the two of D32 or D24 has
    mandatory support. In the case of AMD, D24 is not supported fully, and
    we need the fallback format support emulation.
    
    Bug: angleproject:2357
    Change-Id: Ic86cede3c69ff9893a06b3a55c3b5d2d897fa55f
    Reviewed-on: https://chromium-review.googlesource.com/916701
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarFrank Henigman <fjhenigman@chromium.org>
    0cec82a5
ClearTest.cpp 15.3 KB
EditWeb IDE
×

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