thorvg/src/renderer/gl_engine
RuiwenTang 01b85eea8a gl_engine: correct the return value of render function
If RenderData has nothing to draw, need to return `true`.
2024-06-25 16:05:30 +09:00
..
meson.build gl_engine: revise the gl portability 2024-06-24 11:08:28 +09:00
tvgGlCommon.h gl_engine: revise the gl portability 2024-06-24 11:08:28 +09:00
tvgGlGeometry.cpp gl_engine: fix clip path and bounds not correct 2024-06-11 20:57:07 +09:00
tvgGlGeometry.h gl_engine: optimize tessellation performance 2024-05-02 13:07:59 +03: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: correct the return value of render function 2024-06-25 16:05:30 +09:00
tvgGlRenderer.h gl_engine: Fix compose render not correct after canvas resize 2024-06-24 11:16:49 +09:00
tvgGlRenderPass.cpp gl_engine: fix clip path and bounds not correct 2024-06-11 20:57:07 +09:00
tvgGlRenderPass.h gl_engine: fix clip path and bounds not correct 2024-06-11 20:57:07 +09:00
tvgGlRenderTask.cpp gl_engine: Fix memory leak caused by no deleted GlRenderTask 2024-06-25 00:15:01 +09:00
tvgGlRenderTask.h gl_engine: Fix memory leak caused by no deleted GlRenderTask 2024-06-25 00:15:01 +09:00
tvgGlShader.cpp gl_engine: revise the gl portability 2024-06-24 11:08:28 +09:00
tvgGlShader.h updated copyright date (#1866) 2023-12-28 10:43:25 +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 gl_engine: fix clip path and bounds not correct 2024-06-11 20:57:07 +09:00
tvgGlTessellator.h gl_engine: Support StrokeCap in GlTessellator 2024-05-27 23:14:21 +09:00