index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #859 from stianhj/master
pre-separate-samplers
Andre Weissflog
2023-07-15
1
-1
/
+1
|
\
|
*
sokol_debugtext.h: fix doc code example typo
Stian H. Johannesen
2023-07-15
1
-1
/
+1
|
/
*
Merge pull request #855 from benjitrosch/master
Andre Weissflog
2023-07-12
1
-102
/
+169
|
\
|
*
added function prototypes, removed imguikey function, and added documentation...
Benjamin Trosch
2023-07-10
1
-46
/
+89
|
*
made sokol_imgui event functions that were sapp agnostic public
Benjamin Trosch
2023-07-09
1
-118
/
+142
*
|
add MEG-4 project to readme
Andre Weissflog
2023-07-09
1
-0
/
+2
|
/
*
Merge pull request #851 from AnujAsher/patch-1
Andre Weissflog
2023-07-02
1
-2
/
+2
|
\
|
*
fix public function implementation prefix for egl functions
Anuj Asher
2023-07-02
1
-2
/
+2
|
/
*
Merge pull request #846 from Angluca/master
Andre Weissflog
2023-06-26
2
-3
/
+3
|
\
|
*
Update gen_bindings.yml
Pixeller
2023-06-25
1
-1
/
+1
|
*
use addr instead
Pixeller
2023-06-23
1
-2
/
+2
|
/
*
sokol_gfx.h gl: fix unused variable error
Andre Weissflog
2023-06-19
1
-0
/
+1
*
sokol_gfx.h gles3: fix framebuffer invalidation bug after msaa resolve (fixes...
Andre Weissflog
2023-06-19
1
-4
/
+10
*
fix changelog typo (again)
Andre Weissflog
2023-05-24
1
-1
/
+1
*
fix changelog typo
Andre Weissflog
2023-05-24
1
-1
/
+1
*
Merge pull request #836 from floooh/sokol-imgui-mouse-source-event
Andre Weissflog
2023-05-20
2
-7
/
+61
|
\
|
*
update changelog (sokol_imgui.h touch input improvements)
Andre Weissflog
2023-05-20
1
-1
/
+9
|
*
sokol_imgui.h: improve touch interactions
Andre Weissflog
2023-05-20
1
-6
/
+52
|
/
*
Merge branch 'castano-ic-dropevent-modifiers'
Andre Weissflog
2023-05-20
2
-31
/
+85
|
\
|
*
update changelog
Andre Weissflog
2023-05-20
1
-0
/
+17
|
*
sokol_app.h win32: SAPP_EVENTTYPE_MOUSE_ENTER/LEAVE sets dx/dy to 0
Andre Weissflog
2023-05-20
1
-0
/
+4
|
*
sokol_app.h x11: add a fixme about modifiers keys in SAPP_EVENTTYPE_FILES_DRO...
Andre Weissflog
2023-05-20
1
-0
/
+3
|
*
sokol_app.h x11: SAPP_EVENTTYPE_FILES_DROPPED set dx/dy to zero
Andre Weissflog
2023-05-20
1
-0
/
+2
|
*
sokol_app.h x11: SAPP_EVENTTYPE_MOUSE_ENTER/LEAVE set dx/dy to zero
Andre Weissflog
2023-05-20
1
-7
/
+10
|
*
sokol_app.h emsc: set modifier field in SAPP_EVENTTYPE_FILES_DROPPED (doesn't...
Andre Weissflog
2023-05-20
1
-2
/
+12
|
*
sokoL_app.h emsc: SAPP_EVENTTYPE_MOUSE_ENTER/LEAVE set dx/dy to 0
Andre Weissflog
2023-05-20
1
-5
/
+10
|
*
sokol_app.h macos: SAPP_EVENTTYPE_FILES_DROPPED now sets the sapp_event.modif...
Andre Weissflog
2023-05-20
1
-1
/
+2
|
*
sokol_app.h macos: mouse and drop event fixes:
Andre Weissflog
2023-05-20
1
-16
/
+24
|
*
Merge branch 'ic-dropevent-modifiers' of https://github.com/castano/sokol int...
Andre Weissflog
2023-05-20
1
-0
/
+1
|
/
|
|
*
Update event modifiers on drag and drop events.
Ignacio CastaƱo
2023-05-10
1
-0
/
+1
*
|
sokol_gfx.h: fix doc typo
Andre Weissflog
2023-05-20
1
-1
/
+1
*
|
sokol_gfx.h: tweak documentation
Andre Weissflog
2023-05-19
1
-3
/
+3
*
|
changelog wording
Andre Weissflog
2023-05-19
1
-8
/
+8
*
|
fix changelog typo
Andre Weissflog
2023-05-19
1
-1
/
+1
*
|
ci: fix sokol-rust compilation (--examples --verbose)
Andre Weissflog
2023-05-19
1
-1
/
+1
*
|
gen_nim.py: add new sg_load_action and sg_store_action name special cases
Andre Weissflog
2023-05-19
1
-0
/
+2
*
|
Merge pull request #834 from floooh/sgfx-pass-overhaul
Andre Weissflog
2023-05-19
5
-853
/
+2188
|
\
\
|
*
|
update readme and changelog (new renderpass stuff)
Andre Weissflog
2023-05-19
2
-1
/
+38
|
*
|
README.md: update sokol-gfx example code
Andre Weissflog
2023-05-18
1
-3
/
+3
|
*
|
sokol_gfx.h: add a 'RENDER PASSES' doc section, and update related commend he...
Andre Weissflog
2023-05-18
1
-31
/
+240
|
*
|
sokol-gfx-test: add sg_make_pass validation tests
Andre Weissflog
2023-05-16
1
-1
/
+665
|
*
|
sokol_gfx.h: sg_make_pass validation fixes
Andre Weissflog
2023-05-16
1
-19
/
+22
|
*
|
sokol_gfx.h: rename sg_image_desc.render_attachment back to .render_target
Andre Weissflog
2023-05-15
3
-61
/
+61
|
*
|
add sokol-gfx validation tests for buffer and image creation
Andre Weissflog
2023-05-15
1
-13
/
+298
|
*
|
sokol_gfx.h: fix validation message for VALIDATE_BUFFERDESC_SIZE
Andre Weissflog
2023-05-15
1
-1
/
+1
|
*
|
update sokol-gfx tests
Andre Weissflog
2023-05-15
1
-14
/
+14
|
*
|
sokol_gfx.h: fix dummy backend, fix release mode unused warnings
Andre Weissflog
2023-05-15
1
-16
/
+30
|
*
|
sokol_gfx.h metal: fix depth/stencil pass bindings
Andre Weissflog
2023-05-14
1
-1
/
+21
|
*
|
sokol_gfx.h d3d11: fix msaa resolve
Andre Weissflog
2023-05-14
1
-42
/
+43
|
*
|
sokol_gfx.h d3d11: more render pass overhaul wip
Andre Weissflog
2023-05-14
1
-5
/
+18
[next]