aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | sokol_gfx.h wgpu: deal with new WGPUOptionalBool typeAndre Weissflog2024-10-141-1/+5
| * | sokol_gfx.h wgpu: bring back the special empty bindgroupAndre Weissflog2024-10-141-15/+35
| * | sokol_gfx.h wgpu: fix bind slot collision validation messagesAndre Weissflog2024-10-141-6/+6
| * | sokol_gfx.h wgpu: fix uniform bind slot mappingAndre Weissflog2024-10-141-50/+42
| * | sokol_gfx.h wgpu: provide correct number of dynamic offset in _sg_wgpu_apply_...Andre Weissflog2024-10-141-2/+4
| * | sokol_gfx.h wgpu: add WGSL bind slot validationAndre Weissflog2024-10-141-20/+26
| * | sokol_gfx.h wgpu: get rid of special 'empty bindgroup' because setting a null...Andre Weissflog2024-10-141-20/+4
| * | sokol_gfx.h wgpu: fix sign conversion warningAndre Weissflog2024-10-141-2/+2
| * | sokol_gfx.h wgpu: Dawn vs Emscripten webgpu.h fixesAndre Weissflog2024-10-141-13/+35
| * | sokol_gfx.h wgpu: more bindings cleanup wipAndre Weissflog2024-10-141-62/+70
| * | sokol_gfx.h wgpu: more bindings cleanup wipAndre Weissflog2024-10-141-151/+144
| * | sokol_gfx.h wgpu: bindings cleanip wipAndre Weissflog2024-10-141-181/+182
| * | sokol_gfx.h fix release build errorsAndre Weissflog2024-10-141-2/+1
| * | sokol_gfx.h: remove pointless commentAndre Weissflog2024-10-141-1/+0
| * | sokol_gfx.h gl: bring back glsl_name (required for GL 4.1 and WebGL2)Andre Weissflog2024-10-141-43/+53
| * | sokol_gfx.h gl: bindings cleanup wipAndre Weissflog2024-10-141-29/+67
| * | sokol_gfx.h gl: bindings cleanup wipAndre Weissflog2024-10-141-98/+83
| * | sokol_gfx.h gl: bindings cleanup wipAndre Weissflog2024-10-141-70/+47
| * | sokol_gfx.h: rename vertex_attrs to attrs in sg_shader_descAndre Weissflog2024-10-141-7/+7
| * | sokol_gfx.h: fix unused variable warningsAndre Weissflog2024-10-141-8/+7
| * | sokol_gfx d3d11: bindings cleanup finishedAndre Weissflog2024-10-141-52/+85
| * | sokol_gfx.h d3d11: bindings cleanup wipAndre Weissflog2024-10-141-60/+105
| * | sokol_gfx.h: rename sg_shader_bind_stage to sg_shader_stageAndre Weissflog2024-10-141-54/+54
| * | sokol_gfx.h: fix image sampler pair validationAndre Weissflog2024-10-141-2/+2
| * | sokol_gfx.h: add validation check for msl bind slot collisionsAndre Weissflog2024-10-141-12/+31
| * | sokol_gfx.h: add a couple fixme reminder commentsAndre Weissflog2024-10-141-0/+6
| * | sokol_gfx.h add image-sampler-pair vs image/sampler stage validation checkAndre Weissflog2024-10-141-4/+4
| * | sokol_gfx.h tweak metal bindings cache, update shader-desc validationAndre Weissflog2024-10-141-165/+158
| * | sokol_gfx.h bindings cleanup wipAndre Weissflog2024-10-141-299/+163
| * | sokol_gfx.h bindings cleanup wipAndre Weissflog2024-10-141-223/+223
| * | sokol_gfx.h bindings cleanup wipAndre Weissflog2024-10-141-76/+62
| * | sokol_gfx.h bindings cleanup wipAndre Weissflog2024-10-141-3/+2
| * | sokol_gfx.h SG_MAX_VERTEX_BUFFERS => SG_MAX_VERTEXBUFFER_BINDSLOTSAndre Weissflog2024-10-141-37/+37
| * | sokol_gfx.h minor sg_shader_desc cleanupAndre Weissflog2024-10-141-2/+2
| * | sokol_gfx.h redesign sg_shader_descAndre Weissflog2024-10-141-48/+72
| * | sokol_gfx.h bindings cleanup wipAndre Weissflog2024-10-141-6/+9
| * | sokol_gfx.h: start with resource bindings cleanupAndre Weissflog2024-10-141-38/+15
* | | Merge pull request #1139 from colinbellino/jai-bindgen-trace-hookspre-bindings-cleanupAndre Weissflog2024-10-271-2/+0
|\ \ \ | |_|/ |/| |
| * | Add back sg_trace_hooks & sg_install_trace_hooks, not sure why those were ign...Colin Bellino2024-10-271-2/+0
|/ /
* | Merge branch 'dlannan-nuklear_add_cursors'Andre Weissflog2024-10-242-0/+7
|\ \
| * | update changelog (https://github.com/floooh/sokol/pull/1138)Andre Weissflog2024-10-241-0/+5
| * | Merge branch 'nuklear_add_cursors' of https://github.com/dlannan/sokol into d...Andre Weissflog2024-10-241-0/+2
|/| |
| * | Update sokol_nuklear.hDavid Lannan2024-10-241-1/+1
| * | Added command to enable cursors with default font.David Lannan2024-10-231-0/+2
* | | Merge pull request #1128 from colinbellino/jai-bindgen-wasmAndre Weissflog2024-10-231-0/+3
|\ \ \ | |/ / |/| |
| * | Rename *_wasm_wgpu_* to *_wasm_gl_*Colin Bellino2024-10-161-2/+2
| * | Add .WASM support for Jai bindgenColin Bellino2024-10-161-0/+3
* | | add a little blurb to the last changelog entryAndre Weissflog2024-10-221-0/+9
* | | Merge branch 'DctrNoob-simgui-textureid-update'Andre Weissflog2024-10-222-6/+22
|\ \ \ | |/ / |/| |
| * | update changelog (https://github.com/floooh/sokol/pull/1134)Andre Weissflog2024-10-221-0/+16