2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays |
2024-10-12 11:36:10 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-glad2: update to 2.0.8. What's Changed files: updates to latest specifications rust: replace static mut references with addr_of Replace setup.py with pyproject.toml by @AarnoldGad in #490 |
2024-09-13 10:28:55 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-glad2: update to 2.0.7. Fix resource lookups without setuptools for most recent Python versions Fix parsing of most recent Vulkan definitions Fix compilation errors with strict flags on recent gcc versions example: defines GLAD_GL_IMPLEMENTATION in GLFW example by @makichiis in #464 ci: bump actions versions by @scribam in #472 |
2024-04-05 12:34:56 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-glad2: update to 2.0.6. What's Changed Fix eglplatform in header only build not correctly replacing the khrplatform \ include Fix compile warning when GLAD_GLES2_USE_SYSTEM_EGL=1 by @halx99 in #456 Fix: Use include instead of find_package for CMake config by @spnda in #457 c: don't warn on undefined GLAD_GLES2_USE_SYSTEM_EGL by @haasn in #461 |
2024-02-13 18:50:33 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-glad2: update to 2.0.5. Fix missing Vulkan video headers Use FindPython instead of FindPythonInterp by @gaboroszkar in #429 Add --version option to command-line interface by @chloekek in #417 Remove one duplicated check for glGetString(GL_VERSION) by @z-s-e in #402 Fix extensions loading and parsing by @lephilousophe in #448 Provide CMake package by @cNoNim in #453 |
2024-01-01 16:39:38 by Leonardo Taccari | Files touched by this commit (5) |
Log message: py-glad2: Import py-glad2-2.0.4 as graphics/py-glad2 Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages. Packaged in pkgsrc-wip by <wiz> and <leot>. |