CVS commit: wip/waffle
"Tobias Nygren" <[email protected]> Sat, 19 Sep 2015 14:52:07 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.wip.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module name: wip
Committed by: tnn2
Date: Sat Sep 19 14:51:52 UTC 2015
Added Files:
wip/waffle: DESCR Makefile PLIST distinfo
wip/waffle/patches: patch-cmake_modules_WaffleDefineOS.cmake
patch-third__party_threads_threads__posix.c
Log Message:
Import waffle-1.5.2 as wip/waffle.
Waffle is a cross-platform C library that allows one to defer selection of an
OpenGL API and window system until runtime. For example, on Linux, Waffle
enables an application to select X11/EGL with an OpenGL 3.3 core profile,
Wayland with OpenGL ES2, and other window system / API combinations.
Waffle's immediate goal is to enable Piglit, Mesa's OpenGL test suite, to test
multiple OpenGL flavors in a cross-platform way. However, Waffle's design does
not preclude it from being useful to other projects.
To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/waffle/DESCR wip/waffle/Makefile \
wip/waffle/PLIST wip/waffle/distinfo \
wip/waffle/patches/patch-cmake_modules_WaffleDefineOS.cmake \
wip/waffle/patches/patch-third__party_threads_threads__posix.c
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/waffle/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/waffle/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/waffle/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/waffle/distinfo?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/waffle/patches/patch-cmake_modules_WaffleDefineOS.cmake?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/waffle/patches/patch-third__party_threads_threads__posix.c?r1=0&r2=1.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------