aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_debugtext.h
Commit message (Collapse)AuthorAgeFilesLines
* sokol_debugtext.h: update embedded wgsl shaderAndre Weissflog2025-12-101-98/+82
|
* sokol_spine.h: add embedded vulkan-spirv shaderAndre Weissflog2025-11-131-0/+1
|
* sokol_debugtext.h: add embedded vulkan/spirv shaderAndre Weissflog2025-11-131-1/+178
|
* sokol_gfx.h: sg_image_desc.subimage => .mip_levelsAndre Weissflog2025-09-131-1/+1
|
* sokol_gfx.h mtl: cubemap faces => slices wipAndre Weissflog2025-09-131-1/+1
|
* Merge branch 'master' into issue1252/resource_viewsAndre Weissflog2025-08-031-0/+13
|\
| * sokol_debugtext.h: expose the internal string-format buffer to language ↵Andre Weissflog2025-07-151-0/+13
| | | | | | | | bindings (used by sokol-zig)
* | sokol_debugtext.h: add a label for the font texture viewAndre Weissflog2025-07-211-0/+1
| |
* | sokol_debugtext.h: fixes for latest sokol_gfx.h changesAndre Weissflog2025-07-201-1/+1
| |
* | sokol_debiugtext.h: fix for sg_bindings.views[]Andre Weissflog2025-07-201-8/+8
| |
* | sokol_debugtext.h: port to texture viewsAndre Weissflog2025-07-081-12/+20
|/
* fix some util headers for sg_buffer/image_usageAndre Weissflog2025-04-071-2/+2
|
* fix clang warnings on windowsAndre Weissflog2025-03-281-1/+1
|
* sokol_debugtext.h: update embedded d3d11 shader blobsAndre Weissflog2024-10-151-1/+76
|
* sokol_debugtext.h: fix for bindings cleanupAndre Weissflog2024-10-141-616/+963
|
* Merge branch 'master' into storage-buffersAndre Weissflog2024-04-211-2/+2
|\
| * sokol_debug.text.h: fix flipped alpha blend factorsAndre Weissflog2024-04-081-2/+2
| | | | | | | | | | | | See #1090 Many thanks to @kochol for noticing the issue.
* | update embedded shaders for changed wgpu bind slots and glsl v410Andre Weissflog2024-04-151-44/+50
| |
* | replace SOKOL_GLCORE33 with SOKOL_GLCOREAndre Weissflog2024-03-101-4/+4
|/
* Typo fixes.Bruce Mitchener2024-02-081-2/+2
|
* check isnan width and heightMatheus Catarino França2024-02-011-0/+4
| | | | based on D bindings: https://github.com/kassane/sokol-d/issues/5#issuecomment-1921244802
* Merge branch 'master' into sgfx-wgpuAndre Weissflog2023-10-031-10/+10
|\
| * rename custom allocator callbacks to alloc_fn/free_fnAndre Weissflog2023-09-251-10/+10
| |
* | sokol_debugtext.h: fix embedded wgsl shaderAndre Weissflog2023-09-021-166/+104
| |
* | sg_sampler_type renaming fixesAndre Weissflog2023-08-311-1/+1
|/
* Merge branch 'master' into sgfx-samplers-bindingsAndre Weissflog2023-07-161-1/+1
|\
| * sokol_debugtext.h: fix doc code example typoStian H. Johannesen2023-07-151-1/+1
| |
* | sokol_debugtext.h: update embedded hlsl4 shadersAndre Weissflog2023-06-231-37/+34
| |
* | sokol_debugtext.h: fixes for separate images and samplers (fixme: HLSL and WGSL)Andre Weissflog2023-06-181-744/+722
|/
* Remove GLES2/WebGL1 support. (#821)Andre Weissflog2023-04-301-44/+47
| | | | | | | | | | | | | 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
* sokol_debugtext.h, sokol_gl.h: replace figlet fontAndre Weissflog2023-02-111-43/+35
|
* sokol_debugtext.h: add human readable logging messagesAndre Weissflog2023-02-101-9/+12
|
* sokol_debugtext.h: add new-style loggingAndre Weissflog2023-02-021-65/+179
|
* update sokol_debugtext.h docs for layered rendering, changelog and readmeAndre Weissflog2022-11-161-2/+32
|
* sokol_debugtext.h: fix texture bleeding artefacts without font texture wasteAndre Weissflog2022-11-161-13/+13
|
* sokol_debugtext.h: fix texturing artefacts by spacing out character cells in ↵Andre Weissflog2022-11-141-16/+12
| | | | font texture
* sokol_debugtext.h: add missing draw functions, some doc tweaksAndre Weissflog2022-11-141-3/+30
|
* sokol_debugtext.h: render layers more wipAndre Weissflog2022-11-141-49/+179
|
* sokol_debugtext.h: render layers wipAndre Weissflog2022-11-121-1/+16
|
* simplify logging preprocessor macrosAndre Weissflog2022-10-221-25/+12
|
* Replace SOKOL_LOG with runtime callbacks.Manuel Floruß2022-10-031-7/+71
| | | | Also removes SOKOL_LOG from sokol_fontstash.h and sokol_args.h because it's not used there.
* "are implements" -> "are implemented"Cedric Hutchings2022-06-011-1/+1
|
* Language bindings: fix new allocator callbacks (#671)Andre Weissflog2022-05-301-5/+2
| | | | | | | * remove typedef indirection for allocator callback functions * language bindings: fix allocator bindings * language bindings: replace FIXMEs and ??? with actual errors
* Add memory allocator callbacks to sokol headers. (#662)Andre Weissflog2022-05-151-42/+115
|
* fixed sokol_debugtext.h for SOKOL_WGPU backendMatt Chiasson2021-12-301-5/+3
| | | | Just a minor typo and some code that probably didn't get updated during a past refactoring session.
* minor API tweaks in sokol_gl.h and sokol_debugtext.h (see CHANGELOG.md)Andre Weissflog2021-08-211-0/+10
|
* Window icon support for sokol_app.h (#509)Andre Weissflog2021-04-091-0/+1
|
* suppress some VS2015 warningsAndre Weissflog2021-02-101-0/+1
|
* Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-101-54/+75
| | | See: https://floooh.github.io/2021/02/07/sokol-api-overhaul.html
* move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guardAndre Weissflog2020-11-281-3/+3
|