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
  • renderer
  • vulkan
  • vk_format_utils.cpp
Find file
BlameHistoryPermalink
  • Alexis Hetu's avatar
    Add blendable checks to GL_EXT_color_buffer_float · e0a28ba4
    Alexis Hetu authored Jan 14, 2020
    The GL_EXT_color_buffer_float spec
    https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_color_buffer_float.txt
    mentions that some of the formats must be blendable:
    "Blending applies only if the color buffer has a fixed-point or
     floating-point format. If the color buffer has an integer format,
     proceed to the next operation. Furthermore, an INVALID_OPERATION
     error is generated by DrawArrays and the other drawing commands
     defined in section 2.8.3 (10.5 in ES 3.1) if blending is enabled
     and any draw buffer has 32-bit floating-point format components."
    
    So any non 32-bit floating-point must be blendable.
    
    Bug: angleproject:4291
    Change-Id: I850fb13b71e4ad03fd07e2a265896c9106bc0ce1
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2001478
    Commit-Queue: Alexis Hétu <sugoi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    e0a28ba4
vk_format_utils.cpp 15.6 KB
EditWeb IDE
×

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