1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:28:11 +00:00
serenity/Userland/Libraries/LibAccelGfx
Aliaksandr Kalenik 048e179572 LibAccelGfx: Use wrapping functions with error check for OpenGL calls
This change introduces GL.h with error check wrappers for all the
OpenGL functions we used so far.

For now, the error check is simply:
`VERIFY(glGetError() == GL_NO_ERROR);`
but that is better than continuing execution after encounting an error.
2023-11-11 08:47:12 +01:00
..
Canvas.cpp LibAccelGfx: Use wrapping functions with error check for OpenGL calls 2023-11-11 08:47:12 +01:00
Canvas.h LibAccelGfx+Meta: Introduce OpenGL painting library 2023-10-29 17:13:23 +01:00
CMakeLists.txt LibAccelGfx: Use wrapping functions with error check for OpenGL calls 2023-11-11 08:47:12 +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
GL.cpp LibAccelGfx: Use wrapping functions with error check for OpenGL calls 2023-11-11 08:47:12 +01:00
GL.h LibAccelGfx: Use wrapping functions with error check for OpenGL calls 2023-11-11 08:47:12 +01:00
Painter.cpp LibAccelGfx: Use wrapping functions with error check for OpenGL calls 2023-11-11 08:47:12 +01:00
Painter.h LibAccelGfx: Use wrapping functions with error check for OpenGL calls 2023-11-11 08:47:12 +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