[Bug 77822] New: Implement real support for ARB_vertex_attrib_binding

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 23 10:02:01 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=77822

          Priority: medium
            Bug ID: 77822
          Assignee: idr at freedesktop.org
            Blocks: 77547
           Summary: Implement real support for ARB_vertex_attrib_binding
        QA Contact: intel-3d-bugs at lists.freedesktop.org
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: kenneth at whitecape.org
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/DRI/i965
           Product: Mesa

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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20140423/c330de3d/attachment.html>


More information about the intel-3d-bugs mailing list