summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGL/Lighting.cpp
AgeCommit message (Expand)Author
2023-01-02LibGL: Move AK/Debug.h include to where it is usedBen Wiederhake
2022-12-20LibGL: Implement `glLightModel` integer normalizationJelle Raaijmakers
2022-12-20LibGL: Support `glLightModel` inside listsJelle Raaijmakers
2022-12-20LibGL: Correct `GL_LIGHT_MODEL_LOCAL_VIEWER` comparisonJelle Raaijmakers
2022-12-20LibGL: Dereference pointer in a consistent way for `glMaterial*`Jelle Raaijmakers
2022-09-11LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unitJelle Raaijmakers
2022-09-08LibGL: Set correct color material mode for `GL_AMBIENT_AND_DIFFUSE`Jelle Raaijmakers
2022-05-05LibGL: Split up GLContext implementation into logical unitsJelle Raaijmakers