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
  • AttributeMap.cpp
Find file
BlameHistoryPermalink
  • Ian Ewell's avatar
    Update internal AttributeMap type to EGLAttrib. · ec2c0c5e
    Ian Ewell authored Apr 05, 2016
    Newer EGL functions use EGLAttrib to pass in attributes, which can be
    either 32-bit or 64-bit depending on the system while the old attributes
    are passed in as EGLints, which are usually 32-bits. To support these
    newer functions, AttributeMap now uses EGLAttrib internally instead of
    EGLint, and all the code using AttributeMap has been updated to cast
    properly.
    
    BUG=angleproject:1348
    
    Change-Id: I7c4dd9ef23ea1b1741f3a565502fb5e26bf962d7
    Reviewed-on: https://chromium-review.googlesource.com/337162Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Ian Ewell <ewell@google.com>
    ec2c0c5e
AttributeMap.cpp 1.57 KB
EditWeb IDE
×

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