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
  • image_util
  • loadimage.cpp
Find file
BlameHistoryPermalink
  • Courtney Goeltzenleuchter's avatar
    Vulkan: Simplify format table generation · cb2b5136
    Courtney Goeltzenleuchter authored Jan 10, 2020
    Remove the "override" table. That gets in the way of some solutions.
    If a format cannot be supported by a native Vulkan format as indicated
    in the "map" table, then check fallbacks.
    
    Also add support for native RGBA4 and R5G5B5A1 support. Previously
    those formats would be emulated with RGBA8 due to the override, but
    now code will check if the native format is available and use it.
    
    Bug: angleproject:4282
    Change-Id: Ib33ea40543d91a2c2a95075b277f825a8822037c
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1994538Reviewed-by: 's avatarTobin Ehlis <tobine@google.com>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com>
    cb2b5136
loadimage.cpp 62.7 KB
EditWeb IDE
×

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