]> O.S.I.I.S - jp/vkvg.git/commit
clear stencil on context creation with renderpass begin, handle sample count 1 with...
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 1 May 2019 02:07:25 +0000 (04:07 +0200)
committerj-p <jp_bruyere@hotmail.com>
Wed, 1 May 2019 12:47:26 +0000 (14:47 +0200)
commitc407652878b43fef1a78c25c09a126c0a2b2e228
tree4f8859e07603b35d9630a9b2aba6f805180942ec
parentc46150348c0d354fd8381c860c047149dd6bfaf0
clear stencil on context creation with renderpass begin, handle sample count 1 with a single image
15 files changed:
CMakeLists.txt
src/vkvg_context.c
src/vkvg_context_internal.c
src/vkvg_context_internal.h
src/vkvg_device.c
src/vkvg_device_internal.c
src/vkvg_device_internal.h
src/vkvg_fonts.c
src/vkvg_surface.c
src/vkvg_surface_internal.h
tests/common/test.c
tests/img_surf.c
tests/random_rects.c
tests/svg.c
vkh