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
  • formatutils.cpp
Find file
BlameHistoryPermalink
  • Geoff Lang's avatar
    Update the rules for unsized float renderability. · f29125be
    Geoff Lang authored Aug 27, 2019
    dEQP uses the following rules for unsized float format renderability in
    ES2:
    
    HALF_FLOAT_OES + RED : GL_EXT_texture_rg and GL_OES_texture_half_float
    HALF_FLOAT_OES + RG  : GL_EXT_texture_rg and GL_OES_texture_half_float
    HALF_FLOAT_OES + RGB : GL_EXT_color_buffer_half_float and GL_OES_texture_half_float
    HALF_FLOAT_OES + RGBA: GL_EXT_color_buffer_half_float and GL_OES_texture_half_float
    
    FLOAT + RED : GL_EXT_texture_rg and GL_OES_texture_float
    FLOAT + RG  : GL_EXT_texture_rg and GL_OES_texture_float
    FLOAT + RGB : never
    FLOAT + RGBA: never
    
    BUG=angleproject:3283
    
    Change-Id: I4c4c0d290d2c7dec45419a0765fa27b79f0ad774
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1773304Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCourtney Goeltzenleuchter <courtneygo@google.com>
    Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com>
    f29125be
formatutils.cpp 133 KB
EditWeb IDE
×

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