Hermet Park
Hermet Park
@wenjieshen I think it's good to add `common/tvgEnv.h` (For now, code in the header could be better for size optimization), which provides the base thorvg config path based on a...
@wenjieshen Maybe we can consider removing deprecated older shader files... What do you think if we use like: `tvg_glshader_{TVG_VERSION}.bin` The binary format could have three sections - [Tag(2byte) + Hash(4...
The file IO is expensive relatively. Current shaders are more than 10, it needs a consideration before pushing this. That would be the best if we can introduce the one...
**1. Verifying Shaders** - Current: Use a Hash & ThorVG version - After: Use the ThorVG version only. ie) `CACHE_FOLDER/thorvg/gl_shaders_VERSION_INFO.bin` - Later we can introduce a binary shader feature toggle...
feature target: thorvg v2.0
@J-u-n-o It will be a rather complicated and difficult task, which is hardly addressed in this comment. The easiest way is to convert the generated 32-bit image into the desired...
@rahultiwariapolloio Hello, due to a more general issue in ThorVG, a lot of work has been delayed. The pucker bloat task has been pushed down in priority for now. Sorry...
@BenjaminHalko Thanks, Could you please resolve the copilot comments? (you can close them if they are false-alarm)
feature target: thorvg v2.0
@tinyjin could you please double-check & vertify any of regressions on web? thanks.