Changeset 664f94b


Ignore:
Timestamp:
12/03/2023 06:57:08 PM (10 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
79d741c
Parents:
882979cd
Message:

Add Glad to the book.

It provides a generator that creates loaders for Vulkan, OpenGL, EGL,
GLES, and GLX contexts. In our case it's going to be used for
libplacebo.

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphlib.xml

    r882979cd r664f94b  
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gegl.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="giflib.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glad.xml"/>
    2829  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glm.xml"/>
    2930  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="graphite2.xml"/>
  • packages.ent

    r882979cd r664f94b  
    205205<!ENTITY gegl-version                 "0.4.46">
    206206<!ENTITY giflib-version               "5.2.1">
     207<!ENTITY glad-version                 "2.0.4">
    207208<!ENTITY glm-version                  "0.9.9.8">
    208209<!ENTITY graphite2-version            "1.3.14">
Note: See TracChangeset for help on using the changeset viewer.