]> O.S.I.I.S - jp/vkvg.git/shortlog
jp/vkvg.git
2022-03-04  Marco RubinAdd vkvg_status_to_string (#99)
2022-03-03  Jean-Philippe... add tests/bezier.c
2022-03-03  Jean-Philippe... debug: use printf instead of LOG in svg-viewer for...
2022-03-03  Jean-Philippe... tight angle curve, switch to curved join when angle...
2022-03-03  Jean-Philippe... add gradient alpha test
2022-03-03  Marco RubinPatch vkvg_pattern_get_color_stop_rgba and vkvg_rel_cur...
2022-03-02  Jean-Philippe... debug win: missing ';'
2022-03-02  Jean-Philippe... implement vkvg_set_miter_limit
2022-03-02  Jean-Philippe... replace internal call to public api (move_to) with...
2022-03-02  Jean-Philippe... harfbuzz: detect script with unicode funcs testing...
2022-03-01  Jean-Philippe... add -L option to tests, enable LOG in debug with loglev...
2022-03-01  Jean-Philippe... remove strlen from _font_cache_create_text_run
2022-03-01  Jean-Philippe... stbtt_InitFont assert debug
2022-03-01  Jean-Philippe... add vertex unchecked in draw fsq
2022-03-01  j-pFill eo scissor (#101)
2022-02-28  Jean-Philippe... update appveyor
2022-02-28  Jean-Philippe... update appveyor
2022-02-28  Jean-Philippe... update appveyor
2022-02-28  j-pUpdate cmake.yml (#100)
2022-02-28  Jean-Philippe... update vkh
2022-02-28  Jean-Philippe... revert getop in test, does not compile on win
2022-02-28  Jean-Philippe... printf->LOG in font cache init
2022-02-27  Marco RubinSurface refs increment/decrement on context creation...
2022-02-27  Marco RubinAdd vkvg_has_current_point and vkvg_get_target (#97)
2022-02-27  Jean-Philippe... update vkh
2022-02-27  Jean-Philippe... vkengine_get_instance
2022-02-26  Jean-Philippe... update vkvg-svg
2022-02-26  Jean-Philippe... debug, missing ';' in vkvg.h
2022-02-26  Jean-Philippe... expose vkvg_glyph_t
2022-02-26  Jean-Philippe... get_glyph_count of text run
2022-02-26  Jean-Philippe... remove GlyphInfo, return individual positions elements
2022-02-26  Jean-Philippe... implement vkvg_text_run_get_glyph_positions
2022-02-26  Jean-Philippe... implement vkvg_load_font_from_memory
2022-02-26  Jean-Philippe... implement changes without freetype
2022-02-26  Jean-Philippe... use font file buffer and FT_New_Memory_Face
2022-02-26  Jean-Philippe... add vkvg_create_text_run_with_length to vkvg.h
2022-02-26  Jean-Philippe... add vkvg_text_run_create2, should find a better name
2022-02-26  Jean-Philippe... expose public methods to query required inst and dev...
2022-02-25  Marco RubinRemove constness from svgFragment (#95)
2022-02-24  Jean-Philippe... tabulation
2022-02-24  Jean-Philippe... debug:validation err old font cache restore RO_OPT...
2022-02-23  Jean-Philippe... debug:vkvg_text_run_get_extents
2022-02-21  Jean-Philippe... debug recording2, I should find a better name
2022-02-21  j-pUpdate README.md
2022-02-21  Jean-Philippe... add some credits on README
2022-02-21  Jean-Philippe... don't automatically enable scalar block if vk version...
2022-02-21  Jean-Philippe... record return value fix for vkvg_rectangle
2022-02-21  Jean-Philippe... vkvg-svg return value fix
2022-02-21  Jean-Philippe... VK_MAKE_API_VERSION fix, update readme with vk version...
2022-02-21  Jean-Philippe... port fix to vkengine
2022-02-21  Jean-Philippe... VKVG_VK_SCALAR_BLOCK_SUPPORTED fix
2022-02-21  Jean-Philippe... update vkh, optional scalar block layout in main frag...
2022-02-21  Jean-Philippe... Merge branch 'isnan_fix'
2022-02-20  Jean-Philippe... add todo comment
2022-02-20  Jean-Philippe... add multithreaded test for text
2022-02-20  Jean-Philippe... debug: font cache locking, waiting reader writer mutex...
2022-02-20  Jean-Philippe... debug: buffers sizes checks
2022-02-19  Jean-Philippe... debug: buffers size check in polyfill
2022-02-19  Jean-Philippe... debug: _poly_fill vbo size check
2022-02-19  Jean-Philippe... add fill rule to test detail output
2022-02-18  Jean-Philippe... replace isnanf by isnan in vectors.h
2022-02-18  Jean-Philippe... replace obsolete isnanf by isnan
2022-02-18  Jean-Philippe... add glibc guard for backtrace in cross_os.c
2022-02-18  Jean-Philippe... only provide backtrace on linux gcc in debug
2022-02-18  Jean-Philippe... removed log level in multithreaded2
2022-02-18  Jean-Philippe... multithreading is not ok with context caching, articula...
2022-02-18  Jean-Philippe... with harfbuzz, _prepare_char is only required on show_text
2022-02-18  Jean-Philippe... cleanup
2022-02-18  Jean-Philippe... buggy font cache mutex guarding, multithreaded tests
2022-02-18  Jean-Philippe... remove duplicated _parse_args
2022-02-18  Jean-Philippe... add svg and recording options in cmake resume
2022-02-18  Jean-Philippe... add invalid font status
2022-02-18  Jean-Philippe... remove unecessary fence wait
2022-02-18  Jean-Philippe... font cache mutex, func renames
2022-02-18  Jean-Philippe... -t option for test: thread aware
2022-02-18  Jean-Philippe... _device prefix in device_internal
2022-02-18  Jean-Philippe... thread aware option in device, simple mutex device...
2022-02-18  Jean-Philippe... merge multithreading device guards with cached context
2022-02-18  Jean-Philippe... add multihreaded test direct draw on main surface
2022-02-18  Jean-Philippe... test with only guarded last fence wait and submit
2022-02-18  Jean-Philippe... vkvg_device_set_queue_guards
2022-02-18  Jean-Philippe... replace cross_mutex with tinycthread, add multisampled...
2022-02-18  Jean-Philippe... don't store context with status_invalid, check surf...
2022-02-18  Jean-Philippe... move getarcstep.c to tmp dir, it reference vkvg interna...
2022-02-18  Jean-Philippe... wip
2022-02-18  Jean-Philippe... store context in vkvgdevice to be reused on creation
2022-02-18  Marco RubinAdded stdarg.h inclusion (#82)
2022-02-05  Jean-Philippe... typo in readme
2022-02-01  Marco RubinDocs fixes
2022-01-25  Jean-Philippe... typo
2022-01-25  Marco Rubingetopt instead of manual parsing, style changes (#70)
2022-01-25  j-pWorflow test (#68)
2022-01-25  Jean-Philippe... update vkh
2022-01-24  Jean-Philippe... clean dev, surf, ctx error handling
2022-01-24  Jean-Philippe... unified layer and instance exts check
2022-01-24  Jean-Philippe... make glfw init and vulkan support check fatal failure...
2022-01-24  j-pMerge pull request #63 from Rubo3/patch-4
2022-01-24  Marco RubinSubstitute nested ifs with a single bigger if 63/head
2022-01-24  j-pMerge pull request #60 from Rubo3/patch-1
2022-01-24  Jean-Philippe... NDEBUG disable assert, so required function MUST be...
next