summaryrefslogtreecommitdiff
path: root/pkg/opengl
AgeCommit message (Expand)Author
2025-09-18renderer: create explicit sampler state for custom shadersMitchell Hashimoto
2025-07-05renderer/opengl: explicit texture optionsQwerasd
2025-06-25renderer/OpenGL: use compressed texture formats for imagesQwerasd
2025-06-20style(renderer): explicit error setsQwerasd
2025-06-20renderer: big rework, graphics API abstraction layers, unified logicQwerasd
2025-05-15fix(OpenGL): use sRGB texture format for gamma correct interpolationQwerasd
2025-05-07core: fixup callconv(.C) -> callconv(.c)Jeffrey C. Ollie
2025-03-18ci: zig fmt checkMitchell Hashimoto
2025-03-12fix mach-glfw on windowsMitchell Hashimoto
2025-03-12more fixesMitchell Hashimoto
2025-01-23use main buffer and copy data to fbo texture (opengl) (#5294)Julia
2024-08-16pkg/opengl: yeet usingnsMitchell Hashimoto
2024-08-03renderer: disable window-padding-color=extend in certain scenariosMitchell Hashimoto
2024-06-24begin 0.13 update process -- very brokenMitchell Hashimoto
2024-01-07Add include paths to more modules in pkg/Krzysztof Wolicki
2024-01-03WIP: Update to new build module API after Zig PR #18160Krzysztof Wolicki
2023-11-19renderer/opengl: upload kitty image texturesMitchell Hashimoto
2023-11-17renderer/opengl: create the screen textureMitchell Hashimoto
2023-11-17renderer/opengl: setup uniform buffer objects for custom shadersMitchell Hashimoto
2023-11-17renderer/opengl: create ubosMitchell Hashimoto
2023-11-17renderer/opengl: extract cell program state to dedicated structMitchell Hashimoto
2023-11-17pkg/opengl: add Framebuffer APIsMitchell Hashimoto
2023-11-17renderer/opengl: move opengl API to pkg/openglMitchell Hashimoto