thorvg/src/renderer/gl_engine
Hermet Park 4746b2cf7b gl_engine: hotfix for the main surface drawing issue.
GL might need to generate a default target FBO
when the given target ID indicates the main surface.

However, users may want to draw visuals directly onto the main surface.

This policy must be reviewed thoroughly.
2024-04-07 15:15:59 +09:00
..
meson.build common: Move the list to the gl_engine side. 2024-01-02 20:34:10 +09:00
tvgGlCommon.h gl_engine: make stencil task support other advance logical 2024-04-06 12:08:22 +09:00
tvgGlGeometry.cpp gl_engine: make stencil task support other advance logical 2024-04-06 12:08:22 +09:00
tvgGlGeometry.h gl_engine: make stencil task support other advance logical 2024-04-06 12:08:22 +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: hotfix for the main surface drawing issue. 2024-04-07 15:15:59 +09:00
tvgGlRenderer.h gl_engine: change all shader output premultiplied alpha color 2024-04-07 15:15:59 +09:00
tvgGlRenderPass.cpp gl_engine: enable msaa resolve in GLRenderPass 2024-04-06 12:08:21 +09:00
tvgGlRenderPass.h gl_engine: enable msaa resolve in GLRenderPass 2024-04-06 12:08:21 +09:00
tvgGlRenderTask.cpp gl_engine: make stencil task support other advance logical 2024-04-06 12:08:22 +09:00
tvgGlRenderTask.h gl_engine: make stencil task support other advance logical 2024-04-06 12:08:22 +09:00
tvgGlShader.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgGlShader.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgGlShaderSrc.cpp gl_engine: change all shader output premultiplied alpha color 2024-04-07 15:15:59 +09:00
tvgGlShaderSrc.h gl_engine: add stencil and cover render task 2024-04-06 12:08:21 +09:00
tvgGlTessellator.cpp gl_engine: remove unused alpha attribute 2024-04-06 12:08:21 +09:00
tvgGlTessellator.h gl_engine: fix a compile warnings, errors. 2024-04-06 12:08:21 +09:00