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
  • params.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Move DrawCallParams to the gl front-end. · 97ab26fc
    Jamie Madill authored Mar 14, 2018
    Previously called DrawCallVertexParams. This params helper will be
    passed into the VertexArray state sync method so we can handle
    vertex attribute updates directly in the VertexArray implementation
    instead of deferring the updates to the draw call, where the draw
    call implementation method would have access to the draw call params.
    
    Also includes the full range of draw parameters to DrawCallParams so
    we can use it in more places.
    
    Refactoring change only, subsequent work will contain more refactoring
    and lead to code cleanups and easier dependent state updates for the
    VertexArray implementation classes.
    
    Bug: angleproject:2389
    Change-Id: Ia84f8af54ae51eca94d8fb6f5b8adc88b8d981a7
    Reviewed-on: https://chromium-review.googlesource.com/948787
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    97ab26fc
params.cpp 5.24 KB
EditWeb IDE
×

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