thorvg/src/renderer/gl_engine
Hermet Park 12d0504a23 common: replace the round() with nearbyint()
nearbyint() is 2x faster than round() in our local test.
2024-09-30 15:24:39 +09:00
..
meson.build gl_engine: --deprecated warnings on macOS 2024-09-30 12:53:24 +09:00
tvgGlCommon.h gl_engine: revise the gl portability 2024-06-27 14:42:27 +09:00
tvgGlGeometry.cpp common/math: code refactoring 2024-09-30 15:22:38 +09:00
tvgGlGeometry.h gl_engine: support simple hairline stroke rendering 2024-09-30 12:50:43 +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 common/math: code refactoring 2024-09-30 15:22:38 +09:00
tvgGlRenderer.h gl_engine: ++thread safety 2024-09-30 12:52:38 +09:00
tvgGlRenderPass.cpp common/math: code refactoring 2024-09-30 15:22:38 +09:00
tvgGlRenderPass.h gl_engine: optimize off-screen rendering 2024-09-30 12:50:17 +09:00
tvgGlRenderTarget.cpp gl_engine: optimize off-screen rendering 2024-09-30 12:50:17 +09:00
tvgGlRenderTarget.h gl_engine: optimize off-screen rendering 2024-09-30 12:50:17 +09:00
tvgGlRenderTask.cpp gl_engine: optimize off-screen rendering 2024-09-30 12:50:17 +09:00
tvgGlRenderTask.h gl_engine: optimize off-screen rendering 2024-09-30 12:50:17 +09:00
tvgGlShader.cpp common: fix 178+ spelling errors 2024-09-30 12:41:38 +09:00
tvgGlShader.h common: fix 178+ spelling errors 2024-09-30 12:41:38 +09:00
tvgGlShaderSrc.cpp gl_engine: fix aliasing in gradient rendering 2024-09-30 15:11:40 +09:00
tvgGlShaderSrc.h gl_engine: using normal texture rendering in final color blit 2024-06-24 12:10:18 +09:00
tvgGlTessellator.cpp common: replace the round() with nearbyint() 2024-09-30 15:24:39 +09:00
tvgGlTessellator.h common/math: code refactoring 2024-09-30 15:22:46 +09:00