aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_fontstash.h
Commit message (Expand)AuthorAgeFilesLines
* sokol_fontstash.h: update d3d11 shader blobsAndre Weissflog2024-10-151-2/+88
* sokol_fontstash.h, sokol_gl.h: fix for bindings cleanup (except hlsl)Andre Weissflog2024-10-141-677/+1074
* sokol_gfx.h: remove SG_FILTER_NONE (fixes #929)Andre Weissflog2024-09-021-1/+0
* update embedded shaders for changed wgpu bind slots and glsl v410Andre Weissflog2024-04-151-52/+58
* replace SOKOL_GLCORE33 with SOKOL_GLCOREAndre Weissflog2024-03-101-4/+4
* 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_fontstash.h wgpu: fix embedded shaderAndre Weissflog2023-09-031-192/+122
* | sg_sampler_type renaming fixesAndre Weissflog2023-08-311-1/+1
|/
* sokol_fontstash.h: update embedded hlsl4 shadersAndre Weissflog2023-06-231-40/+38
* sokol_fontstash.h: fix for separate image/sampler (todo: hlsl/wgsl shaders)Andre Weissflog2023-06-191-836/+788
* Remove GLES2/WebGL1 support. (#821)Andre Weissflog2023-04-301-51/+56
* simplify logging preprocessor macrosAndre Weissflog2022-10-221-1/+1
* Replace SOKOL_LOG with runtime callbacks.Manuel Floruß2022-10-031-9/+0
* sokol_fontstash.h: remove clang analyzer workaroundAndre Weissflog2022-08-071-13/+1
* Language bindings: fix new allocator callbacks (#671)Andre Weissflog2022-05-301-5/+2
* Add memory allocator callbacks to sokol headers. (#662)Andre Weissflog2022-05-151-35/+141
* sokol_fontstash.h: fix documentation (fixes #652)Andre Weissflog2022-04-121-4/+4
* add point size attribute to sokol_fontstash.hJason Liang2021-11-301-914/+946
* Typo fix in sokol_fontstash.h documentationStuart Adams2021-05-111-1/+1
* fix compilation with dummy backend in various util headersAndre Weissflog2021-04-061-2/+2
* Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-101-22/+16
* move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guardAndre Weissflog2020-11-281-3/+3
* make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...Andre Weissflog2020-11-281-4/+6
* document SOKOL_API_DECL (these macros are still valid)Andre Weissflog2020-11-281-1/+2
* Auto-generated distinct macros per lib. Resolves #428Borislav Stanimirov2020-11-191-9/+13
* sokol_fontstash.h: silence a false positive clang analyzer warningAndre Weissflog2020-08-251-1/+13
* sokol_fontstash.h d3d11: use sokol-shdc generated shader codeAndre Weissflog2020-06-211-278/+108
* sokol_fontstash.h gl,metal,wgpu: use sokol-shdc generated embedded shader codeAndre Weissflog2020-06-211-244/+1169
* fix unused parameter warnings in platform-agnostic and OSX/iOS code pathsAndre Weissflog2020-05-301-0/+5
* sokol_fontstash.h: add wgpu shadersAndre Weissflog2020-03-291-1/+224
* replace pragma once with include guards in the util headers too (see #205 and...Andre Weissflog2019-09-021-1/+2
* sokol_fontstash.h: add documentationAndre Weissflog2019-08-261-274/+358
* sokol_fontstash.h: fix embedded D3D11 shaderAndre Weissflog2019-08-261-308/+277
* sokol_fontstash.h: fix GL shadersAndre Weissflog2019-08-251-2/+2
* sokol_fontstash.h: use linear mag filterAndre Weissflog2019-08-241-0/+1
* new sokol_fontstash.h util header (WIP)Andre Weissflog2019-08-241-0/+734