Files
ladybird/Userland/Libraries
Jelle Raaijmakers 8e935ad3b1 LibGL+LibSoftGPU: Implement glColorMaterial and GL_COLOR_MATERIAL
When `GL_COLOR_MATERIAL` is enabled, specific material parameters can
be overwritten by the current color per-vertex during the lighting
calculations. Which parameter is controlled by `glColorMaterial`.

Also move the lighting calculations _before_ clipping, because the spec
says so. As a result, we interpolate the resulting vertex color instead
of the input color.
2022-01-13 12:13:58 +01:00
..
2022-01-12 14:55:19 +01:00
2022-01-09 20:40:22 +01:00
2022-01-12 10:54:54 +01:00
2022-01-07 15:44:42 +01:00