blender/intern/cycles/app
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
..
opengl GPU: replace GLEW with libepoxy 2022-08-15 16:10:29 +02:00
CMakeLists.txt GPU: replace GLEW with libepoxy 2022-08-15 16:10:29 +02:00
cycles_cubin_cc.cpp
cycles_standalone.cpp Cycles: add USD as a file format for Cycles standalone rendering 2022-04-29 19:19:19 +02:00
cycles_xml.cpp Cycles: add Alembic procedural to Cycles standalone xml 2022-03-23 20:06:12 +01:00
cycles_xml.h
io_export_cycles_xml.py Cleanup: run autopep8 on intern/cycles/ 2022-04-20 16:10:05 +10:00
oiio_output_driver.cpp
oiio_output_driver.h