1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 16:05:07 +00:00
serenity/Userland/Libraries/LibAccelGfx
Aliaksandr Kalenik 790bfd7ef9 LibAccelGfx: Skip glyphs with missing bitmaps
Fixes crashing when we can't produce a bitmap for a glyph.
2023-11-21 17:00:56 +01:00
..
CMakeLists.txt LibAccelGfx+LibWeb: Use framebuffer object instead of EGLs PBuffer 2023-11-11 22:19:43 +01:00
Context.cpp LibAccelGfx+WebContent: Add GPU painter support on macOS 2023-11-16 15:13:16 +01:00
Context.h LibAccelGfx+WebContent: Add GPU painter support on macOS 2023-11-16 15:13:16 +01:00
Forward.h LibAccelGfx+LibWeb: Use framebuffer object instead of EGLs PBuffer 2023-11-11 22:19:43 +01:00
GL.cpp LibAccelGfx+LibWeb: Implement rounded corners rectangle painting 2023-11-20 19:35:25 +01:00
GL.h LibAccelGfx+LibWeb: Implement rounded corners rectangle painting 2023-11-20 19:35:25 +01:00
Painter.cpp LibAccelGfx: Skip glyphs with missing bitmaps 2023-11-21 17:00:56 +01:00
Painter.h LibAccelGfx+LibWeb: Add basic push/pop stacking context implementation 2023-11-20 23:44:19 +01:00
Program.cpp LibAccelGfx: Use wrapping functions with error check for OpenGL calls 2023-11-11 08:47:12 +01:00
Program.h LibAccelGfx: Use wrapping functions with error check for OpenGL calls 2023-11-11 08:47:12 +01:00