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
  • compiler_tests
  • BufferVariables_test.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Add GLSL support for runtime-sized arrays in SSBOs · ebee5b3b
    Olli Etuaho authored Nov 23, 2017
    The GLSL parser now allows a runtime-sized array as the last member in
    a shader storage block. Clamping indexing against the memory bounds is
    done by determining the array length at runtime.
    
    Runtime-sized arrays are used in dEQP tests for many compute shader
    tests, so these now work on the OpenGL backend.
    
    BUG=angleproject:1951
    TEST=angle_unittests,
         dEQP-GLES31.functional.shaders.linkage.shader_storage_block.*
         dEQP-GLES31.functional.shaders.builtin_functions.*compute*
    
    Change-Id: Ibecca24623ca8e4723af6f0e0421fe9711ea828d
    Reviewed-on: https://chromium-review.googlesource.com/787976
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    ebee5b3b
BufferVariables_test.cpp 15.8 KB
EditWeb IDE
×

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