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
  • Merge requests
  • !3318

gallium/swr: Fix glVertexPointer race condition.

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Krzysztof Raszkowski requested to merge krzysztof.raszkowski/mesa:gallium-swr_fix_glVertexPointer into master Jan 08, 2020
  • Overview 1
  • Commits 1
  • Pipelines 9
  • Changes 3

Sometimes using user buffer (not VBO) e.g. glVertexPointer one thread could free memory before other thread used it. Instead of copying this memory to driver simplier thing is to block until draw finish.

Reviewed-by: Jan Zielinski jan.zielinski@intel.com

Edited Jan 08, 2020 by Krzysztof Raszkowski
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gallium-swr_fix_glVertexPointer