thorvg/src/renderer/gl_engine
Hermet Park 688952be56 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 10:46:47 +09:00
..
meson.build gl_engine: optimize off-screen rendering 2024-07-04 11:44:02 +09:00
tvgGlCommon.h gl_engine: revise the gl portability 2024-06-24 11:08:28 +09:00
tvgGlGeometry.cpp gl_engine: optimize off-screen rendering 2024-07-04 11:44:02 +09:00
tvgGlGeometry.h gl_engine: support simple hairline stroke rendering 2024-07-04 12:03:39 +09:00
tvgGlGpuBuffer.cpp updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgGlGpuBuffer.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgGlList.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgGlProgram.cpp updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgGlProgram.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgGlRenderer.cpp gl_engine: ++thread safety 2024-07-05 10:46:47 +09:00
tvgGlRenderer.h gl_engine: ++thread safety 2024-07-05 10:46:47 +09:00
tvgGlRenderPass.cpp gl_engine: optimize off-screen rendering 2024-07-04 11:44:02 +09:00
tvgGlRenderPass.h gl_engine: optimize off-screen rendering 2024-07-04 11:44:02 +09:00
tvgGlRenderTarget.cpp gl_engine: optimize off-screen rendering 2024-07-04 11:44:02 +09:00
tvgGlRenderTarget.h gl_engine: optimize off-screen rendering 2024-07-04 11:44:02 +09:00
tvgGlRenderTask.cpp gl_engine: optimize off-screen rendering 2024-07-04 11:44:02 +09:00
tvgGlRenderTask.h gl_engine: optimize off-screen rendering 2024-07-04 11:44:02 +09:00
tvgGlShader.cpp common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
tvgGlShader.h common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
tvgGlShaderSrc.cpp gl_engine: fix clip path and bounds not correct 2024-06-11 20:57:07 +09:00
tvgGlShaderSrc.h gl_engine: using normal texture rendering in final color blit 2024-04-15 00:44:53 +09:00
tvgGlTessellator.cpp common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
tvgGlTessellator.h gl_engine: support simple hairline stroke rendering 2024-07-04 12:03:39 +09:00