1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 08:27:35 +00:00
serenity/Userland/Libraries/LibGL
Jelle Raaijmakers 4f69022c32 LibGL: Correct GL_BLEND_*_ALPHA constant values
They were plain wrong; while we're here, also add the `*_EXT` variants.
2022-09-03 00:07:24 +02:00
..
GL LibGL: Correct GL_BLEND_*_ALPHA constant values 2022-09-03 00:07:24 +02:00
Tex LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion 2022-08-27 12:28:05 +02:00
ClipPlane.cpp LibGL: Rename units to all singular 2022-08-27 12:28:05 +02:00
CMakeLists.txt LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion 2022-08-27 12:28:05 +02:00
ContextParameter.cpp LibGL: Report color buffer bits instead of texture bits 2022-08-27 12:28:05 +02:00
GLAPI.cpp LibGL: Improve constants and types compatibility 2022-09-03 00:07:24 +02:00
GLContext.cpp LibGL: Improve constants and types compatibility 2022-09-03 00:07:24 +02:00
GLContext.h LibGL: Improve constants and types compatibility 2022-09-03 00:07:24 +02:00
Image.cpp LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support 2022-08-27 12:28:05 +02:00
Image.h LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support 2022-08-27 12:28:05 +02:00
Lighting.cpp LibGL: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00
List.cpp LibGL: Rename units to all singular 2022-08-27 12:28:05 +02:00
Matrix.cpp LibGL: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00
Stencil.cpp LibGL: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00
Texture.cpp LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support 2022-08-27 12:28:05 +02:00
Vertex.cpp LibGL: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00