1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:58:12 +00:00
serenity/Userland/Libraries/LibGL
Jelle Raaijmakers 94f016b363 LibGL+LibGPU+LibSoftGPU: Report texture env add extension
The Quake 3 port makes use of this extension to determine a more
efficient multitexturing strategy. Since LibSoftGPU supports it, let's
report the extension in LibGL. :^)
2022-08-28 23:45:43 +01:00
..
GL LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion 2022-08-27 12:28:05 +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+LibGPU+LibSoftGPU: Implement and expose glClipPlane 2022-05-11 23:09:47 +02:00
GLContext.cpp LibGL+LibGPU+LibSoftGPU: Report texture env add extension 2022-08-28 23:45:43 +01:00
GLContext.h LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion 2022-08-27 12:28:05 +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