diff options
author | Riteo <riteo@posteo.net> | 2022-11-07 14:12:21 +0100 |
---|---|---|
committer | Riteo <riteo@posteo.net> | 2022-11-14 21:48:01 +0100 |
commit | f6397bffb1e6365e713b653f5ac457b5bd08bfa0 (patch) | |
tree | 2255fcad6ba3363f877ea45f91dd3a6c0a184039 /COPYRIGHT.txt | |
parent | aa4c286808bbf4b16346de40307fcd5b29f19697 (diff) |
Regenerate GL loader code with GLAD 2
GLAD 1 creates unusable loaders for EGL, while the newly released GLAD 2
does not, so for consistency I thought that it would be a good idea to
uniform things beforehand. While it had some API changes some renames
were all that was needed and everything works like before, at least on
the Wayland branch.
I've kept the structure identical, although this new generator has quite
a few hefty features, such as a single header mode.
I've also added GLAD to `thirdparty/README.md`, but I haven't specified
that in the commit title because it's a very small "fix".
Diffstat (limited to 'COPYRIGHT.txt')
-rw-r--r-- | COPYRIGHT.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 3f4981b7fb..2dc58158ef 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -202,6 +202,12 @@ Comment: The FreeType Project Copyright: 1996-2022, David Turner, Robert Wilhelm, and Werner Lemberg. License: FTL +Files: ./thirdparty/glad/ +Comment: glad +Copyright: 2013-2022, David Herberth + 2013-2020, The Khronos Group Inc. +License: CC0-1.0 and Apache-2.0 + Files: ./thirdparty/glslang/ Comment: glslang Copyright: 2015-2020, Google, Inc. |