1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:27:35 +00:00
serenity/Userland/Libraries/LibGL
Stephan Unverwerth 5e9d99474d LibGL: Remove image storage from MipMap
Images are stored on the device side. Texture2D and MipMap are now only
used to store imformation about the texture and reference to the device
image.
2021-12-24 05:10:28 -08:00
..
GL LibGL: Simplify glDrawPixels checks and reduce debug spam 2021-12-21 12:58:58 -08:00
Tex LibGL: Remove image storage from MipMap 2021-12-24 05:10:28 -08:00
CMakeLists.txt LibGL: Remove sampling code from Sampler2D 2021-12-24 05:10:28 -08:00
GLBlend.cpp Everywhere: Use s.unverwerth@serenityos.org :^) 2021-05-29 12:30:08 +01:00
GLColor.cpp LibGL: Implement glColor3ub 2021-12-12 21:51:08 +01:00
GLContext.cpp LibGL: Support missing context in glGetError and glGetIntegerv 2021-12-12 21:51:08 +01:00
GLContext.h LibGL: Support missing context in glGetError and glGetIntegerv 2021-12-12 21:51:08 +01:00
GLDraw.cpp LibGL: Implement glDrawPixels and add stub for glBitmap 2021-12-12 21:51:08 +01:00
GLFog.cpp LibGL: Implement glFogi 2021-08-25 23:50:54 +04:30
GLLights.cpp LibGL: Implement glLightModelf and glLightModelfv 2021-12-12 21:51:08 +01:00
GLLists.cpp LibGL: Implement glIsList 2021-12-12 21:51:08 +01:00
GLMat.cpp LibGL: Implement glLoadMatrixd 2021-12-12 21:51:08 +01:00
GLStencil.cpp LibGL: Implement glClearStencil 2021-12-12 21:51:08 +01:00
GLTexture.cpp LibGL: Add stub for glCopyTexImage2D 2021-12-12 21:51:08 +01:00
GLUtils.cpp LibGL: Support missing context in glGetError and glGetIntegerv 2021-12-12 21:51:08 +01:00
GLVert.cpp LibGL: Implement glScaled 2021-12-12 21:51:08 +01:00
GLVertexArrays.cpp LibGL: Implement glDrawElements 2021-08-14 12:49:29 +02:00
SoftwareGLContext.cpp LibGL+LibSoftGPU: Add method to query device info 2021-12-24 05:10:28 -08:00
SoftwareGLContext.h LibGL+LibSoftGPU: Add method to query device info 2021-12-24 05:10:28 -08:00