Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 779
    • Issues 779
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 208
    • Merge requests 208
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Merge requests
  • !5902

Fix some issues with shared textures

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ken Martin requested to merge ken-martin/vtk:texture_unit_fix into master Aug 23, 2019
  • Overview 6
  • Commits 1
  • Pipelines 2
  • Changes 12

Move texture units into the OpenGLState class as they are part of the state. This commit fixes a few issues when textures were being shared between RenderWindows as they could end up using one render window for recording the texture unit and another for looking it up resulting in incorrect texture usage.

Also fix a couple minor issues encountered as part of testing.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: texture_unit_fix