aboutsummaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Collapse)AuthorAgeFilesLines
...
* sokol_gfx.h: implement sg_query_buffer_desc()Andre Weissflog2023-02-191-68/+114
|
* fix testsAndre Weissflog2023-02-111-1/+1
|
* sokol_gfx.h: reroute validation layer messages as regular logging errorsAndre Weissflog2023-02-061-4/+21
|
* fix sokol_spine_test.cAndre Weissflog2023-01-301-1/+1
|
* fix testsAndre Weissflog2023-01-291-23/+23
|
* remove uwp support from testsAndre Weissflog2023-01-281-1/+1
|
* sokol_gfx.h: remove hard asserts when creating pass with invalid imageAndre Weissflog2022-11-231-0/+39
| | | | | | Trying to create a pass with invalid images (and disabled validation layer) now creates a pass in FAILED resource state, instead of asserting.
* more sokol-gfx tests around resource creation/destructionAndre Weissflog2022-11-221-9/+262
|
* sokol_gfx.h: wip clean up resource creation/destructionAndre Weissflog2022-11-211-0/+17
|
* rewrite testing build files to use cmake presetsAndre Weissflog2022-11-191-9/+0
|
* fix sokol_gl_test.c and sokol_debugtext_test.cAndre Weissflog2022-11-142-33/+108
|
* fix sokol_gl_test.cAndre Weissflog2022-11-121-48/+48
|
* sokol_gfx.h: remove _sg.commit_listeners.upper shrinking, isn't actually all ↵Andre Weissflog2022-11-081-3/+3
| | | | that useful
* sokol_gfx_test.c: add commit listener testsAndre Weissflog2022-11-071-0/+187
|
* fix sokol_fetch_test.cAndre Weissflog2022-11-051-52/+45
|
* sokol_spine.h: finish docs and some logging tweaksAndre Weissflog2022-11-021-2/+2
|
* sokol_spine.h: fix unused warning on gccAndre Weissflog2022-11-011-1/+3
|
* sokol_spine_test.c: fix a GCC compile errorAndre Weissflog2022-10-311-3/+3
|
* sokol_spine_test.c: fix all the tests using embedded stringsAndre Weissflog2022-10-311-26/+26
|
* sokol_spine.h: add handle functions for image and atlas pageAndre Weissflog2022-10-151-17/+17
|
* sokol_spine.h: imbed sspine_image_info into sspine_atlas_page_infoAndre Weissflog2022-10-151-24/+26
|
* sokol_spine.h: more error reportingAndre Weissflog2022-10-061-8/+37
|
* sokol_spine.h: add sspine_*_equal() helper functionsAndre Weissflog2022-10-031-0/+47
|
* sokol_spine.h: replace raw skin indices with sspine_skin handlesAndre Weissflog2022-10-031-14/+14
|
* sokol_spine.h: replace raw iktarget indices with sspine_iktarget handlesAndre Weissflog2022-10-031-18/+18
|
* sokol_spine.h: replace raw event indices with sspine_event handlesAndre Weissflog2022-10-031-18/+18
|
* sokol_spine.h: replace raw slot indices with sspine_slot handlesAndre Weissflog2022-10-031-24/+23
|
* sokol_spine.h: replace raw bone indices with sspine_bone handlesAndre Weissflog2022-10-031-49/+47
|
* sokol_spine.h: replace raw anim indices with sspine_anim handlesAndre Weissflog2022-10-031-20/+20
|
* sokol_spine.h: add valid field to info structs, add skin inspection functionsAndre Weissflog2022-09-191-0/+86
|
* sokol_spine.h: basic ik target accessAndre Weissflog2022-09-181-0/+70
|
* sokol_spine.h: bone world-to-local, local-to-world, parent indexAndre Weissflog2022-09-171-1/+12
|
* sokol_spine.h: change sspine_get_slot_info() to take skeleton handleAndre Weissflog2022-09-141-16/+22
|
* sokol_spine.h: change sspine_get_bone_info() to take skeleton handleAndre Weissflog2022-09-141-18/+16
|
* sokol_spine.h: change sspine_get_anim_info() to take skeleton handleAndre Weissflog2022-09-141-6/+5
|
* sokol_spine.h: add event inspection functions and testsAndre Weissflog2022-09-141-0/+54
|
* sokol_spine.h: add index_valid functionsAndre Weissflog2022-09-121-0/+59
|
* sokol_spine.h: more API cleanupAndre Weissflog2022-09-121-79/+65
| | | | | - change anim and atlas page access APIs to use index - don't assert on out of range indices
* sokol_spine.h: change slot access functions to use instance + indexAndre Weissflog2022-09-121-60/+26
|
* sokol_spine.h: change bone access functions to use instance + indexAndre Weissflog2022-09-121-86/+60
|
* sokol_spine.h: sspine_get_skeleton_atlas() and sspine_get_instance_skeleton()Andre Weissflog2022-09-121-0/+23
|
* sokoL_spine_test.c: add anim testsAndre Weissflog2022-09-111-1/+82
|
* sokol_spine_test.c: add slot function testsAndre Weissflog2022-09-111-1/+114
|
* sokol_spine_test.c: more API coverageAndre Weissflog2022-09-111-0/+353
|
* sokol_spine_test.c: test atlas creating with overridesAndre Weissflog2022-09-111-2/+32
|
* sokol_spine_test.c: fix a comment typoAndre Weissflog2022-09-111-1/+1
|
* more sokol_spine.h wipAndre Weissflog2022-09-115-8818/+142
|
* more sokol_spine.h wipAndre Weissflog2022-09-111-20/+102
|
* start with sokol_spine.h functional testsAndre Weissflog2022-09-118-0/+8918
|
* sokol_gfx.h: sg_query_buffer_will_overflow() tweaks:Andre Weissflog2022-07-031-0/+16
| | | | | | - rename from sg_query_will_buffer_overflow() - add test - update changelog