]> O.S.I.I.S - jp/vkvg.git/commit
Devel (#4)
authorj-p <jp.bruyere@live.be>
Tue, 10 Apr 2018 03:59:40 +0000 (05:59 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Apr 2018 03:59:40 +0000 (05:59 +0200)
commit88996c4e1f4844e183189eb578eff70d3bf09384
tree35f351d5a289ee5b00dc4cc4c7974a9d962200e5
parent45be65830e2c909f4ab4038c01af6a7f8d9db968
Devel (#4)

* create surface from image, split device internal funs in separate file, update_descriptors from surf more generic

* curve_to implementation with antigrain algorithm, should find correct limits
12 files changed:
include/vkvg.h
src/vkvg_context.c
src/vkvg_context_internal.c
src/vkvg_context_internal.h
src/vkvg_device.c
src/vkvg_device_internal.c [new file with mode: 0644]
src/vkvg_device_internal.h
src/vkvg_fonts.c
src/vkvg_surface.c
src/vkvg_surface_internal.h
tests/test1.c
vkh