summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGL/Tex/Texture2D.cpp
AgeCommit message (Expand)Author
2021-12-12LibGL: Simplify Texture2D reading; add support for RGB565Jelle Raaijmakers
2021-12-11LibGL: Improve mipmap lookup in Texture2DJelle Raaijmakers
2021-12-11LibGL: Implement `GL_(UN)PACK_ALIGNMENT`Jelle Raaijmakers
2021-12-11LibGL: Use `Array::back()` for last mipmap selectionJelle Raaijmakers
2021-09-02LibGL: Implement glTexSubImage2DStephan Unverwerth
2021-08-26LibGL: Implement glPixelStoreiStephan Unverwerth
2021-08-18LibGL: Allow glTexImage2D to create uninitialized texturesStephan Unverwerth
2021-08-18LibGL: Fix interpretation of BGRA byte orderStephan Unverwerth
2021-08-12LibGL: Turn Sampler2D into an actual classStephan Unverwerth
2021-05-30LibGL: Introduce Texture base class for all texture typesStephan Unverwerth