summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGL/Tex/Texture.h
AgeCommit message (Expand)Author
2022-09-13LibGL: Implement `GL_TEXTURE_LOD_BIAS` for texture objectsJelle Raaijmakers
2022-09-11LibGL+LibGPU+LibSoftGPU: Implement `GL_GENERATE_MIPMAP`Jelle Raaijmakers
2022-04-06LibGL+LibGPU+LibSoftGPU: Add virtual base class for ImagesStephan Unverwerth
2022-03-10Libraries: Use default constructors/destructors in LibGLLenny Maiorani
2021-12-24LibGL: Attach device image to texture object and upload image dataStephan Unverwerth
2021-05-30LibGL: Introduce Texture base class for all texture typesStephan Unverwerth
2021-05-26LibGL: Implement Texture State ManagementJesse Buhagiar