Age | Commit message (Expand) | Author |
---|---|---|
2023-01-02 | LibGL: Move AK/Debug.h include to where it is used | Ben Wiederhake |
2022-12-20 | LibGL: Implement `glLightModel` integer normalization | Jelle Raaijmakers |
2022-12-20 | LibGL: Support `glLightModel` inside lists | Jelle Raaijmakers |
2022-12-20 | LibGL: Correct `GL_LIGHT_MODEL_LOCAL_VIEWER` comparison | Jelle Raaijmakers |
2022-12-20 | LibGL: Dereference pointer in a consistent way for `glMaterial*` | Jelle Raaijmakers |
2022-09-11 | LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit | Jelle Raaijmakers |
2022-09-08 | LibGL: Set correct color material mode for `GL_AMBIENT_AND_DIFFUSE` | Jelle Raaijmakers |
2022-05-05 | LibGL: Split up GLContext implementation into logical units | Jelle Raaijmakers |