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
  • extensions
  • EGL_ANGLE_window_fixed_size.txt
Find file
BlameHistoryPermalink
  • LRN's avatar
    Support EGL_(WIDTH|HEIGHT) in eglSurfaceAttrib(), fixed resize · 03d132eb
    LRN authored Jul 14, 2018
    Setting EGL_WIDTH or EGL_HEIGHT results in mFixedWidth and mFixedHeight
    changing their values.
    
    Whenever the swap chain is tested for needing a resize, surfaces with
    mFixedSize are treated as if they should be resized to mFixedWidth and
    mFixedHeight from their current size. This way fixed-size surfaces
    can be resized - it's enough to do a couple of eglSurfaceAttrib() calls
    and then either let ANGLE check surface for needing a resize in due course,
    or force that by calling eglWaitNative().
    
    BUG=angleproject:2725
    
    Change-Id: I2932d8ecd5a2f10500e4aa8583a169aa09bf01bb
    Reviewed-on: https://chromium-review.googlesource.com/1139055
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    03d132eb
EGL_ANGLE_window_fixed_size.txt 5.53 KB
EditWeb IDE
×

Replace EGL_ANGLE_window_fixed_size.txt

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.