]> O.S.I.I.S - jp/vkvg.git/shortlog
jp/vkvg.git
2022-04-22 Jean-Philippe... Merge branch 'master' into timelineSemaphore
2022-04-22 Jean-Philippe... removed unnecessary ctx->source 122/head
2022-04-22 Jean-Philippe... free remaining saved context debug, set pSavedCtxs...
2022-04-22 Jean-Philippe... dash reset debug
2022-04-05 Jean-Philippe... timeline sync source surface, rename _wait_flush_fence...
2022-03-25 Jean-Philippe... reorder svg-viewer.c includes to prevent shadowed defin...
2022-03-25 Jean-Philippe... debug: vkvg-svg without c extensions
2022-03-25 Jean-Philippe... SET(CMAKE_C_EXTENSIONS OFF), replace remainings M_PI...
2022-03-21 Jean-Philippe... debug nsvg surf->new name changed
2022-03-21 Jean-Philippe... threaded context cache merge
2022-03-21 Jean-Philippe... timeline sync for surface operations, surface local...
2022-03-21 Jean-Philippe... debug ctx->timelineStep only if timeline semaphore...
2022-03-18 Jean-Philippe... debug scalar block layout support macro name change
2022-03-18 Jean-Philippe... timeline semaphore implementation start for context
2022-03-18 Jean-Philippe... vulkan optional feature cmake options/readme/presence...
2022-03-18 Jean-Philippe... check scalar block layout device support if compile...
2022-03-16 Jean-Philippe... always return valid pointer for surface/context/pattern
2022-03-16 Jean-Philippe... premult: .dstAlphaBlendFactor = ONE_MINUS_SRC_ALPHA...
2022-03-15 Jean-Philippe... use blend LogicOp.Clear for clear operator, restore...
2022-03-14 Jean-Philippe... don't store MS suf image
2022-03-13 Jean-Philippe... .dstColorBlendFactor=0, source alpha as final alpha.
2022-03-13 Jean-Philippe... move strlen(fontname) inside _font_add_name
2022-03-13 Marco RubinFix strcpy invalid write size (#111)
2022-03-12 Marco RubinDocs fixes (#112)
2022-03-11 Marco RubinDocs typo fixes (#110)
2022-03-11 Jean-Philippe... update tests
2022-03-11 Jean-Philippe... don't enable deferredResolve if sample count=1
2022-03-11 Jean-Philippe... default solid color for context to opaque black
2022-03-11 Jean-Philippe... update docs
2022-03-09 Jean-Philippe... set default cached context count to 2
2022-03-09 Jean-Philippe... svg sizing and comment
2022-03-09 Jean-Philippe... increase arc limit for reduced point gen (r:15->30)
2022-03-09 Jean-Philippe... reduce curve distanceTolerance (1.0->0.25)
2022-03-05 Marco RubinRemove duplicate documentation (#108)
2022-03-05 Marco RubinFix deallocation (#107)
2022-03-05 Jean-Philippe... update tests
2022-03-05 Jean-Philippe... use _get_arc_step for stroke caps resolution
2022-03-05 Jean-Philippe... move stroke half width (hw) in stroke_ctx_t
2022-03-05 Jean-Philippe... use _get_arcstep for stroke joins
2022-03-04 j-pglsl compile with -DVKVG_SCALAR..., test macro in shade...
2022-03-04 Marco RubinAdd vkvg_status_to_string (#99)
2022-03-04 Jean-Philippe... store context in device context cache per thread 105/head
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
next