ladybird/.github/workflows
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
..
cmake.yml LibAccelGfx+Meta: Introduce OpenGL painting library 2023-10-29 17:13:23 +01:00
dev-container.yml CI: Bump docker/login-action from 2 to 3 2023-09-17 20:58:02 -06:00
discord.yml Meta+CI: Upgrade to ubuntu-22.04 2022-05-24 06:30:57 -04:00
label-pull-requests.yml CI: Bump actions/checkout from 3 to 4 2023-09-11 09:11:27 -04:00
libjs-test262.yml CI: Remove git LFS tracking of test262 data 2023-10-26 07:02:18 -04:00
lintcommits.yml CI: Add GitHub author presence check in commit linter 2023-01-19 23:48:57 +00:00
manpages.yml CI: Bump actions/checkout from 3 to 4 2023-09-11 09:11:27 -04:00
pvs-studio-static-analysis.yml CI: Bump actions/checkout from 3 to 4 2023-09-11 09:11:27 -04:00
serenity-js-artifacts.yml CI: Bump actions/checkout from 3 to 4 2023-09-11 09:11:27 -04:00
social-media.yml CI: Bump actions/checkout from 3 to 4 2023-09-11 09:11:27 -04:00
sonar-cloud-static-analysis.yml CI: Bump actions/checkout from 3 to 4 2023-09-11 09:11:27 -04:00
wasm.yml Meta: Restore the Wasm build CI for LibJS 2023-10-27 05:57:18 +03:30