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
  • libANGLE
  • renderer
  • d3d
  • d3d11
  • VertexBuffer11.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Replace GetDXGIFormatInfo with a GetDXGIFormatSizeInfo where possible · 8a854d68
    Olli Etuaho authored Feb 17, 2016
    It's not always clear which format should be passed to GetDXGIFormatInfo,
    since a resource is associated with multiple formats. In some cases, one
    of the formats is typeless and one of them is typed, which would return
    different type information depending on which one is used. In some cases,
    one of the formats may even be a depth format while another is not.
    GetDXGIFormatSizeInfo will return correct data no matter which format
    associated with a certain resource is passed to it.
    
    Remaining uses of GetDXGIFormatInfo will need to be addressed separately,
    either making sure that they always use the format that makes sense in a
    given context, or plumbing in the required information in some other way.
    
    BUG=angleproject:1244
    TEST=angle_end2end_tests
    
    Change-Id: If3cb03ab68d27743b1fdeb539234ec621dfa3c04
    Reviewed-on: https://chromium-review.googlesource.com/328230Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    8a854d68
VertexBuffer11.cpp 6.8 KB
EditWeb IDE
×

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