aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* fix util headers for cubeface => slice reworkAndre Weissflog2025-09-133-5/+5
* sokol_gfx.h: sg_image_desc.subimage => .mip_levelsAndre Weissflog2025-09-132-3/+3
* sokol_imgui.h: fix for cubeface => slice reworkAndre Weissflog2025-09-131-2/+2
* sokol_gfx.h mtl: cubemap faces => slices wipAndre Weissflog2025-09-131-1/+1
* sokol_imgui.h: fix font density issue (by properly setting io.DisplayFramebuf...Andre Weissflog2025-08-291-7/+8
* sokol_gfx.h gl: bind storage buffers with offset, clarify why glBindImageText...Andre Weissflog2025-08-041-0/+1
* Merge branch 'master' into issue1252/resource_viewsAndre Weissflog2025-08-033-6/+22
|\
| * remove references to sg_begin_default_passStian H. Johannesen2025-07-251-1/+1
| * sokol_debugtext.h: expose the internal string-format buffer to language bindi...Andre Weissflog2025-07-151-0/+13
| * sokol_imgui.h: fix some typos in updated doc sectionsAndre Weissflog2025-06-291-5/+8
* | sokol_gfx.h mtl: more robust bindings cache for dynamic resources (take activ...Andre Weissflog2025-08-031-4/+16
* | sokol_gfx_imgui.h: remove unused _sgimgui_viewtype_string functionAndre Weissflog2025-08-021-12/+0
* | sokol_spine.h: port to view objectsAndre Weissflog2025-07-301-51/+70
* | sokol_fontstash.h: fix for view objectsAndre Weissflog2025-07-291-14/+31
* | sokol_nuklear.h: update for resource view objectsAndre Weissflog2025-07-291-27/+49
* | sokol_gfx.h: strip _binding from usage.*_bindingAndre Weissflog2025-07-211-2/+2
* | sokol_gl.h: add label for default samplerAndre Weissflog2025-07-211-0/+1
* | sokol_debugtext.h: add a label for the font texture viewAndre Weissflog2025-07-211-0/+1
* | sokol_gfx_imgui.h: don't attempt to render msaa imagesAndre Weissflog2025-07-211-3/+3
* | sokol_gfx_imgui.h: don't attempt to render non-2d texture viewsAndre Weissflog2025-07-211-2/+6
* | sokol_gfx_imgui.h: fix for unified view bindingsAndre Weissflog2025-07-211-102/+57
* | sokol_gl.h: fix for sokol-gfx shader desc and bindings viewsAndre Weissflog2025-07-201-9/+9
* | sokol_imgui.h: fix for sokol-gfx shader-desc and bindings viewsAndre Weissflog2025-07-201-10/+10
* | 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_gfx_imgui.h: ported to view objectsAndre Weissflog2025-07-141-61/+104
* | sokol_gfx_imgui.h: implement new ui image renderingAndre Weissflog2025-07-141-70/+57
* | sokol_gfx_imgui.h: view objects wipAndre Weissflog2025-07-141-20/+79
* | sokol_gfx_imgui.h: view objects wipAndre Weissflog2025-07-141-65/+72
* | sokol_gfx_imgui.h: start fixing for view objects (wip)Andre Weissflog2025-07-141-224/+238
* | sokol_gl.h: port to texture view objectsAndre Weissflog2025-07-111-31/+40
* | sokol_imgui.h: ported to texture views (breaking change)Andre Weissflog2025-07-101-40/+58
* | sokol_debugtext.h: port to texture viewsAndre Weissflog2025-07-081-12/+20
|/
* sokol_imgui.h: fix for SOKOL_IMGUI_NO_SOKOL_APPAndre Weissflog2025-06-291-0/+2
* sokol_gfx.h: update documentation for new texture and font handlingAndre Weissflog2025-06-291-0/+33
* sokol_gfx_imgui.h: fix _SGIMGUI_IMGUI_FUNC macro for C++Andre Weissflog2025-06-291-3/+3
* sokol_gfx_imgui.h: cleanup C++ vs C DearImGui callsAndre Weissflog2025-06-291-502/+563
* sokol_imgui.h: clean up C++ vs C function wrappersAndre Weissflog2025-06-291-147/+199
* sokol_gfx_imgui.h: fix C ImTextureRef constructor wrapperAndre Weissflog2025-06-291-4/+12
* sokol_imgui.h: remove obsolete font texture create/destroy funcsAndre Weissflog2025-06-281-61/+0
* sokol_imgui.h: fix usage from CAndre Weissflog2025-06-281-15/+67
* sokol_imgui.h: update for Dear ImGui 1.92.0 wipAndre Weissflog2025-06-281-37/+97
* sokol_gfx.h: safe internal resource refs wipAndre Weissflog2025-05-291-0/+1
* Fix various typosluzpaz2025-05-281-2/+2
* Merge branch 'master' into issue1244/compute-ms2Andre Weissflog2025-05-241-49/+46
|\
| * sokol_imgui.h: fix unused function error if compiled with SOKOL_IMGUI_NO_SOKO...Andre Weissflog2025-05-221-0/+2
| * sokol_imgui.h: fix igGetIO vs igGetIO_Nil C binding flavour differenceAndre Weissflog2025-05-221-49/+44
* | sokol_gfx.h d3d11: storage attachments wipAndre Weissflog2025-05-031-2/+2
* | sokol_gfx_imgui.h: storage attachment supportAndre Weissflog2025-04-271-3/+22
* | sokol_gfx_imgui.h: add storage images to shader panelAndre Weissflog2025-04-211-22/+48