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
  • DrawBuffersTest.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Fix broadcasting gl_FragColor at the end of main · ffb35f64
    Olli Etuaho authored Jul 14, 2017
    Previously, the broadcast step would not get run in case the main()
    function returned before reaching its end. Now the broadcast step is
    put in a separate function that wraps main() if needed, so that it
    gets run even if the main() function in the original shader source
    returns in the middle.
    
    DrawBuffersTest is refactored to use ANGLETest::drawQuad() instead of
    calling glDrawArrays directly.
    
    BUG=angleproject:2109
    TEST=WebGL conformance tests, angle_end2end_tests
    
    Change-Id: Id5f05094e816df03bc9c8ca62b60de914072682c
    Reviewed-on: https://chromium-review.googlesource.com/574597Reviewed-by: 's avatarZhenyao Mo <zmo@chromium.org>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    ffb35f64
DrawBuffersTest.cpp 16.3 KB
EditWeb IDE
×

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