aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Define WKPDID_D3DDebugObjectName instead of including "dxguid.lib"jakubtomsu2024-04-121-19/+26
| * | | | Set D3DDebugObjectName whenever using Create* to make resourcesjakubtomsu2024-04-111-0/+52
* | | | | Merge pull request #1029 from jakubtomsu/odin-remove-num-from-enumsAndre Weissflog2024-04-131-1/+1
|\ \ \ \ \
| * | | | | Exclude 'NUM' enum values from bindingsjakubtomsu2024-04-121-1/+1
|/ / / / /
* | | | | Merge pull request #1028 from edubart/develAndre Weissflog2024-04-121-2/+2
|\ \ \ \ \
| * | | | | fix warnings for mingw-w64 toolchainEduardo Bart2024-04-121-2/+2
|/ / / / /
* | | | | Merge pull request #1026 from jakubtomsu/increase-sg-string-sizeAndre Weissflog2024-04-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update sokol_gfx.hjakubtomsu2024-04-111-1/+1
|/ / / /
* | | | manually add Solar Storm to the readme's related project section (see #1022)Andre Weissflog2024-04-101-0/+2
* | | | Merge pull request #1021 from jakubtomsu/masterAndre Weissflog2024-04-101-8/+15
|\| | |
| * | | Update to latest odin version (dev-2024-04), LLVM17 and enable MacOS againjakubtomsu2024-04-101-7/+14
| * | | Update windows to latest odin version (dev-2024-04)jakubtomsu2024-04-091-1/+1
|/ / /
* | / sokol_debug.text.h: fix flipped alpha blend factorsAndre Weissflog2024-04-081-2/+2
| |/ |/|
* | sokol_gfx.h: fix a comment typoAndre Weissflog2024-03-311-1/+1
* | Merge pull request #1017 from waywardmonkeys/capitalize-rust-githubAndre Weissflog2024-03-293-15/+15
|\ \
| * | Capitalize Rust and GitHub correctly.Bruce Mitchener2024-03-293-15/+15
|/ /
* | fix br html tags in readmeAndre Weissflog2024-03-271-7/+2
* | Merge pull request #1016 from jakubtomsu/create-logo-assetsAndre Weissflog2024-03-275-4/+11
|\ \
| * | Add logo to the READMEjakubtomsu2024-03-261-4/+11
| * | Add logo imagesjakubtomsu2024-03-264-0/+0
|/ /
* | fix readmeAndre Weissflog2024-03-231-2/+2
* | readme: add hIghQube and Senos to 'related projects' sectionAndre Weissflog2024-03-231-0/+4
* | add credits to last changelog entryAndre Weissflog2024-03-211-0/+2
* | Merge branch 'elloramir-master'Andre Weissflog2024-03-212-0/+16
|\ \
| * | update changelog (https://github.com/floooh/sokol/pull/1010)Andre Weissflog2024-03-211-0/+10
| * | Merge branch 'master' of https://github.com/elloramir/sokol into elloramir-ma...Andre Weissflog2024-03-211-0/+6
|/| |
| * | resolve texture leak on new font loadingello2024-03-191-0/+8
| * | fix font loading to work with more fonts than default oneelloramir2024-03-131-7/+5
* | | Merge pull request #1013 from waywardmonkeys/fix-typosAndre Weissflog2024-03-203-3/+3
|\ \ \
| * | | Fix a couple of typos.Bruce Mitchener2024-03-203-3/+3
|/ / /
* / / sokol_imgui.h: assert against texture leakage when calling simgui_create_font...Andre Weissflog2024-03-141-0/+6
|/ /
* | Fixed typosThomas Stehle2024-03-061-3/+3
| * sokol_gfx.h: validate that storage buffers used in shaders are readonlyAndre Weissflog2024-04-201-0/+2
| * update embedded shaders for changed wgpu bind slots and glsl v410Andre Weissflog2024-04-156-292/+321
| * sokol_gfx.h: bump max storage buffers per stage to 8, fix wgpu bind slot offsetsAndre Weissflog2024-04-151-9/+8
| * sokol_gfx.h d3d11, gl: fix instanced drawing if no pipeline vertex layout is ...Andre Weissflog2024-04-081-4/+6
| * sokol_glue.h: initialize env.gl.major/minor_versionAndre Weissflog2024-04-081-0/+2
| * sokol_app.h gl: update GL context initializationAndre Weissflog2024-04-081-3/+35
| * sokol_gfx.h: allow draws without resource bindings.Andre Weissflog2024-04-041-11/+0
| * sokol_gfx_imgui.h: add SG_BUFFERTYPE_STORAGEBUFFERAndre Weissflog2024-04-031-0/+1
| * sokol_gfx.h: fix sg_environment default setup, add glBindBufferBase() to win3...Andre Weissflog2024-03-111-7/+7
| * sokol_gfx.h gl: make GL_SHADER_STORAGE_BUFFER const generally available, filt...Andre Weissflog2024-03-111-4/+18
| * sokol_gfx.h gl: more storage buffer wipAndre Weissflog2024-03-111-28/+76
| * sokol_gfx.h gl: storage buffers wipAndre Weissflog2024-03-113-21/+84
| * replace SOKOL_GLCORE33 with SOKOL_GLCOREAndre Weissflog2024-03-1013-92/+92
| * sokol_gfx.h d3d11: initial storage buffer supportAndre Weissflog2024-03-091-30/+98
| * sokol_gfx.h, sokol_gfx_imgui.h: minor storage buffer related code cleanupAndre Weissflog2024-03-092-1/+2
| * sokol_gfx.h wgpu: initial storage buffer supportAndre Weissflog2024-03-081-18/+71
| * sokol_gfx.h metal: filter redundant storage buffer bindingsAndre Weissflog2024-03-082-10/+26
| * sokol_gfx.h: storage buffer code cleanup and additional validation checksAndre Weissflog2024-03-081-9/+17