1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Userland/Libraries/LibGL
Stephan Unverwerth 4a99875582 LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images
This introduces a new device independent base class for Images in LibGPU
that also keeps track of the device from which it was created in order
to prevent assigning images across devices.
2022-04-06 11:32:24 +02:00
..
GL Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Tex LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images 2022-04-06 11:32:24 +02:00
CMakeLists.txt LibGL: Merge GLContext and SoftwareGLContext 2022-03-09 22:51:01 +01:00
GLBlend.cpp Everywhere: Use s.unverwerth@serenityos.org :^) 2021-05-29 12:30:08 +01:00
GLColor.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GLContext.cpp LibGL+LibGPU+LibSoftGPU: Move Vertex.h to LibGPU 2022-04-06 11:32:24 +02:00
GLContext.h LibGL+LibGPU+LibSoftGPU: Move Vertex.h to LibGPU 2022-04-06 11:32:24 +02:00
GLDraw.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GLFog.cpp LibGL: Implement glFogi 2021-08-25 23:50:54 +04:30
GLLights.cpp LibGL: Implement glMateriali{v} 2022-01-26 16:44:11 +01:00
GLLists.cpp LibGL: Implement glIsList 2021-12-12 21:51:08 +01:00
GLMap.cpp LibGL: Stub lots of map-related methods 2021-12-27 11:58:43 +01:00
GLMatrix.cpp LibGL: Rename GLMat.cpp to GLMatrix.cpp 2022-01-20 10:35:01 +01:00
GLStencil.cpp LibGL+LibSoftGPU: Implement the stencil buffer 2022-01-17 12:49:00 +01:00
GLTexture.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GLUtils.cpp LibGL: Implement glClearDepthf and store as float 2022-02-22 23:48:59 +00:00
GLVert.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GLVertexArrays.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00