-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule glutess
updated
35 files
+225 −0 | .clang-format | |
+51 −51 | CMakeLists.txt | |
+253 −232 | include/glutess.h | |
+38 −43 | src/dict-list.h | |
+44 −47 | src/dict.c | |
+38 −43 | src/dict.h | |
+195 −177 | src/geom.c | |
+22 −28 | src/geom.h | |
+9 −9 | src/gluos.h | |
+4 −9 | src/memalloc.c | |
+7 −7 | src/memalloc.h | |
+547 −569 | src/mesh.c | |
+54 −55 | src/mesh.h | |
+158 −146 | src/normal.c | |
+1 −1 | src/normal.h | |
+158 −173 | src/priorityq-heap.c | |
+34 −31 | src/priorityq-heap.h | |
+28 −29 | src/priorityq-sort.h | |
+178 −170 | src/priorityq.c | |
+28 −29 | src/priorityq.h | |
+374 −365 | src/render.c | |
+3 −3 | src/render.h | |
+945 −917 | src/sweep.c | |
+10 −11 | src/sweep.h | |
+435 −496 | src/tess.c | |
+87 −86 | src/tess.h | |
+98 −103 | src/tessmono.c | |
+5 −6 | src/tessmono.h | |
+75 −91 | test/common/tessellate.c | |
+2 −8 | test/common/tessellate.h | |
+18 −25 | test/main.c | |
+224 −224 | testvkvg/main.c | |
+87 −138 | testvkvg/vectors.h | |
+168 −178 | testvkvg/vkengine.c | |
+29 −30 | testvkvg/vkengine.h |
Submodule vkvg-svg
updated
12 files
+225 −0 | .clang-format | |
+33 −34 | src/array.h | |
+64 −62 | src/fmemopen.c | |
+1 −2 | src/fmemopen.h | |
+80,578 −84,490 | src/parser_gen.h | |
+2,072 −2,107 | src/vkvg_svg.c | |
+245 −250 | src/vkvg_svg_internal.h | |
+300 −301 | tests/main.c | |
+168 −178 | tests/vkengine.c | |
+29 −30 | tests/vkengine.h | |
+14 −14 | tests/vkvg_extensions.c | |
+1 −1 | tests/vkvg_extensions.h |
Submodule vkh
updated
22 files
+225 −0 | .clang-format | |
+31 −31 | CMakeLists.txt | |
+203 −279 | include/vkh.h | |
+317 −385 | src/deps/tinycthread.c | |
+240 −241 | src/deps/tinycthread.h | |
+11,149 −14,028 | src/vk_mem_alloc.h | |
+114 −119 | src/vkh_app.c | |
+19 −19 | src/vkh_app.h | |
+79 −80 | src/vkh_buffer.c | |
+14 −14 | src/vkh_buffer.h | |
+73 −89 | src/vkh_device.c | |
+8 −8 | src/vkh_device.h | |
+209 −223 | src/vkh_image.c | |
+13 −13 | src/vkh_image.h | |
+167 −160 | src/vkh_phyinfo.c | |
+15 −15 | src/vkh_phyinfo.h | |
+212 −214 | src/vkh_presenter.c | |
+26 −26 | src/vkh_presenter.h | |
+11 −14 | src/vkh_queue.c | |
+6 −6 | src/vkh_queue.h | |
+315 −320 | src/vkhelpers.c | |
+1 −1 | src/vma/VmaUsage.cpp |