1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:17:35 +00:00
serenity/Userland/Libraries/LibGL/Tex
2022-09-11 22:37:07 +01:00
..
MipMap.h LibGL: Remove image storage from MipMap 2021-12-24 05:10:28 -08:00
NameAllocator.cpp LibGL: Make glDeleteTextures skip over 0 names 2021-12-11 23:15:24 +01:00
NameAllocator.h LibGL: Make glDeleteTextures skip over 0 names 2021-12-11 23:15:24 +01:00
Sampler2D.h LibGL: Add border_color to Sampler2D 2022-04-09 11:40:33 +02:00
Texture.h LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images 2022-04-06 11:32:24 +02:00
Texture2D.cpp LibGL: Verify Texture2D existence 2022-09-11 22:37:07 +01:00
Texture2D.h LibGL: Calculate maximum log2 of texture size 2022-09-11 22:37:07 +01:00
TextureUnit.h LibGL+LibSoftGPU: Implement fixed pipeline support for GL_COMBINE 2022-09-11 22:37:07 +01:00