pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libglvnd: added description and commit message
Module Name: pkgsrc-wip
Committed By: Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By: nuclearkev
Date: Wed Jul 23 13:32:00 2025 +0000
Changeset: e80b8a2bcb4ffb694f94ce0b068de152a34fb0f3
Modified Files:
libglvnd/DESCR
Added Files:
libglvnd/COMMIT_MSG
Log Message:
libglvnd: added description and commit message
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e80b8a2bcb4ffb694f94ce0b068de152a34fb0f3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libglvnd/COMMIT_MSG | 8 ++++++++
libglvnd/DESCR | 9 +++++++--
2 files changed, 15 insertions(+), 2 deletions(-)
diffs:
diff --git a/libglvnd/COMMIT_MSG b/libglvnd/COMMIT_MSG
new file mode 100644
index 0000000000..1da166b50c
--- /dev/null
+++ b/libglvnd/COMMIT_MSG
@@ -0,0 +1,8 @@
+libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL
+API calls between multiple vendors. It allows multiple drivers from
+different vendors to coexist on the same filesystem, and determines
+which vendor to dispatch each API call to at runtime.
+
+Both GLX and EGL are supported, in any combination with OpenGL and
+OpenGL ES.
+
diff --git a/libglvnd/DESCR b/libglvnd/DESCR
index 30e41add36..11192b4d0e 100644
--- a/libglvnd/DESCR
+++ b/libglvnd/DESCR
@@ -1,2 +1,7 @@
-TODO: Fill in a short description of the package.
-TODO: It should be between 3 and 20 lines.
+libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL
+API calls between multiple vendors. It allows multiple drivers from
+different vendors to coexist on the same filesystem, and determines
+which vendor to dispatch each API call to at runtime.
+
+Both GLX and EGL are supported, in any combination with OpenGL and
+OpenGL ES.
Home |
Main Index |
Thread Index |
Old Index