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
  • VertexArray.h
Find file
BlameHistoryPermalink
  • Shao's avatar
    ES31: Implement Vertex Attrib Binding entry points · 80957d99
    Shao authored Feb 20, 2017
    This patch intends to implement all entry points related to Vertex
    Attrib Binding.
    
    (1) Add entry points and validation code on following APIs:
       - VertexAttribFormat
       - VertexAttribIFormat
       - VertexAttribBinding
       - BindVertexBuffer
       - VertexBindingDivisor
    (2) Add queries on following parameters:
       - VERTEX_ATTRIB_BINDING
       - VERTEX_ATTRIB_RELATIVE_OFFSET
       - VERTEX_BINDING_DIVISOR
       - VERTEX_BINDING_OFFSET
       - VERTEX_BINDING_STRIDE
       - VERTEX_BINDING_BUFFER
    
    BUG=angleproject:1593
    
    TEST=angle_end2end_tests
    TEST=angle_unittests
    TEST=dEQP-GLES31.functional.state_query.integer.max_vertex_attrib_relative_offset_*
    TEST=dEQP-GLES31.functional.state_query.integer.max_vertex_attrib_bindings_*
    TEST=dEQP-GLES31.functional.state_query.integer.max_vertex_attrib_stride_*
    TEST=dEQP-GLES31.functional.state_query.vertex_attribute_binding.*
    TEST=dEQP-GLES31.functional.debug.negative_coverage.log.vertex_array.vertex_attrib_pointer
    TEST=dEQP-GLES31.functional.debug.negative_coverage.get_error.vertex_array.vertex_attrib_format
    TEST=dEQP-GLES31.functional.debug.negative_coverage.get_error.vertex_array.vertex_attrib_i_format
    
    Change-Id: I4b477a82df6aad89b89b088580a06d66963e6666
    Reviewed-on: https://chromium-review.googlesource.com/446124
    Commit-Queue: Corentin Wallez <cwallez@chromium.org>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    80957d99
VertexArray.h 6.55 KB
EditWeb IDE
×

Replace VertexArray.h

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.