Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L libglvnd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Adam Jackson
  • libglvnd
  • Repository
Switch branch/tag
  • libglvnd
  • src
  • GLdispatch
  • GLdispatch.c
Find file BlameHistoryPermalink
  • Kyle Brenneman's avatar
    GLX: Change __glx_Main to use the libGLX-allocated __GLXapiImports table. · da7ae346
    Kyle Brenneman authored Mar 03, 2016
    __glx_Main now takes a pointer to the __GLXapiImports struct and fills it in.
    
    The __GLXapiImports struct is now allocated and zeroed by libGLX. This makes it
    possible to add an optional element to the end of the struct without breaking
    backward compatibility.
    da7ae346