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
  • capture_gles_2_0_params.cpp
Find file
BlameHistoryPermalink
  • Manh Nguyen's avatar
    Fix ExceedMaxVertexAtomicCounters test crash with FrameCapture · 66ec30a7
    Manh Nguyen authored Jun 03, 2020
    The AtomicCounterBufferTest31.ExceedMaxVertexAtomicCounters crash is
    because when program linking fails, as it should for this test, the
    code tries to get the info log by calling glGetProgramInfoLog. The
    FrameCapture capturing this call currently tries to make sure that the
    program is linked. However, glGetProgramInfoLog does not require the
    program to be linked to execute.
    
    Bug: angleproject:4679
    Change-Id: Ibbb87d6437152e9eb225e411100b1729e56e4c4a
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2227857Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    Commit-Queue: Manh Nguyen <nguyenmh@google.com>
    66ec30a7
capture_gles_2_0_params.cpp 35.3 KB
EditWeb IDE
×

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