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
  • compiler
  • translator
  • ParseContext.cpp
Find file
BlameHistoryPermalink
  • Le Hoang Quyen's avatar
    Implement GL_APPLE_clip_distance · dadd1986
    Le Hoang Quyen authored Apr 21, 2020
    - Built-in variable gl_ClipDistance has been added to compiler.
    - Desktop GL: gl_ClipDistance is supported since GL 3.0. Enable/Disable
    each gl_ClipDistances[i] works out of the box via glEnable().
    - Vulkan/Metal: Use uniform variable to control writing to each
    gl_ClipDistance. One bit flag controls one element in the gl_ClipDistance
    array. The writing to the disabled element in vertex shader will be
    ignored, and turned into zero assignment instead.
    - Direct3D/Mobile GL: Not implemented yet.
    - Added ClipDistanceTest to gl_tests and compiler unittests.
    - GL_APPLE_clip_distance is a subset of GL_EXT_clip_cull_distance, so
    GL_EXT_clip_cull_distance could be implemented in future if needed.
    
    Bug: angleproject:4452
    Change-Id: I571ac8b56826989808a680226a04bec4cf59988e
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2084324
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    dadd1986
ParseContext.cpp 225 KB
EditWeb IDE
×

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