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
/
LibSoftGPU
/
Sampler.cpp
Age
Commit message (
Expand
)
Author
2022-04-06
LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move SamplerConfig to LibGPU
Stephan Unverwerth
2022-03-27
LibSoftGPU: Test for `1.f` equality in determining the scale factor
Jelle Raaijmakers
2022-03-08
LibSoftGPU: Remove a lot of `[ui]32x4` casts in `Sampler`
Jelle Raaijmakers
2022-03-08
LibSoftGPU: Choose correct texture filter based on scale factor
Stephan Unverwerth
2022-03-03
LibSoftGPU: Add mipmap selection to sampler class
Stephan Unverwerth
2022-01-09
LibSoftGPU: Use bitwise and instead of modulus operator for POT textures
Stephan Unverwerth
2022-01-09
LibSoftGPU: Vectorize texture sampling and shading
Stephan Unverwerth
2022-01-04
LibSoftGPU: Shift U/V coordinates just once in `Sampler`
Jelle Raaijmakers
2022-01-04
LibSoftGPU: Use `AK::mix` instead of manual interpolation
Jelle Raaijmakers
2022-01-01
LibSoftGPU: Put all constexpr config options into Config.h
Stephan Unverwerth
2021-12-27
LibSoftGPU: Mark `wrap_clamp` as [[maybe_unused]]
Jesse Buhagiar
2021-12-27
LibSoftGPU: Clamp to edge instead of border
Jelle Raaijmakers
2021-12-24
LibSoftGPU: Add device method for creating images
Stephan Unverwerth