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
  • libGLESv2
  • entry_points_egl.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Revert "Add the ANGLEPlatform entry points to eglGetProcAddress" · f58585cb
    Jamie Madill authored Nov 11, 2016
    Produces a build warning in standalone, might require build file updates:
    
    > locally defined symbol ANGLEPlatformInitialize imported in function <snip>
    
    At least in GYP, libEGL does not have LIBANGLE_IMPLEMENTATION defined, so it defines this API with __declspec(dllimport), which is incorrect, since the function is local to the module. We should fix the layering and/or export defs.
    
    BUG=angleproject:1621
    
    This reverts commit 0504fcc1.
    
    Change-Id: Ida67db69eb64e4a8f2c13dcf129d40b332f2da9d
    Reviewed-on: https://chromium-review.googlesource.com/410065Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    f58585cb
entry_points_egl.cpp 64.8 KB
EditWeb IDE
×

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