aboutsummaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* fix tests (forgot an sg_shutdown in sokol_debugtext_test)Andre Weissflog2025-12-071-1/+2
* integrate vulkan backend into test_linux.shAndre Weissflog2025-12-061-0/+3
* Add test for escape char in keyCloud Wu2025-10-171-6/+6
* fix sokol-gfx testsAndre Weissflog2025-09-271-2/+2
* sokol_gfx.h: fix dummy backend and testsAndre Weissflog2025-09-221-12/+47
* sokol_gfx.h: check dynamic max-pass-attachment limitsAndre Weissflog2025-09-201-0/+42
* sokol_gfx.h: finer-grained error messages on binding-limit violation, plus ne...Andre Weissflog2025-09-201-0/+132
* fix sokol_gfx_tests.c and sokol_gl_tests.cAndre Weissflog2025-09-142-18/+18
* sokol_gfx.h: fix tests for viewsAndre Weissflog2025-07-302-858/+270
* sokol_gfx.h: fix dummy backend and testsAndre Weissflog2025-06-021-4/+3
* fix testsAndre Weissflog2025-05-291-8/+8
* sokol_gfx.h: safe internal resource refs wipAndre Weissflog2025-05-291-0/+89
* fix testsAndre Weissflog2025-05-102-138/+135
* sokol_gfx_test.c: more buffer creation testsAndre Weissflog2025-03-011-0/+68
* fix sokol_gfx_test.cAndre Weissflog2025-03-011-7/+5
* fix tests (sokol_gfx.h pvrtc removal)Andre Weissflog2025-02-091-4/+0
* add -Wextra-semi to CI tests and fix resulting warningsAndre Weissflog2025-01-301-1/+1
* sokol_gfx.h: add granular sg_query_buffer_X() and sg_query_image_X() functionsAndre Weissflog2024-12-161-0/+26
* update sokol-gfx testsAndre Weissflog2024-10-171-96/+86
* sokol_gfx.h: remove SG_FILTER_NONE (fixes #929)Andre Weissflog2024-09-022-24/+4
* sokol_gl.h: don't skip rendering completely in case of errors, plus:Andre Weissflog2024-08-261-2/+11
* ETC2 pixel format cleanup:Andre Weissflog2024-05-101-2/+4
* replace SOKOL_GLCORE33 with SOKOL_GLCOREAndre Weissflog2024-03-101-2/+2
* fix testsAndre Weissflog2024-02-124-291/+303
* Merge branch 'master' into issue904-pass-cleanupAndre Weissflog2024-02-101-1/+1
|\
| * Typo fixes.Bruce Mitchener2024-02-081-1/+1
* | fix testsAndre Weissflog2024-01-281-10/+0
|/
* Fix strict-prototype warnings.Bruce Mitchener2024-01-201-2/+2
* sokol_gfx_test.c: more tests for sg_query_row_pitch() and sg_query_surface_pi...Andre Weissflog2024-01-051-0/+21
* sokol_gfx.h: query bytes-per-pixel, row- and surface-pitch wipAndre Weissflog2024-01-041-0/+87
* Merge branch 'master' into sgfx-wgpuAndre Weissflog2023-10-032-14/+111
|\
| * sokol_fetch_test.c: add more tests for cancelling requestsAndre Weissflog2023-09-191-14/+63
| * sokol_args.h: support key-only args (see documentation for details) fixes #876Andre Weissflog2023-09-181-0/+48
* | fix sokol-gfx testsAndre Weissflog2023-09-061-10/+10
* | sokol_gfx tests: add sampler-desc validation testsAndre Weissflog2023-09-041-1/+87
* | sg_sampler_type renaming fixesAndre Weissflog2023-08-311-8/+8
|/
* fix sokol_gfx_test.c (create pass without color attachments is now allowedAndre Weissflog2023-07-021-20/+14
* fix testsAndre Weissflog2023-06-243-25/+66
* add sampler tests to sokol_gfx_test.cAndre Weissflog2023-06-241-15/+208
* fix sokol_gfx_test.cAndre Weissflog2023-06-241-42/+55
* sokol-gfx-test: add sg_make_pass validation testsAndre Weissflog2023-05-161-1/+665
* sokol_gfx.h: rename sg_image_desc.render_attachment back to .render_targetAndre Weissflog2023-05-151-18/+18
* add sokol-gfx validation tests for buffer and image creationAndre Weissflog2023-05-151-13/+298
* update sokol-gfx testsAndre Weissflog2023-05-151-14/+14
* Remove GLES2/WebGL1 support. (#821)Andre Weissflog2023-04-301-4/+0
* fix sokol_spine.h tests (caused by different spine runtime defaultsAndre Weissflog2023-03-181-6/+6
* sokol_gfx.h: implement sg_query_pass_desc()Andre Weissflog2023-02-191-0/+44
* sokol_gfx.h: implement sg_query_pipeline_desc()Andre Weissflog2023-02-191-3/+77
* sokol_gfx.h: implement sg_query_shader_desc()Andre Weissflog2023-02-191-0/+57
* sokol_gfx.h: implement sg_query_image_desc()Andre Weissflog2023-02-191-0/+70