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
  • TransformFeedback_unittest.cpp
Find file
BlameHistoryPermalink
  • Xinyi He's avatar
    Vulkan: Set limitation on maxComputeWorkGroupCount · 4c7db77e
    Xinyi He authored Oct 31, 2019
    According to Table 20.45 and Chapter 17 in the ES 3.1 spec, MAX_COMPUTE_WORK_GROUP_COUNT
    is get as a GLint by using GetIntegeri_v. However, it is an unsigned integer
    in the Vulkan. It needs to set limitation on maxComputeWorkGroupCount[] during
    translating.
    
    1. Change the data type to GLint stored in Caps.
    2. Ensure that the limitation is set during initialization.
    3. Add workaround for angleproject:4120
    
    Bug: angleproject:4066
    Change-Id: I1659ba1d560e30b9599cace0feeab8a18890c3ff
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1890586Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarIan Elliott <ianelliott@google.com>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    4c7db77e
TransformFeedback_unittest.cpp 4.54 KB
EditWeb IDE
×

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