ladybird/Meta/Azure
Aliaksandr Kalenik 95c154d9bd LibAccelGfx+Meta: Introduce OpenGL painting library
This change introduces a new 2D graphics library that uses OpenGL to
perform painting operations. For now, it has extremely limited
functionality and supports only rectangle painting, but we have to
start somewhere.

Since this library is intended to be used by LibWeb, where the
WebContent process does not have an associated window, painting occurs
in an offscreen buffer created using EGL.

For now it is only possible to compile this library on linux.
Offscreen context creation on SerenityOS and MacOS will have to be
implemented separately in the future.

Co-Authored-By: Andreas Kling <awesomekling@gmail.com>
2023-10-29 17:13:23 +01:00
..
Caches.yml Meta: Rename BuildIt.sh to BuildGNU.sh 2023-06-12 16:22:55 -07:00
Lagom.yml Ladybird+Meta: Make the AppKit chrome the default on macOS 2023-10-26 11:00:56 +02:00
nightly-pipeline.yml CI: Remove stale dependence on Toolchain.yml from nightly job 2023-03-11 05:36:14 -07:00
Serenity.yml CI: Force UBSan errors to be fatal for Serenity tests 2023-08-13 05:14:07 +02:00
Setup.yml LibAccelGfx+Meta: Introduce OpenGL painting library 2023-10-29 17:13:23 +01:00