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
  • validationES1_autogen.h
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Const-ify the validation layer. · bd4e756a
    Jamie Madill authored Feb 17, 2020
    Enforces that the validation layers should be working pretty much read-
    only with the exeption of updating caches. Requires a few tricks:
    
     - updates EP code generation to add 'const' to pointer parameters
     - enables a kludge const_cast to enable the robust query extension
     - makes some members of Framebuffer mutable to work around syncState
     - makes 'is' queries and other methods in Context/State const
    
    Will allow us to more safely expose the no_error extension.
    
    Bug: angleproject:1280
    Change-Id: Id9756757854c9e68fc096ecec8d93759fbe6b3a4
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2060689
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    bd4e756a
validationES1_autogen.h 11.9 KB
EditWeb IDE
×

Replace validationES1_autogen.h

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.