ladybird/Userland/Libraries/LibGL
Jelle Raaijmakers 857ab2e06d LibGL: Create symlinks for headers and shared library
This allows ports to access the OpenGL headers using `#include
<GL/gl.h>` and find the shared library at `/usr/lib/libGL.so` or
`/usr/lib/libGL.so.1`, removing the need for explicit include paths or
changed library names.
2024-02-22 03:48:08 +01:00
..
Buffer
GL LibGL: Add all glPushAttrib bit flags 2024-02-22 03:48:08 +01:00
Shaders
Tex
Buffer.cpp
ClipPlane.cpp
CMakeLists.txt LibGL: Create symlinks for headers and shared library 2024-02-22 03:48:08 +01:00
ContextParameter.cpp LibGL+LibGPU+LibSoftGPU: Implement blend equations 2024-02-19 23:23:40 +01:00
GLAPI.json LibGL+LibGPU+LibSoftGPU: Implement blend equations 2024-02-19 23:23:40 +01:00
GLContext.cpp LibGL+LibGPU+LibSoftGPU: Implement blend equations 2024-02-19 23:23:40 +01:00
GLContext.h LibGL+LibGPU+LibSoftGPU: Implement blend equations 2024-02-19 23:23:40 +01:00
Image.cpp
Image.h
Lighting.cpp
List.cpp
Matrix.cpp LibGL+Lib*GPU: Set model view and projection matrices separately 2023-10-15 12:14:07 +02:00
NameAllocator.cpp
NameAllocator.h
Shader.cpp
Stencil.cpp
Texture.cpp
Vertex.cpp LibGL: Optimize appends in gl_vertex 2023-10-15 12:14:07 +02:00