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
path:
root
/
tests
/
functional
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix tests (forgot an sg_shutdown in sokol_debugtext_test)
Andre Weissflog
2025-12-07
1
-1
/
+2
*
integrate vulkan backend into test_linux.sh
Andre Weissflog
2025-12-06
1
-0
/
+3
*
Add test for escape char in key
Cloud Wu
2025-10-17
1
-6
/
+6
*
fix sokol-gfx tests
Andre Weissflog
2025-09-27
1
-2
/
+2
*
sokol_gfx.h: fix dummy backend and tests
Andre Weissflog
2025-09-22
1
-12
/
+47
*
sokol_gfx.h: check dynamic max-pass-attachment limits
Andre Weissflog
2025-09-20
1
-0
/
+42
*
sokol_gfx.h: finer-grained error messages on binding-limit violation, plus ne...
Andre Weissflog
2025-09-20
1
-0
/
+132
*
fix sokol_gfx_tests.c and sokol_gl_tests.c
Andre Weissflog
2025-09-14
2
-18
/
+18
*
sokol_gfx.h: fix tests for views
Andre Weissflog
2025-07-30
2
-858
/
+270
*
sokol_gfx.h: fix dummy backend and tests
Andre Weissflog
2025-06-02
1
-4
/
+3
*
fix tests
Andre Weissflog
2025-05-29
1
-8
/
+8
*
sokol_gfx.h: safe internal resource refs wip
Andre Weissflog
2025-05-29
1
-0
/
+89
*
fix tests
Andre Weissflog
2025-05-10
2
-138
/
+135
*
sokol_gfx_test.c: more buffer creation tests
Andre Weissflog
2025-03-01
1
-0
/
+68
*
fix sokol_gfx_test.c
Andre Weissflog
2025-03-01
1
-7
/
+5
*
fix tests (sokol_gfx.h pvrtc removal)
Andre Weissflog
2025-02-09
1
-4
/
+0
*
add -Wextra-semi to CI tests and fix resulting warnings
Andre Weissflog
2025-01-30
1
-1
/
+1
*
sokol_gfx.h: add granular sg_query_buffer_X() and sg_query_image_X() functions
Andre Weissflog
2024-12-16
1
-0
/
+26
*
update sokol-gfx tests
Andre Weissflog
2024-10-17
1
-96
/
+86
*
sokol_gfx.h: remove SG_FILTER_NONE (fixes #929)
Andre Weissflog
2024-09-02
2
-24
/
+4
*
sokol_gl.h: don't skip rendering completely in case of errors, plus:
Andre Weissflog
2024-08-26
1
-2
/
+11
*
ETC2 pixel format cleanup:
Andre Weissflog
2024-05-10
1
-2
/
+4
*
replace SOKOL_GLCORE33 with SOKOL_GLCORE
Andre Weissflog
2024-03-10
1
-2
/
+2
*
fix tests
Andre Weissflog
2024-02-12
4
-291
/
+303
*
Merge branch 'master' into issue904-pass-cleanup
Andre Weissflog
2024-02-10
1
-1
/
+1
|
\
|
*
Typo fixes.
Bruce Mitchener
2024-02-08
1
-1
/
+1
*
|
fix tests
Andre Weissflog
2024-01-28
1
-10
/
+0
|
/
*
Fix strict-prototype warnings.
Bruce Mitchener
2024-01-20
1
-2
/
+2
*
sokol_gfx_test.c: more tests for sg_query_row_pitch() and sg_query_surface_pi...
Andre Weissflog
2024-01-05
1
-0
/
+21
*
sokol_gfx.h: query bytes-per-pixel, row- and surface-pitch wip
Andre Weissflog
2024-01-04
1
-0
/
+87
*
Merge branch 'master' into sgfx-wgpu
Andre Weissflog
2023-10-03
2
-14
/
+111
|
\
|
*
sokol_fetch_test.c: add more tests for cancelling requests
Andre Weissflog
2023-09-19
1
-14
/
+63
|
*
sokol_args.h: support key-only args (see documentation for details) fixes #876
Andre Weissflog
2023-09-18
1
-0
/
+48
*
|
fix sokol-gfx tests
Andre Weissflog
2023-09-06
1
-10
/
+10
*
|
sokol_gfx tests: add sampler-desc validation tests
Andre Weissflog
2023-09-04
1
-1
/
+87
*
|
sg_sampler_type renaming fixes
Andre Weissflog
2023-08-31
1
-8
/
+8
|
/
*
fix sokol_gfx_test.c (create pass without color attachments is now allowed
Andre Weissflog
2023-07-02
1
-20
/
+14
*
fix tests
Andre Weissflog
2023-06-24
3
-25
/
+66
*
add sampler tests to sokol_gfx_test.c
Andre Weissflog
2023-06-24
1
-15
/
+208
*
fix sokol_gfx_test.c
Andre Weissflog
2023-06-24
1
-42
/
+55
*
sokol-gfx-test: add sg_make_pass validation tests
Andre Weissflog
2023-05-16
1
-1
/
+665
*
sokol_gfx.h: rename sg_image_desc.render_attachment back to .render_target
Andre Weissflog
2023-05-15
1
-18
/
+18
*
add sokol-gfx validation tests for buffer and image creation
Andre Weissflog
2023-05-15
1
-13
/
+298
*
update sokol-gfx tests
Andre Weissflog
2023-05-15
1
-14
/
+14
*
Remove GLES2/WebGL1 support. (#821)
Andre Weissflog
2023-04-30
1
-4
/
+0
*
fix sokol_spine.h tests (caused by different spine runtime defaults
Andre Weissflog
2023-03-18
1
-6
/
+6
*
sokol_gfx.h: implement sg_query_pass_desc()
Andre Weissflog
2023-02-19
1
-0
/
+44
*
sokol_gfx.h: implement sg_query_pipeline_desc()
Andre Weissflog
2023-02-19
1
-3
/
+77
*
sokol_gfx.h: implement sg_query_shader_desc()
Andre Weissflog
2023-02-19
1
-0
/
+57
*
sokol_gfx.h: implement sg_query_image_desc()
Andre Weissflog
2023-02-19
1
-0
/
+70
[next]