axmol/core/renderer/backend/opengl
smilediver d79a202e6e
Renderer fixes (#1996)
* Backend: remove RenderTargetFlag and refactor depth/stencil state setup

* Fix Z-test and Z-write being enabled by default for main queue

* GL: fix framebuffer attachment not being cleared

* Use dirtyFlags for RenderTarget update

---------

Co-authored-by: halx99 <halx99@live.com>
2024-06-29 00:20:32 +08:00
..
BufferGL.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
BufferGL.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
CommandBufferGL.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
CommandBufferGL.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
CommandBufferGLES2.cpp Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
CommandBufferGLES2.h Add missing include guard in CommandBufferGLES2.h. (#1430) 2023-11-11 17:32:10 +08:00
DepthStencilStateGL.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
DepthStencilStateGL.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
DriverGL.cpp Renderer fixes (#1996) 2024-06-29 00:20:32 +08:00
DriverGL.h Renderer fixes (#1996) 2024-06-29 00:20:32 +08:00
MacrosGL.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
OpenGLState.cpp [Android] Reset the OpenGL state cache if the context is lost (#1401) 2023-10-25 09:35:58 +08:00
OpenGLState.h Fix #1759 2024-03-21 00:41:11 +08:00
ProgramGL.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
ProgramGL.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
RenderPipelineGL.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
RenderPipelineGL.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
RenderTargetGL.cpp Renderer fixes (#1996) 2024-06-29 00:20:32 +08:00
RenderTargetGL.h Merge backend Device, DeviceInfo to DriverBase (#1499) 2023-12-11 21:59:25 +08:00
ShaderModuleGL.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
ShaderModuleGL.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
TextureGL.cpp Renderer recreated fixes (#1988) 2024-06-13 13:14:33 +08:00
TextureGL.h Renderer recreated fixes (#1988) 2024-06-13 13:14:33 +08:00
UtilsGL.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
UtilsGL.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00