ladybird/Userland/Libraries/LibSoftGPU
Stephan Unverwerth 7571ef0343 LibGL+LibSoftGPU: Add multiple texture coordinates to vertex struct
We now have one set of texture coordinates per texture unit.
Texture coordinate generation and texture coordinate assignment is
currently only stubbed. This will be rectified in another commit.
2022-01-19 19:57:49 +01:00
..
Light LibGL+LibSoftGPU: Remove unused variable specular_exponent 2022-01-18 01:48:51 +02:00
AlphaBlendFactors.h LibSoftGPU: Move alpha blend factor setup out of triangle rasterization 2022-01-09 16:21:13 +03:30
Clipper.cpp LibGL+LibSoftGPU: Add multiple texture coordinates to vertex struct 2022-01-19 19:57:49 +01:00
Clipper.h LibGL+LibSoftGPU: Move Vertex and Triangle structs to LibSoftGPU 2021-12-24 05:10:28 -08:00
CMakeLists.txt LibGL+LibSoftGPU: Implement the stencil buffer 2022-01-17 12:49:00 +01:00
Config.h LibGL+LibSoftGPU: Add GL_MAX_LIGHTS to get_context_parameter 2022-01-12 13:36:56 +01:00
DepthBuffer.cpp
DepthBuffer.h
Device.cpp LibGL+LibSoftGPU: Add multiple texture coordinates to vertex struct 2022-01-19 19:57:49 +01:00
Device.h LibGL+LibSoftGPU: Implement the stencil buffer 2022-01-17 12:49:00 +01:00
DeviceInfo.h LibSoftGPU: Announce NPOT texture support via DeviceInfo struct 2022-01-19 19:57:49 +01:00
Enums.h LibGL+LibSoftGPU: Implement the stencil buffer 2022-01-17 12:49:00 +01:00
Image.cpp LibSoftGPU: Use bitwise and instead of modulus operator for POT textures 2022-01-09 16:21:13 +03:30
Image.h LibSoftGPU: Use bitwise and instead of modulus operator for POT textures 2022-01-09 16:21:13 +03:30
ImageDataLayout.h LibSoftGPU: Add methods to read and write image data 2021-12-24 05:10:28 -08:00
ImageFormat.h LibGL+LibSoftGPU: Add support for 8-bit luminance (+ alpha) textures 2022-01-15 12:58:00 +01:00
PixelQuad.h LibGL+LibSoftGPU: Add multiple texture coordinates to vertex struct 2022-01-19 19:57:49 +01:00
Sampler.cpp LibSoftGPU: Use bitwise and instead of modulus operator for POT textures 2022-01-09 16:21:13 +03:30
Sampler.h LibSoftGPU: Vectorize texture sampling and shading 2022-01-09 16:21:13 +03:30
SIMD.h LibSoftGPU: Add SIMD.h with SoftGPU specific SIMD functions 2022-01-09 16:21:13 +03:30
StencilBuffer.cpp LibGL+LibSoftGPU: Implement the stencil buffer 2022-01-17 12:49:00 +01:00
StencilBuffer.h LibGL+LibSoftGPU: Implement the stencil buffer 2022-01-17 12:49:00 +01:00
Triangle.h LibGL+LibSoftGPU: Move Vertex and Triangle structs to LibSoftGPU 2021-12-24 05:10:28 -08:00
Vertex.h LibGL+LibSoftGPU: Add multiple texture coordinates to vertex struct 2022-01-19 19:57:49 +01:00