ladybird/Userland/Libraries/LibAccelGfx
Aliaksandr Kalenik aac439edb1 LibAccelGfx: Add method to make context active
In the upcoming changes, the AccelGfx context will be used for WebGL, so
we can no longer assume that the WebContent process has a single global
context.
2024-01-20 18:21:56 +01:00
..
Canvas.h LibAccelGfx+WebContent: Introduce Canvas that represents framebuffer 2023-11-24 08:39:55 +01:00
CMakeLists.txt LibAccelGfx+LibWeb: Move glyph atlas into a singleton class 2023-11-26 21:26:26 +01:00
Context.cpp LibAccelGfx: Add method to make context active 2024-01-20 18:21:56 +01:00
Context.h LibAccelGfx: Add method to make context active 2024-01-20 18:21:56 +01:00
Forward.h LibAccelGfx+LibWeb: Use framebuffer object instead of EGLs PBuffer 2023-11-11 22:19:43 +01:00
GL.cpp LibWeb: Implement border radius corner clipping in GPU painter 2023-12-17 23:12:48 +01:00
GL.h LibWeb: Implement border radius corner clipping in GPU painter 2023-12-17 23:12:48 +01:00
GlyphAtlas.cpp LibAccelGfx: Fix stack use after scope in GlyphAtlas::update() 2023-12-17 14:55:41 +01:00
GlyphAtlas.h LibAccelGfx+LibWeb: Move glyph atlas into a singleton class 2023-11-26 21:26:26 +01:00
Painter.cpp LibWeb: Implement border radius corner clipping in GPU painter 2023-12-17 23:12:48 +01:00
Painter.h LibWeb: Implement border radius corner clipping in GPU painter 2023-12-17 23:12:48 +01:00
Program.cpp LibAccelGfx: Add cache for programs 2023-11-24 08:39:55 +01:00
Program.h LibAccelGfx+LibWeb: Add text shadow support in GPU painter 2023-12-05 09:09:56 +01:00