Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-good
gst-plugins-good
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 609
    • Issues 609
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 104
    • Merge Requests 104
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GStreamer
  • gst-plugins-goodgst-plugins-good
  • Merge Requests
  • !77

Merged
Opened Jan 15, 2019 by Sebastian Dröge@slomo🍵Owner

gtk/gl: Only unbind buffers/vertex attrib arrays if we can't directly bind the vertex array to 0

  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

(changed title to match commit)

That is, first disable the vertex arrays, then bind the buffers to 0 and only then bind the vertex array to 0 instead of the other way around.

In the previous order older versions of the Intel GL driver caused errors to be printed for every single call when disabling the vertex arrays.


CC @ystreet

Edited Jan 16, 2019 by Tim-Philipp Müller
Assignee
Assign to
Reviewer
Request review from
1.15.1
Milestone
1.15.1
Assign milestone
Time tracking
Reference: gstreamer/gst-plugins-good!77
Source branch: unbind-before-voa