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
  • tests
  • egl_tests
  • EGLContextCompatibilityTest.cpp
Find file
BlameHistoryPermalink
  • Ian Elliott's avatar
    Vulkan: Add missing EGLConfigs for Android Native pixel formats · 9429f216
    Ian Elliott authored Feb 15, 2019
    GL_RGBA16F correlates to HAL_PIXEL_FORMAT_RGBA_FP16.
    GL_RGB10_A2 that correlates to HAL_PIXEL_FORMAT_RGBA_1010102.
    
    This fills-in key holes between generated ANGLE config formats and the
    Android native formats after GL_RGB565 was added to fix the configs
    that were missing for some games.
    
    Modified EGLContextCompatibilityTest to exclude GL_RGB10_A2 and
    GL_RGBA16F from some of the EGLContextCompatibilityTest cases.
    EGLContextCompatibilityTest uses the OSWindow utility, which only
    works with UNORM-compatible EGLConfigs that are a proper subset of
    GL_RGBA8.  The new configs won't work with the WindowDifferentConfig
    and WindowSameConfig test cases.
    
    Bug: angleproject:3155
    Change-Id: I693ed24f13ba787ea6d661f42ec65dc3d26f08f6
    Reviewed-on: https://chromium-review.googlesource.com/c/1276807Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
    Commit-Queue: Ian Elliott <ianelliott@google.com>
    9429f216
EGLContextCompatibilityTest.cpp 14.4 KB
EditWeb IDE
×

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