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
Age
Commit message (
Expand
)
Author
2022-04-20
LibSoftGPU: Use `AK::abs` directly instead of `fabsf`
Jelle Raaijmakers
2022-04-11
LibSoftGPU: Optimize clipping code
Jelle Raaijmakers
2022-04-11
LibSoftGPU: Remove superfluous braces in `Clipper`
Jelle Raaijmakers
2022-04-09
LibGL+LibSoftGPU: Add `GL_ADD` Texture Environment
Jesse Buhagiar
2022-04-06
LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamically
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Add virtual base class for devices
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images
Stephan Unverwerth
2022-04-06
LibGPU+LibSoftGPU: Move RasterizerOptions into LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move Vertex.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGPU+LibSoftGPU: Move LightModelParameters into LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move TexCoordGenerationConfig into LibGPU
Stephan Unverwerth
2022-04-06
LibGPU+LibSoftGPU: Move RasterPosition into its own header in LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move StencilConfiguration.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move Material.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move Light.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move SamplerConfig to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move ImageDataLayout.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move ImageFormat.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move Enums.h to LibGPU
Stephan Unverwerth
2022-04-06
LibGL+LibGPU+LibSoftGPU: Move DeviceConfig to LibGPU
Stephan Unverwerth
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation
Jelle Raaijmakers
2022-03-27
LibSoftGPU+LibGfx: Transform and normalize normals before lighting
Jelle Raaijmakers
2022-03-27
LibSoftGPU: Clean up `Material` initial value style
Jelle Raaijmakers
2022-03-27
LibGL+LibSoftGPU: Implement more of `GL_LIGHT_MODEL_COLOR_CONTROL`
Jelle Raaijmakers
2022-03-27
LibSoftGPU: Test for `1.f` equality in determining the scale factor
Jelle Raaijmakers
2022-03-18
LibSoftGPU: Avoid copying data when doing triangle rasterization
Lenny Maiorani
2022-03-11
LibGfx+LibSoftGPU: Allow indexed reads into `Gfx::Vector`
Jelle Raaijmakers
2022-03-11
LibSoftGPU: Remove unused vector types from `Device`
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-07
LibGfx+LibSoftGPU: Add and use `Vector.xy()`
Jelle Raaijmakers
2022-03-07
LibSoftGPU: Use `lroundf` instead of `roundf` in rasterization rect
Jelle Raaijmakers
2022-03-07
LibSoftGPU: Use `float` instead of `int` for triangle screen coords
Jelle Raaijmakers
2022-03-06
LibSoftGPU: Use destination alpha for texture decal function
Jelle Raaijmakers
2022-03-05
LibSoftGPU: Use non-normalized light vector for attenuation
Jelle Raaijmakers
2022-03-03
LibSoftGPU: Add mipmap selection to sampler class
Stephan Unverwerth
2022-03-03
LibSoftGPU: Add log2_approximate()
Stephan Unverwerth
2022-03-03
LibSoftGPU: Add ddx() and ddy() to calculate partial derivatives
Stephan Unverwerth
2022-02-22
LibSoftGPU: Clean up some conditionals in `Device`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Round rasterization position to nearest integer
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Apply regular cartesian coordinate system
Jelle Raaijmakers
2022-02-22
LibGL+LibSoftGPU: Use more expressive `is_power_of_two`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Rename `rgba` to `bgra` to reflect actual value
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Remove `Device::wait_for_all_threads()`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Remove unused `AK/Function.h` include
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Use `fabsf` instead of `fabs` for `float`
Jelle Raaijmakers
2022-02-10
LibSoftGPU: Dispatch based on ClipPlane enum at compile-time
Lenny Maiorani
2022-01-29
Everywhere: Remove redundant inline keyword
Lenny Maiorani
[prev]
[next]