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
  • Texture.cpp
Find file
BlameHistoryPermalink
  • James Darpinian's avatar
    Fix immutable texture base level validation · bb7c1442
    James Darpinian authored Mar 17, 2021
    Jeff's new rendering feedback loop test
    (https://github.com/KhronosGroup/WebGL/pull/3221) found a couple of
    issues with texture base level validation. For immutable textures the
    base level is clamped to the valid range, so setting an out of range
    base level does not make an immutable texture sampler incomplete, and
    we need to use the clamped value when checking for rendering feedback
    loops.
    
    Bug: angleproject:5768
    Change-Id: Ie065709efd736f2cf75d4f980e8ac27999f80142
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2767901
    Commit-Queue: James Darpinian <jdarpinian@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarKenneth Russell <kbr@chromium.org>
    bb7c1442
Texture.cpp 76 KB
EditWeb IDE
×

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