| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Vulkan backend: enable debug object labels. (#1422) | Andre Weissflog | 2026-01-24 | 1 | -0/+1 |
| | | |||||
| * | sokol_app/gfx/glue.h: rename sapp_swapchain_next() to sapp_get_swapchain() ↵ | Andre Weissflog | 2025-11-20 | 1 | -4/+4 |
| | | | | | and sglue_swapchain_next() to sglue_swapchain() | ||||
| * | sokol_gfx.h vk: triangle-bufferless-sapp working (but upside down) | Andre Weissflog | 2025-10-20 | 1 | -0/+1 |
| | | |||||
| * | sokol_gfx.h vk: basic frame loop wip | Andre Weissflog | 2025-10-13 | 1 | -0/+3 |
| | | |||||
| * | sokol_gfx.h vk: _sg_vk_begin_pass/commit wip | Andre Weissflog | 2025-10-13 | 1 | -0/+6 |
| | | |||||
| * | sokol_gfx.h vk: _sg_vk_init_caps | Andre Weissflog | 2025-10-13 | 1 | -0/+2 |
| | | |||||
| * | sokol_gfx.h vk: backend scaffolding | Andre Weissflog | 2025-10-13 | 1 | -0/+1 |
| | | |||||
| * | sokol_glue.h: sglue_swapchain => sglue_swapchain_next, and code cleanup | Andre Weissflog | 2025-10-12 | 1 | -2/+2 |
| | | |||||
| * | sokol_glue.h: port to new sapp env/swapchain/desc api | Andre Weissflog | 2025-10-12 | 1 | -29/+60 |
| | | |||||
| * | Fix a couple of typos. | Bruce Mitchener | 2024-03-20 | 1 | -1/+1 |
| | | |||||
| * | sokol_glue.h: fix the sokol_app.h include check | Andre Weissflog | 2024-02-29 | 1 | -3/+3 |
| | | |||||
| * | sokol_glue.h documentation | Andre Weissflog | 2024-02-28 | 1 | -8/+3 |
| | | |||||
| * | sokol_glue.h: check for SOKOL_GFX_INCLUDED and SOKOL_APP_IMPL_INCLUDED | Andre Weissflog | 2024-02-28 | 1 | -0/+9 |
| | | |||||
| * | sokol_gfx.h metal: replace sg_metal_swapchain.render_pass_encoder with ↵ | Andre Weissflog | 2024-02-10 | 1 | -2/+3 |
| | | | | | individual textures | ||||
| * | sokol_glue.h: change prefix from sapp_ to sglue_ | Andre Weissflog | 2024-02-07 | 1 | -12/+19 |
| | | |||||
| * | sokol_app.h, sokol_gfx.h d3d11: move d3d11 swapchain msaa resolve into ↵ | Andre Weissflog | 2024-02-06 | 1 | -1/+2 |
| | | | | | sokol_gfx.h | ||||
| * | sokol_gfx.h gl: pass cleanup wip | Andre Weissflog | 2024-02-04 | 1 | -2/+1 |
| | | |||||
| * | sokol_gfx.h: rename sg_context_desc to sg_environment | Andre Weissflog | 2024-02-04 | 1 | -12/+12 |
| | | |||||
| * | sokol_glue.h: add new helper function sapp_sgswapchain() | Andre Weissflog | 2024-01-31 | 1 | -7/+21 |
| | | |||||
| * | Remove GLES2/WebGL1 support. (#821) | Andre Weissflog | 2023-04-30 | 1 | -1/+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 | ||||
| * | move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard | Andre Weissflog | 2020-11-28 | 1 | -3/+3 |
| | | |||||
| * | make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are ↵ | Andre Weissflog | 2020-11-28 | 1 | -6/+9 |
| | | | | | supported) | ||||
| * | document SOKOL_API_DECL (these macros are still valid) | Andre Weissflog | 2020-11-28 | 1 | -0/+1 |
| | | |||||
| * | Auto-generated distinct macros per lib. Resolves #428 | Borislav Stanimirov | 2020-11-19 | 1 | -7/+11 |
| | | |||||
| * | sokol_app.h: remove sapp_pixel_format enum | Andre Weissflog | 2020-05-21 | 1 | -4/+0 |
| | | | | | | | | | | The functions sapp_color_format() and sapp_depth_format() instead return an integer value that's compatible with sg_pixel_format now. This allows to plug the return value directly into places where sg_pixel_format is expected without casting (recent clang versions started to warn about the conversion from sapp_pixel_format to sg_pixel_format). | ||||
| * | sokol_glue.h: sg_contex_desc.sample_count = sapp_sample_count() | Andre Weissflog | 2020-04-20 | 1 | -0/+1 |
| | | |||||
| * | sokol_glue.h: fix C++ compile problems | Andre Weissflog | 2020-04-16 | 1 | -6/+6 |
| | | |||||
| * | add sokol_glue.h header | Andre Weissflog | 2020-04-16 | 1 | -0/+132 |