Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,708
    • Issues 2,708
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 906
    • Merge requests 906
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge requests
  • !7088

lima: define set_clip_state implementation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Erico Nunes requested to merge enunes/mesa:lima-set-clip-state into master Oct 10, 2020
  • Overview 8
  • Commits 1
  • Pipelines 8
  • Changes 2

In applications using clip planes, set_clip_state is expected to be implemented in the backend. If it is not defined, it may cause the application to segfault.

glClipPlane it is not part of GLES 2, so it is not trivial to reverse engineer if something needs to be done in lima. Other drivers just define a placeholder implementation for set_clip_state, so for now let's just define one for lima too.

This fixes segfault at startup in 'neverball'.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: lima-set-clip-state