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
  • tests
  • gl_tests
  • FramebufferTest.cpp
Find file
BlameHistoryPermalink
  • JiangYizhou's avatar
    ES3.1: Implement framebuffer default parameters for d3d part. · 511937d9
    JiangYizhou authored Aug 03, 2017
    Set framebuffer default params with glFramebufferParameteri and
    glGetFramebufferParameteriv, keep framebuffer default parameters
    in cache for query.
    The es 3.1 spec section 9.2 states that, "If there are no attachments
    , rendering will be limited to a rectangle having a lower left of
    (0, 0) and an upper right of (width, height), where width and height
    are the framebuffer object's default width and height."
    If the Framebuffer has no color attachment and the default width or
    height is smaller than the current viewport, use the smaller of the
    two sizes.
    
    BUG=angleproject:1594
    TEST=dEQP-GLES31.functional.state_query.framebuffer_default.framebuffer_default*
    TEST=dEQP-GLES31.functional.fbo.completeness.no_attachments
    TEST=dEQP-GLES31.functional.fbo.no_attachments.*
    TEST=angle_end2end_tests --gtest_filter=FramebufferTest_ES31.*
    
    Change-Id: I8041fd655161390acf115efa08ce0f04b10810a0
    Reviewed-on: https://chromium-review.googlesource.com/609414
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    511937d9
FramebufferTest.cpp 27.5 KB
EditWeb IDE
×

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