1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 23:28:12 +00:00
serenity/Userland/Libraries/LibAccelGfx
Aliaksandr Kalenik aa6c008450 LibAccelGfx+LibWeb: Implement draw_scaled_bitmap()
Very basic implementation of command to paint bitmap. In the future we
should reuse loaded textures across repaints whenever it is possible.
2023-11-02 07:41:51 +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: Implement draw_scaled_bitmap() 2023-11-02 07:41:51 +01:00
Painter.h LibAccelGfx+LibWeb: Implement draw_scaled_bitmap() 2023-11-02 07:41:51 +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