1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:18:13 +00:00
serenity/Userland/Libraries/LibAccelGfx
Aliaksandr Kalenik 28118623f5 LibAccelGfx+LibWeb: Add basic line painting support
For now only solid line style is supported.
2023-11-09 10:47:31 +01:00
..
Canvas.cpp LibAccelGfx+Meta: Introduce OpenGL painting library 2023-10-29 17:13:23 +01:00
Canvas.h LibAccelGfx+Meta: Introduce OpenGL painting library 2023-10-29 17:13:23 +01:00
CMakeLists.txt LibAccelGfx: Compile all needed shaders during Painter construction 2023-11-02 07:41:51 +01:00
Context.cpp LibAccelGfx+WebContent: Use the same Painter across page repaints 2023-11-02 07:41:51 +01:00
Context.h LibAccelGfx: Don't predicate using EGL/egl.h on Linux 2023-11-01 14:30:30 -06:00
Forward.h LibAccelGfx+Meta: Introduce OpenGL painting library 2023-10-29 17:13:23 +01:00
Painter.cpp LibAccelGfx+LibWeb: Add basic line painting support 2023-11-09 10:47:31 +01:00
Painter.h LibAccelGfx+LibWeb: Add basic line painting support 2023-11-09 10:47:31 +01:00
Program.cpp LibAccelGfx: Compile all needed shaders during Painter construction 2023-11-02 07:41:51 +01:00
Program.h LibAccelGfx: Compile all needed shaders during Painter construction 2023-11-02 07:41:51 +01:00