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
  • FrameCapture.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Trace/Replay: Add uniform locations map. · 14a2983f
    Jamie Madill authored Feb 20, 2020
    This portability feature allows a single T-Rex capture done on Vulkan
    to work seamlessly on the ANGLE GL back-end and the WGL-loaded NVIDIA
    OpenGL driver.
    
    Previously the uniform locations would not be consistent between ANGLE
    and a native driver. And incompatiblities would trigger error messages
    between ANGLE back-ends.
    
    Will allow us to compare ANGLE performance vs the native driver using a
    capture.
    
    Example captured calls:
    
        glLinkProgram(gShaderProgramMap[3]);
        UpdateUniformLocation(gShaderProgramMap[3], "s_texture", 0);
    
    Bug: angleproject:4411
    Change-Id: I5ddc76d75e15a9291b351e2aab94af4881f6ef47
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2068121
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    14a2983f
FrameCapture.cpp 106 KB
EditWeb IDE
×

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