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
  • formatutils.h
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Do not apply UNPACK_SKIP_IMAGES for 2D textures on D3D · ac3575b2
    Olli Etuaho authored Jun 07, 2016
    GLES 3.0.4 section 3.8.3:
    
    "For the purposes of decoding the texture image, TexImage2D is
    equivalent to calling TexImage3D with corresponding arguments and
    depth of 1, except that UNPACK_SKIP_IMAGES is ignored."
    
    An "applySkipImages" boolean parameter is added to the functions in
    the D3D backend that apply skip offset to the unpack pointer. In case
    2D texture data is uploaded, the parameter is set to false and
    UNPACK_SKIP_IMAGES is not applied.
    
    BUG=angleproject:1406
    TEST=angle_end2end_tests
    
    Change-Id: Iedc2b05377adee8d5c2504511a87421f4b1db18d
    Reviewed-on: https://chromium-review.googlesource.com/350465Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    ac3575b2
formatutils.h 6.81 KB
EditWeb IDE
×

Replace formatutils.h

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.