tornavis/extern
Christian Rauch a296b8f694 GPU: replace GLEW with libepoxy
With libepoxy we can choose between EGL and GLX at runtime, as well as
dynamically open EGL and GLX libraries without linking to them.

This will make it possible to build with Wayland, EGL, GLVND support while
still running on systems that only have X11, GLX and libGL. It also paves
the way for headless rendering through EGL.

libepoxy is a new library dependency, and is included in the precompiled
libraries. GLEW is no longer a dependency, and WITH_SYSTEM_GLEW was removed.

Includes contributions by Brecht Van Lommel, Ray Molenkamp, Campbell Barton
and Sergey Sharybin.

Ref T76428

Differential Revision: https://developer.blender.org/D15291
2022-08-15 16:10:29 +02:00
..
Eigen3 Update Eigen to 3.3.7 2019-08-21 14:15:28 +02:00
audaspace Fix T99812: Audio scrubbing freezes Blender 3.2.1 2022-08-02 20:17:46 +02:00
binreloc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
bullet2 File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
ceres Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
clew File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
cuew File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
curve_fit_nd Cleanup: update curve_fit_nd (no functional changes) 2022-06-29 09:55:44 +10:00
draco Draco: update to version 1.5.2 2022-06-17 19:40:01 +02:00
fast_float OBJ: further optimize, cleanup and harden the new C++ importer 2022-04-17 22:07:43 +03:00
fmtlib OBJ: use fmt library instead of sprintf for faster formatting 2022-03-27 14:25:48 +03:00
gflags Cleanup: quiet GCC cast-function-type warnings for gflags 2022-07-26 14:47:12 +10:00
glew-es/include/GL GPU: replace GLEW with libepoxy 2022-08-15 16:10:29 +02:00
glog File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
gmock File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
gtest File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
hipew File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
json Blender Libraries: Add JSON Library. 2021-09-22 09:07:09 +02:00
lzma File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
lzo File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
mantaflow Mantaflow: call MANTA::terminateMantaflow on exit 2022-06-29 10:11:01 +10:00
nanosvg NanoSVG: Mention the version we use 2021-12-02 18:22:05 +01:00
quadriflow File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
rangetree File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
sdlew File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
smaa_areatex File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
tinygltf Extern: Add modifications diff for TinyGLTF 2021-10-13 20:56:27 +09:00
wcwidth File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
xdnd File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
.clang-format ClangFormat: add configuration files 2019-04-17 06:11:16 +02:00
CMakeLists.txt GPU: replace GLEW with libepoxy 2022-08-15 16:10:29 +02:00
README Readme file to extern libraries about the attribution document 2020-12-11 18:53:22 +01:00

README

When updating a library remember to:

* Update the README.blender with the corresponding version.
* Update the THIRD-PARTY-LICENSE.txt document