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.cpp
Find file
BlameHistoryPermalink
  • Geoff Lang's avatar
    Compute row pitch using the size of the input pixel, not the format pixel. · 3f23406a
    Geoff Lang authored Jul 13, 2016
    For formats that can be loaded with data that has a different size pixel than
    the internal format (UNSIGNED_INT -> GL_DEPTH_COMPONENT_24) the row length
    would be computed as rowLength * 3 which is incorrect.
    
    BUG=angleproject:1095
    
    Change-Id: I0f60a3bb9bb387d475ddda1389a3b4b6f4973922
    Reviewed-on: https://chromium-review.googlesource.com/360214Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    3f23406a
formatutils.cpp 94.1 KB
EditWeb IDE
×

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