thorvg/src/renderer/gl_engine
Hermet Park ca44e46d3b gl_engine: fix a compiler warning.
../src/renderer/gl_engine/tvgGlRenderer.cpp:450:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare]
  450 |     for (auto i = 0; i < mComposePool.count; i++) {
      |
2023-12-27 16:42:49 +09:00
..
meson.build common: Move the list to the gl_engine side. 2023-11-22 20:59:58 +09:00
tvgGlCommon.h gl_engine: fix svg gradient position not correct 2023-12-26 17:58:27 +09:00
tvgGlGeometry.cpp gl_engine: support clip by using scissor and stencil 2023-10-12 23:18:12 +09:00
tvgGlGeometry.h gl_engine: support clip by using scissor and stencil 2023-10-12 23:18:12 +09:00
tvgGlGpuBuffer.cpp gl_engine: fix memory out of bounds error in GlGpuBuffer 2023-11-03 11:21:31 +09:00
tvgGlGpuBuffer.h gl_engine: fix memory out of bounds error in GlGpuBuffer 2023-11-03 11:21:31 +09:00
tvgGlList.h common: Move the list to the gl_engine side. 2023-11-22 20:59:58 +09:00
tvgGlProgram.cpp gl_engine: support render image 2023-10-04 12:41:22 +09:00
tvgGlProgram.h gl_engine: make GlRenderTask generic with uniform block 2023-09-21 22:24:07 +09:00
tvgGlRenderer.cpp gl_engine: fix a compiler warning. 2023-12-27 16:42:49 +09:00
tvgGlRenderer.h gl_engine: optimize framebuffer creation and save some runtime memory 2023-12-19 01:59:16 +09:00
tvgGlRenderPass.cpp gl_engine: use raw pointer to pass and hold GlRenderTask 2023-10-23 18:08:14 +09:00
tvgGlRenderPass.h gl_engine: support advance compose method 2023-11-24 08:07:21 +02:00
tvgGlRenderTask.cpp gl_engine: fix wrong scissor value cause content not fully rendered 2023-12-19 22:35:47 +09:00
tvgGlRenderTask.h apis/engines: Revise the clear() buffer behavior. 2023-11-20 18:23:00 +09:00
tvgGlShader.cpp infra: renames the source folders 2023-08-28 13:11:24 +09:00
tvgGlShader.h infra: renames the source folders 2023-08-28 13:11:24 +09:00
tvgGlShaderSrc.cpp gl_engine: fix svg gradient position not correct 2023-12-26 17:58:27 +09:00
tvgGlShaderSrc.h gl_engine: support advance compose method 2023-11-24 08:07:21 +02:00
tvgGlTessellator.cpp common: Move the list to the gl_engine side. 2023-11-22 20:59:58 +09:00
tvgGlTessellator.h gl_engine: fix compilation erros due to redundant header inclusion 2023-09-14 19:49:35 +09:00