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-10-19
LibSoftGPU: Call `floor_int_range` only once in `sample_2d_lod`
Jelle Raaijmakers
2022-10-19
LibSoftGPU: Drop texel Z coordinate from `Sampler`
Jelle Raaijmakers
2022-09-14
LibSoftGPU: Return a `const&` texel in `Image` to prevent copying
Jelle Raaijmakers
2022-09-13
LibGL: Implement `GL_TEXTURE_LOD_BIAS` for texture objects
Jelle Raaijmakers
2022-09-11
LibGL+LibGPU+LibSoftGPU: Implement `GL_GENERATE_MIPMAP`
Jelle Raaijmakers
2022-09-11
LibGL+LibGPU+LibSoftGPU: Remove concept of `layer` in favor of `depth`
Jelle Raaijmakers
2022-09-11
LibGL+LibSoftGPU: Implement fixed pipeline support for `GL_COMBINE`
Jelle Raaijmakers
2022-09-11
LibSoftGPU: Convert width and height to `f32x4` just once
Jelle Raaijmakers
2022-09-11
LibSoftGPU: Remove unused alias `truncate_int_range`
Jelle Raaijmakers
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