thorvg/src/renderer/gl_engine
Hermet Park a3c5b0ec2f gl_engine: ++thread safety
The `dispose()` method can be called on a worker thread.
GL resources are released on `sync()`, ensuring guaranteed thread safety.
2024-07-05 11:04:28 +09:00
..
meson.build gl_engine: optimize off-screen rendering 2024-07-05 11:02:32 +09:00
tvgGlCommon.h gl_engine: revise the gl portability 2024-06-27 14:42:27 +09:00
tvgGlGeometry.cpp gl_engine: optimize off-screen rendering 2024-07-05 11:02:32 +09:00
tvgGlGeometry.h gl_engine: support simple hairline stroke rendering 2024-07-05 11:02:44 +09:00
tvgGlGpuBuffer.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgGlGpuBuffer.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgGlList.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgGlProgram.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgGlProgram.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgGlRenderer.cpp gl_engine: ++thread safety 2024-07-05 11:04:28 +09:00
tvgGlRenderer.h gl_engine: ++thread safety 2024-07-05 11:04:28 +09:00
tvgGlRenderPass.cpp gl_engine: optimize off-screen rendering 2024-07-05 11:02:32 +09:00
tvgGlRenderPass.h gl_engine: optimize off-screen rendering 2024-07-05 11:02:32 +09:00
tvgGlRenderTarget.cpp gl_engine: optimize off-screen rendering 2024-07-05 11:02:32 +09:00
tvgGlRenderTarget.h gl_engine: optimize off-screen rendering 2024-07-05 11:02:32 +09:00
tvgGlRenderTask.cpp gl_engine: optimize off-screen rendering 2024-07-05 11:02:32 +09:00
tvgGlRenderTask.h gl_engine: optimize off-screen rendering 2024-07-05 11:02:32 +09:00
tvgGlShader.cpp gl_engine: revise the gl portability 2024-06-27 14:42:27 +09:00
tvgGlShader.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgGlShaderSrc.cpp gl_engine: fix clip path and bounds not correct 2024-06-24 14:47:33 +09:00
tvgGlShaderSrc.h gl_engine: using normal texture rendering in final color blit 2024-06-24 12:10:18 +09:00
tvgGlTessellator.cpp gl_engine: fix clip path and bounds not correct 2024-06-24 14:47:33 +09:00
tvgGlTessellator.h gl_engine: support simple hairline stroke rendering 2024-07-05 11:02:44 +09:00