Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-base
gst-plugins-base
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 624
    • Issues 624
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 101
    • Merge Requests 101
  • 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-basegst-plugins-base
  • Merge Requests
  • !92

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

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

  • Overview 9
  • Commits 1
  • Pipelines 3
  • Changes 12

(updated title to match actual commit in the end)

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-base!92
Source branch: unbind-before-voa