Version: 1.6.3, Package name: waffle-1.6.3 |
Maintained by: Jonathan Gray |
Master sites: |
Description 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. |
Filesize: 222.191 KB |
Version History (View Complete History) |
|
2021-02-24 21:38:01 by Jonathan Gray | Files touched by this commit (11) |
Log message: update to waffle 1.6.3 |
2021-02-19 10:16:28 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: /dev/drm0 -> /dev/dri/card0 |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2015-12-28 10:20:18 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Fix build of the bundled cmocka on 32 bits archs, taken from devel/cmocka. Spotted by sthen@, ok jsg@ |