This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-05 12:16:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
48eecaad645062df450dafbc2d7d98d240ec501e
ladybird
/
Userland
/
Libraries
/
LibSoftGPU
History
Lenny Maiorani
b0a54518d8
Everywhere: Remove redundant inline keyword
...
`constexpr` implies `inline` so when both are used it is redundant.
2022-01-29 21:45:17 +02:00
..
Light
…
AlphaBlendFactors.h
…
Clipper.cpp
LibSoftGPU: Simplify clipping logic
2022-01-28 17:02:04 +02:00
Clipper.h
LibSoftGPU: Reduce Clipper class interface to minimum
2022-01-27 20:42:28 +00:00
CMakeLists.txt
…
Config.h
LibSoftGPU: Configure stats overlay period
2022-01-22 08:57:31 +03:30
DepthBuffer.cpp
…
DepthBuffer.h
…
Device.cpp
LibSoftGPU: Use default construction to clear AlphaBlendFactors
2022-01-27 20:39:02 +00:00
Device.h
LibGL+LibSoftGPU: Implement
GL_POLYGON_OFFSET_FILL
capability
2022-01-20 10:35:01 +01:00
DeviceInfo.h
…
Enums.h
…
Image.cpp
…
Image.h
…
ImageDataLayout.h
…
ImageFormat.h
Everywhere: Remove redundant inline keyword
2022-01-29 21:45:17 +02:00
PixelQuad.h
…
Sampler.cpp
…
Sampler.h
…
SIMD.h
…
StencilBuffer.cpp
…
StencilBuffer.h
…
Triangle.h
…
Vertex.h
…