Skip to content
  • Kyle Brenneman's avatar
    EGL: Implement the libglvnd interface for EGL (v3) · ce562f9e
    Kyle Brenneman authored
    
    
    The new interface mostly just sits on top of the existing library.
    
    The only change to the existing EGL code is to split the client
    extension string into platform extensions and everything else. On
    non-glvnd builds, eglQueryString will just concatenate the two strings.
    
    The EGL dispatch stubs are all generated. The script is based on the one
    used to generate entrypoints in libglvnd itself.
    
    v2: [Kyle]
     - Rebased against master.
     - Reworked the EGL makefile to use separate libraries
     - Made the EGL code generation scripts work with Python 2 and 3.
     - Change gen_egl_dispatch.py to use argparse for the command line arguments.
     - Assorted formatting and style cleanup in the Python scripts.
    
    v3: [Emil Velikov]
     - Rebase
     - Remove separate glvnd glx/egl configure toggles
    
    Signed-off-by: default avatarEmil Velikov <emil.velikov@collabora.com>
    ce562f9e