| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sokol_nuklear.h: update embedded wgsl shader | Andre Weissflog | 2025-12-10 | 1 | -102/+86 |
| | | |||||
| * | sokol_fontstash.h: add embedded vulkan-spirv shader | Andre Weissflog | 2025-11-15 | 1 | -2/+0 |
| | | |||||
| * | sokol_nuklear.h: add embedded vulkan-spirv shader | Andre Weissflog | 2025-11-15 | 1 | -3/+196 |
| | | |||||
| * | fix util headers for cubeface => slice rework | Andre Weissflog | 2025-09-13 | 1 | -2/+2 |
| | | |||||
| * | sokol_nuklear.h: update for resource view objects | Andre Weissflog | 2025-07-29 | 1 | -27/+49 |
| | | |||||
| * | fix util headers for sg_buffer/image_usage | Andre Weissflog | 2025-04-12 | 1 | -3/+8 |
| | | |||||
| * | fix clang warnings on windows | Andre Weissflog | 2025-03-28 | 1 | -1/+1 |
| | | |||||
| * | add -Wextra-semi to CI tests and fix resulting warnings | Andre Weissflog | 2025-01-30 | 1 | -1/+1 |
| | | |||||
| * | sokol_nuklear.h: wrap sokol_app.h mouse cursor calls into ↵ | Andre Weissflog | 2024-11-13 | 1 | -0/+2 |
| | | | | | SOKOL_NUKLEAR_NO_SOKOL_APP checks | ||||
| * | sokoL_nuklear.h: move sokol-app cursor update from event handler to snk_render() | Andre Weissflog | 2024-11-13 | 1 | -19/+21 |
| | | |||||
| * | sokol_nuklear.h: enable setting mouse cursor | zeozeozeo | 2024-11-13 | 1 | -0/+25 |
| | | |||||
| * | Merge branch 'master' into issue1037_bindings_cleanup | Andre Weissflog | 2024-10-25 | 1 | -0/+2 |
| |\ | |||||
| | * | Update sokol_nuklear.h | David Lannan | 2024-10-24 | 1 | -1/+1 |
| | | | | | | | Fixed incorrect parameter passing. | ||||
| | * | Added command to enable cursors with default font. | David Lannan | 2024-10-23 | 1 | -0/+2 |
| | | | |||||
| * | | sokol_nuklear.h: update d3d11 shader blobs | Andre Weissflog | 2024-10-15 | 1 | -1/+82 |
| | | | |||||
| * | | fix sokol_nuklear.h for bindings cleanup (except hlsl) | Andre Weissflog | 2024-10-14 | 1 | -619/+1005 |
| |/ | |||||
| * | update embedded shaders for changed wgpu bind slots and glsl v410 | Andre Weissflog | 2024-04-15 | 1 | -45/+49 |
| | | |||||
| * | replace SOKOL_GLCORE33 with SOKOL_GLCORE | Andre Weissflog | 2024-03-10 | 1 | -4/+4 |
| | | |||||
| * | Typo fixes. | Bruce Mitchener | 2024-02-08 | 1 | -1/+1 |
| | | |||||
| * | sokol_nuklear.h: change snk_handle_event to return a bool if handled | Adam Patterson | 2023-12-20 | 1 | -3/+8 |
| | | | | | | | | This method was recommended by @vurtun: https://github.com/vurtun/nuklear/issues/189#issuecomment-236587263 This is an older comment but the functionality works as expected. | ||||
| * | Merge branch 'master' into sgfx-wgpu | Andre Weissflog | 2023-10-03 | 1 | -9/+9 |
| |\ | |||||
| | * | rename custom allocator callbacks to alloc_fn/free_fn | Andre Weissflog | 2023-09-25 | 1 | -9/+9 |
| | | | |||||
| * | | sokol_nuklear.h: fix embedded wgsl shaders | Andre Weissflog | 2023-09-03 | 1 | -178/+112 |
| | | | |||||
| * | | sg_sampler_type renaming fixes | Andre Weissflog | 2023-08-31 | 1 | -1/+1 |
| |/ | |||||
| * | sokol_nuklear.h: update documentation | Andre Weissflog | 2023-07-26 | 1 | -9/+123 |
| | | |||||
| * | sokol_nuklear.h: initial image/sampler object implementation | Andre Weissflog | 2023-07-24 | 1 | -44/+540 |
| | | |||||
| * | sokol_nuklear.h: fix example code in docs | Andre Weissflog | 2023-07-16 | 1 | -1/+1 |
| | | |||||
| * | sokol_imgui.h, sokol_nuklear.h: remove sampler state from texture | Andre Weissflog | 2023-06-24 | 1 | -17/+9 |
| | | | | | | | | | handles. On platforms with 32-bit pointers (e.g. WASM), the default Dear ImGui and Nuklear texture handles are not wide enough to store both a sokol-gfx image and sampler handle. | ||||
| * | sokol_nuklear.h: fix embedded glsl shader name | Andre Weissflog | 2023-06-24 | 1 | -1/+1 |
| | | |||||
| * | sokol_nuklear.h: update embedded hlsl4 shaders | Andre Weissflog | 2023-06-23 | 1 | -78/+34 |
| | | |||||
| * | sokol_nuklear.h: fixes for separate image/sampler, new helper function ↵ | Andre Weissflog | 2023-06-19 | 1 | -729/+720 |
| | | | | | snk_nkhandle() | ||||
| * | Remove GLES2/WebGL1 support. (#821) | Andre Weissflog | 2023-04-30 | 1 | -42/+46 |
| | | | | | | | | | | | | | | 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 | ||||
| * | simplify logging preprocessor macros | Andre Weissflog | 2022-10-22 | 1 | -1/+1 |
| | | |||||
| * | sokol_nuklear.h: fix sg_image handling (fixes #656) | Andre Weissflog | 2022-04-25 | 1 | -1/+8 |
| | | |||||
| * | sokol_nuklear.h: remove NK_ALIGNOF macro, which causes an UB warning in ↵ | Andre Weissflog | 2021-08-20 | 1 | -1/+1 |
| | | | | | recent clang | ||||
| * | sokol_nuklear.h, sokol_imgui.h: cleanup no-sokol-app vs dummy-backend confusion | Andre Weissflog | 2021-04-06 | 1 | -6/+8 |
| | | |||||
| * | sokol_nuklear.h: fix an unused warning with SOKOL_NUKLEAR_NO_SOKOL_APP | Andre Weissflog | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | fix compilation with dummy backend in various util headers | Andre Weissflog | 2021-04-06 | 1 | -2/+2 |
| | | |||||
| * | sokol_nuklear.h: coding style | Andre Weissflog | 2021-02-13 | 1 | -4/+4 |
| | | |||||
| * | sokol_nuklear.h: use C99 designated init for sg_shader_desc init | Andre Weissflog | 2021-02-13 | 1 | -56/+70 |
| | | |||||
| * | sokol_nuklear.h: fix a clang analyzer warning (non-critical) | Andre Weissflog | 2021-02-13 | 1 | -1/+2 |
| | | |||||
| * | sokol_nuklear.h: add a note about the implementation not supporting to be ↵ | Andre Weissflog | 2021-02-13 | 1 | -0/+4 |
| | | | | | compiled in C++ | ||||
| * | sokol_nuklear.h: oops, don't memleak on vertex/index-buffer-overflow | Andre Weissflog | 2021-02-13 | 1 | -35/+34 |
| | | |||||
| * | sokol_nuklear.h: add an overflow check for vertex- and index-buffer | Andre Weissflog | 2021-02-13 | 1 | -3/+21 |
| | | |||||
| * | fix gcc warnings | Andre Weissflog | 2021-02-12 | 1 | -1/+1 |
| | | |||||
| * | sokol_nuklear.h: fix D3D11 shader init and MSVC warnings | Andre Weissflog | 2021-02-12 | 1 | -25/+21 |
| | | |||||
| * | sokol_nuklear.h fixes | Andre Weissflog | 2021-02-12 | 1 | -8/+5 |
| | | |||||
| * | sokol_nuklear.h: update for sokol-gfx API changes, fix sign-conversion warnings | Andre Weissflog | 2021-02-11 | 1 | -29/+30 |
| | | |||||
| * | sokol_nuklear.h: initial commit | Warren Merrifield | 2021-02-01 | 1 | -0/+2136 |