Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.2k
    • Issues 3.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1k
    • Merge requests 1k
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Issues
  • #1441
Closed
Open
Issue created Sep 25, 2019 by Bugzilla Migration User@bugzilla-migration

Implement real support for ARB_vertex_attrib_binding

Submitted by Kenneth Graunke @kwg

Assigned to Intel 3D Bugs Mailing List

Link to original bug (#77822)

Description

We need to implement real ARB_vertex_attrib_binding support in i965. Fredrik implemented the API front-end bits, and then code to translate the new data structures into the old gl_client_array structs as derived state. Our driver still consumes the old structs. Converting it to the new structs would eliminate the need to compute that derived state, and would also match the hardware better, cleaning up the drawing code.

This may entail rewriting parts of the VBO module, which could entail rewriting swtnl drivers...

Version: git

Blocking

  • Bug 77547
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking