Vladislav Belov
4125e5b645
Adds sRGB support to GLES
2026-07-29 01:29:11 +02:00
Vladislav Belov
2bc674cbaa
Removes extensions prior 2.1
...
Since we generate GL headers using GLAD with 2.1 version we don't need
to check extensions prior that.
2026-07-08 09:28:52 +02:00
Ralph Sennhauser
4967922447
Don't load WGL
...
checkrefs / lfscheck (push) Waiting to run
checkrefs / checkrefs (push) Waiting to run
lint / cppcheck (push) Waiting to run
lint / copyright (push) Waiting to run
lint / jenkinsfiles (push) Waiting to run
pre-commit / build (push) Waiting to run
Depend on SDL and wxWidgets doing the necessary work.
Also remove WGL from glad.
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
2026-06-28 09:49:26 +02:00
Ralph Sennhauser
a27fe1f8a1
Drop EGL and GLX from glad
...
Also regenerate files with latest glad and vulkan 1.4.
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
2026-06-28 09:49:26 +02:00
Vladislav Belov
456e2a0b56
Removes dummy GL functions as replaced by core
checkrefs / lfscheck (push) Waiting to run
checkrefs / checkrefs (push) Waiting to run
lint / cppcheck (push) Waiting to run
lint / copyright (push) Waiting to run
lint / jenkinsfiles (push) Waiting to run
pre-commit / build (push) Waiting to run
2026-04-25 17:47:06 +02:00
Vladislav Belov
4dff44ac9b
Removes GL extensions for ARB backend
2026-02-20 22:07:40 +01:00
Ralph Sennhauser
50aae8763f
Improve script generating glad headers
...
The script assumes glad got cloned into glad subdirectory. This is the
case if you follow the procedure outlined in the README, however if you
are using system glad or or glad installed via pip this assumption
doesn't hold.
Therefore relax the requirement on where to get glad from. While at it
add shell option errexit and make the script callable from repository root.
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
2024-11-06 16:35:57 +01:00
Vladislav Belov
eecc5a8fea
Updates the list of GL extensions for glad.
2024-11-03 20:35:28 +01:00
Vladislav Belov
ff923e5d6a
Adds a patch to automatically apply the macOS fix to glad after its generation.
2024-11-03 20:26:13 +01:00
Itms
34a209b680
Update glad to 2.0.7
...
Release: https://github.com/Dav1dde/glad/releases/tag/v2.0.7
2024-09-08 09:31:14 +02:00
Itms
0f87124b98
Some glad improvements
...
- Silence a MSVC warning in vulkan.cpp, refs #6987
- Document the patching of gl.h for macOS, from r26094
- Fix shellcheck warnings in the generation script
2024-09-08 09:26:46 +02:00
Itms
35d998694f
Move glad from source-libs to source/third_party
...
Improve definition of the gladwrapper project in premake.
2024-09-08 09:18:45 +02:00