1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 13:57:35 +00:00
serenity/Userland/Libraries/LibGL/Tex
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
..
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: Remove sampling code from Sampler2D 2021-12-24 05:10:28 -08:00
Texture.h LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images 2022-04-06 11:32:24 +02:00
Texture2D.cpp LibGL+LibGPU+LibSoftGPU: Move ImageDataLayout.h to LibGPU 2022-04-06 11:32:24 +02:00
Texture2D.h LibGL: Remove duplicate public: from Texture2D.h 2022-03-08 15:32:35 +01:00
TextureUnit.h LibGL: Better handling of texture targets and default textures 2022-03-08 15:32:35 +01:00