index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGL
/
Tex
Age
Commit message (
Expand
)
Author
2021-12-11
LibGL: Make `glDeleteTextures` skip over 0 names
Jelle Raaijmakers
2021-12-11
LibGL: Implement `GL_(UN)PACK_ALIGNMENT`
Jelle Raaijmakers
2021-12-11
LibGL: Use `Array::back()` for last mipmap selection
Jelle Raaijmakers
2021-12-01
LibGL: Remove `TextureUnit::unbind_texture()`
Jelle Raaijmakers
2021-12-01
LibGL: Implement texture unit texturing states
Jelle Raaijmakers
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-02
LibGL: Implement glTexSubImage2D
Stephan Unverwerth
2021-08-26
LibGL: Implement glTexEnvf
Stephan Unverwerth
2021-08-26
LibGL: Implement glPixelStorei
Stephan Unverwerth
2021-08-18
LibGL: Improve texture sampling performance
Stephan Unverwerth
2021-08-18
LibGL: Return white texel when sampling uninitialized texture
Stephan Unverwerth
2021-08-18
LibGL: Allow glTexImage2D to create uninitialized textures
Stephan Unverwerth
2021-08-18
LibGL: Fix interpretation of BGRA byte order
Stephan Unverwerth
2021-08-12
LibGL: Implement GL_LINEAR texture filter
Stephan Unverwerth
2021-08-12
LibGL: Implement glTexParameter{i,f}
Stephan Unverwerth
2021-08-12
LibGL: Implement "mirrored repeat" wrap mode
Stephan Unverwerth
2021-08-12
LibGL: Implement "clamp" wrap mode
Stephan Unverwerth
2021-08-12
LibGL: Turn Sampler2D into an actual class
Stephan Unverwerth
2021-05-31
LibGL: Use Texture Units in Rasterizer and Context
Jesse Buhagiar
2021-05-31
LibGL: Implement basic texture units
Jesse Buhagiar
2021-05-30
LibGL: Introduce Texture base class for all texture types
Stephan Unverwerth
2021-05-26
LibGL: Implement Texture State Management
Jesse Buhagiar
2021-05-26
LibGL: Add Texture Name Allocation
Jesse Buhagiar