]> O.S.I.I.S - jp/vkvg.git/shortlog
jp/vkvg.git
2020-08-13 Jean-Philippe... update vkh (fallback present mode log)
2020-08-13 Jean-Philippe... move vk func pointer impl in .c, set extern in header
2020-08-13 Jean-Philippe... update vkh, remove vkh_static from test_common target...
2020-07-22 Jean-Philippe... fix fontconfig and freetype leaks
2020-07-22 Jean-Philippe... debug svg fsquad problem
2020-07-22 Jean-Philippe... restore text uv in default vertices for text
2020-07-22 Jean-Philippe... prevent overflow of index addressing
2020-07-22 Jean-Philippe... source, gradient, clipping ok
2020-07-22 Jean-Philippe... paint
2020-07-22 Jean-Philippe... solid fill & stroke
2020-07-15 Jean-Philippe... vkvg_clear use renderpass clear when command not alread...
2020-07-14 Jean-Philippe... wip
2020-07-11 Jean-Philippe... path array with only segment lengths instead of start...
2020-06-01 j-pWin warn clean (#38)
2020-05-23 j-pUpdate windows_build_tutorial.md
2020-05-20 Jean-Philippe... use FIFO presentation by default for win10 + init all...
2020-05-20 Jean-Philippe... use uint32_t for win
2020-05-13 Jean-Philippe... update vkh
2020-05-11 j-pDynamic tiling (#34)
2020-05-08 Jean-Philippe... Squashed commit of the following:
2020-05-07 Jean-Philippe... update todo
2020-05-06 Jean-Philippe... remove inline statement in tests
2020-05-05 Jean-Philippe... zip the whole build directory as artifact
2020-05-05 Jean-Philippe... add --recurse to vcpkg appveyor command
2020-05-05 Jean-Philippe... fetch debug utils function pointers in vkvg device...
2020-05-05 Jean-Philippe... Fontconfig init check, sample startup simplified, code...
2020-05-05 Jean-Philippe... tests
2020-05-05 Jean-Philippe... cancel stroke with dash_invalid status if all dashes...
2020-05-05 Jean-Philippe... remove lm linker flag for win, linking seems aborded...
2020-05-05 Jean-Philippe... scale arc steps with current matrix
2020-05-05 Jean-Philippe... set min steps for rounded caps to 4
2020-05-05 Jean-Philippe... combine with existant normal stroke
2020-05-05 Jean-Philippe... dashed straight lines ok, offset should be improved
2020-05-05 Jean-Philippe... tests with dashed lines
2020-01-29 Jean-Philippe... add generic _draw_stroke_cap to prepare dashed line...
2020-01-29 Jean-Philippe... add 1 to scissor test for float rounding
2020-01-29 j-pAppveyor (#28)
2020-01-24 Jean-Philippe... try some corrections for glyph metrics
2020-01-23 Jean-Philippe... prepare func _build_vb_step for custom points from...
2020-01-23 Jean-Philippe... correct appveyor badge url in README, try install glfw3...
2020-01-23 Jean-Philippe... downgrade cmake min version to 12 for travis, copy...
2020-01-23 j-pAppveyor (#27)
2020-01-22 Jean-Philippe... debug utils labels
2020-01-22 Jean-Philippe... debug utils messenger
2020-01-22 Jean-Philippe... add nan test in _build_vb_step to prevent stroke buildi...
2020-01-22 Jean-Philippe... prepare set/get dash
2020-01-14 Jean-Philippe... debug stroke closed path anticlockwise with join !...
2019-11-22 Jean-Philippe... debug, log, comments
2019-09-12 Jean-Philippe... [debug]rebind draw pipeline on operator change only...
2019-09-09 Jean-Philippe... wip
2019-09-05 Jean-Philippe... dyn sizing of vbo and ibo buffers
2019-09-05 Jean-Philippe... use vertexOffset in drawCommand to be able to flush...
2019-09-05 Jean-Philippe... remove fences in direct draw, rect fill test with round...
2019-09-03 Jean-Philippe... remove deferredResolve=true for default tests
2019-09-03 Jean-Philippe... debug
2019-09-03 Jean-Philippe... update vkh
2019-09-03 Jean-Philippe... direct draw on swapchain image as option, several tests
2019-09-03 Jean-Philippe... dual command buffers for context, wait and submit queue...
2019-09-03 Jean-Philippe... using host cached vbo and ibo, memcpy before draw
2019-09-03 Jean-Philippe... simplify path loops increment with PATH_IS_CURVE_BIT...
2019-09-03 Jean-Philippe... init layout to unknown for rd attachment => fps x 2
2019-09-03 Jean-Philippe... add perf tests
2019-09-03 Jean-Philippe... check path array on curve end point
2019-09-03 Jean-Philippe... compute bounds with current matrix for scissor, use...
2019-09-03 Jean-Philippe... using scissor speed up full screen quad
2019-09-03 Jean-Philippe... floating operations
2019-09-03 Jean-Philippe... debug line joins
2019-09-03 Jean-Philippe... curve tracking in pathes to avoid extra operation for...
2019-09-03 Jean-Philippe... use of most significant bit of first point of pathes...
2019-07-04 Jean-Philippe... add debug marker extension to device
2019-05-17 Jean-Philippe... save stencil if save/restore layers exceed 6, recursive
2019-05-11 Jean-Philippe... debug full screen quad, out uv in vertex shader was...
2019-05-10 Jean-Philippe... log messages
2019-05-10 Jean-Philippe... remove full screen rectancle no longer needed
2019-05-05 Jean-Philippe... increase arc resolution
2019-05-03 j-pTravis (#21)
2019-05-03 Jean-Philippe... typo + travis
2019-05-02 Jean-Philippe... enable svg id test, works well with nsvg if subobjects...
2019-05-02 Jean-Philippe... gen full screen quad in vertex shader to solve scaling...
2019-05-02 Jean-Philippe... add subPath parameter, but nsvg doesn't handle g elements
2019-05-01 Jean-Philippe... add nsvg interface in main vkvg header
2019-05-01 Jean-Philippe... create surface from svg with nanosvg
2019-05-01 Jean-Philippe... save stencil state in remaining bits, limit save/restor...
2019-05-01 Jean-Philippe... clear new surface with first renderpass
2019-05-01 Jean-Philippe... debug
2019-05-01 Jean-Philippe... clear stencil on context creation with renderpass begin...
2019-05-01 Jean-Philippe... execute cmd for clearing stencil imediatly
2019-05-01 Jean-Philippe... dont save/restore path datas
2019-05-01 Jean-Philippe... reimplement ear clipping for triangulation with non...
2019-04-29 Jean-Philippe... add debug report, resolve some img layout err msg
2019-04-27 Jean-Philippe... .deb generation, subpass access flag debug
2019-04-06 Jean-Philippe... vkvg_device_create samplecount=1 by default
2019-04-06 Jean-Philippe... .dstAlphaBlendFactor=ONE for premult
2019-04-06 Jean-Philippe... adjust round mitter stepping, add waitIdle at end...
2019-04-06 Jean-Philippe... save restore debug and test
2019-04-06 Jean-Philippe... get/set device dpy, premult alpha optional
2019-04-06 Jean-Philippe... freetype LCD filtering
2019-03-19 Jean-Philippe... split tests in several exe
2019-02-28 Jean-Philippe... deffered resolve funcs, comments, some warnings resolves
2019-02-01 Jean-Philippe... FindHarfBuzz.cmake
next