aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sokol_gfx_imgui.h: update for sokol-gfx bindings cleanupAndre Weissflog2024-10-151-271/+235
| * | | sokol_gfx.h gl: fix msvc warningsAndre Weissflog2024-10-151-4/+4
| * | | sokol_spine.h: update d3d11 shader blobsAndre Weissflog2024-10-151-1/+89
| * | | sokol_fontstash.h: update d3d11 shader blobsAndre Weissflog2024-10-151-2/+88
| * | | sokol_nuklear.h: update d3d11 shader blobsAndre Weissflog2024-10-151-1/+82
| * | | sokol_gl.h: update d3d11 shader blobsAndre Weissflog2024-10-151-2/+88
| * | | sokol_imgui.h: update d3d11 shader blobsAndre Weissflog2024-10-151-2/+82
| * | | sokol_debugtext.h: update embedded d3d11 shader blobsAndre Weissflog2024-10-151-1/+76
| * | | sokol_gfx.h: fix msvc warningsAndre Weissflog2024-10-151-3/+3
| * | | fix sokol_nuklear.h for bindings cleanup (except hlsl)Andre Weissflog2024-10-141-619/+1005
| * | | fix sokol_spine.h for bindings cleanup (except hlsl)Andre Weissflog2024-10-141-778/+1208
| * | | sokol_gfx.h wgpu: fix dynamic bind offset mapping (must be in binding order, ...Andre Weissflog2024-10-141-9/+42
| * | | sokol_gfx.h wgpu: don't set null bindgroups in begin pass, instead set empty ...Andre Weissflog2024-10-141-2/+2
| * | | sokol_gfx.h wgpu: minor code cleanupAndre Weissflog2024-10-141-1/+1
| * | | sokol_gfx.h wgpu: fix max bindings vs max bindgroup slot confusionAndre Weissflog2024-10-141-50/+97
| * | | sokol_fontstash.h, sokol_gl.h: fix for bindings cleanup (except hlsl)Andre Weissflog2024-10-142-1350/+2143
| * | | sokol_debugtext.h: fix for bindings cleanupAndre Weissflog2024-10-141-616/+963
| * | | sokol_imgui.h: fix a code style problemAndre Weissflog2024-10-141-1/+1
| * | | sokol_imgui.h: bindings cleanup changes (except d3d11/hlsl)Andre Weissflog2024-10-141-648/+1023
| * | | sokol_gfx.h wgpu: fix a C vs C++ incompatibility in the Emscripten vs Dawn we...Andre Weissflog2024-10-141-4/+6
| * | | sokol_gfx.h: fix Emscripten vs Dawn webgpu.h differenceAndre Weissflog2024-10-141-1/+1
| * | | sokol_gfx.h: fix bindslot validation bitmask testAndre Weissflog2024-10-141-6/+6
| * | | 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