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
  • renderer_utils.cpp
Find file
BlameHistoryPermalink
  • Ian Elliott's avatar
    Fix multisample renderbuffer compliance (e.g. 3->4 samples) · c6458072
    Ian Elliott authored Dec 05, 2019
    This change ensures that the following spec language is correctly
    implemented:
    
        the resulting value for RENDERBUFFER_SAMPLES is guaranteed to be
        greater than or equal to samples and no more than the next larger
        sample count supported by the implementation.
    
    For example, if 2, 4, and 8 samples are supported, and if 5 samples are
    requested, ANGLE should use 8 samples, and return 8 when
    GL_RENDERBUFFER_SAMPLES is queried.
    
    Note: There is a known problem with NVIDIA OpenGL driver that causes
    another test to be expected to fail.
    
    Bug: angleproject:2222
    Bug: angleproject:4196
    Change-Id: I28921badf9568427799b0af347198b5df06c2aaa
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1954444Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Ian Elliott <ianelliott@google.com>
    c6458072
renderer_utils.cpp 28.5 KB
EditWeb IDE
×

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