| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: add windows+vulkan to test compilation | Andre Weissflog | 2026-01-19 | 1 | -0/+32 |
| | | |||||
| * | integrate vulkan backend into test_linux.sh | Andre Weissflog | 2025-12-06 | 1 | -0/+45 |
| | | |||||
| * | tests: remove the Android OpenSLES builds (those trigger deprecated errors now) | Andre Weissflog | 2025-04-05 | 1 | -40/+0 |
| | | |||||
| * | switch android tests to android-30 platform | Andre Weissflog | 2025-04-05 | 1 | -4/+4 |
| | | |||||
| * | replace SOKOL_GLCORE33 with SOKOL_GLCORE | Andre Weissflog | 2024-03-10 | 1 | -13/+13 |
| | | |||||
| * | add webgpu compilation tests | Andre Weissflog | 2023-10-03 | 1 | -0/+28 |
| | | |||||
| * | Remove GLES2/WebGL1 support. (#821) | Andre Weissflog | 2023-04-30 | 1 | -28/+0 |
| | | | | | | | | | | | | | | notable changes: - depth/stencil images are now regular gl textures - SG_PIXELFORMAT_DEPTH now resolves to GL_DEPTH_COMPONENT32F - sg_gl_context_desc and sg_desc.gl removed - in sg_begin_pass() only use glClearBuffer functions - in sg_end_pass() MSAA resolve now does glInvalidateFramebuffer() on the MSAA buffer - sg_features: instancing, multiple_render_targets, msaa_render_targets, imagetype_3d, imagetype_array removed - sapp_desc.gl_force_gles2 removed - sapp_gles2() function removed - any GLES3-to-GLES2 fallbacks removed | ||||
| * | tests: remove last UWP remains | Andre Weissflog | 2023-02-07 | 1 | -19/+0 |
| | | |||||
| * | extend the android compile tests for sokol_audio.h aaudio vs sles | Andre Weissflog | 2023-01-22 | 1 | -0/+40 |
| | | |||||
| * | rewrite windows static analyzer build scripts to use cmake presets | Andre Weissflog | 2022-11-20 | 1 | -0/+38 |
| | | |||||
| * | rewrite linux static analyzer build scripts to use cmake presets | Andre Weissflog | 2022-11-20 | 1 | -0/+38 |
| | | |||||
| * | tests: add ios static analyzer cmake presets | Andre Weissflog | 2022-11-20 | 1 | -0/+88 |
| | | |||||
| * | tests: add macos static analysis cmake presets | Andre Weissflog | 2022-11-20 | 1 | -0/+84 |
| | | |||||
| * | cmake presets support for UWP tests | Andre Weissflog | 2022-11-20 | 1 | -0/+19 |
| | | |||||
| * | cmake presets support for Windows tests | Andre Weissflog | 2022-11-20 | 1 | -0/+34 |
| | | |||||
| * | move cmake files back into tests subdirectory | Andre Weissflog | 2022-11-19 | 1 | -0/+398 |