Waffle
Waffle is a cross-platform C library that allows one to defer selection of GL 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 GL flavors in a cross-platform way. However, Waffle's design does not preclude it from being useful to other projects.
- Developed at X11:XOrg
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/waffle && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
waffle-1.6.3.tar.xz | 0000227524 222 KB | |
waffle-1.6.3.tar.xz.asc | 0000000833 833 Bytes | |
waffle.changes | 0000003468 3.39 KB | |
waffle.keyring | 0000003082 3.01 KB | |
waffle.spec | 0000004068 3.97 KB |
Revision 7 (latest revision is 13)
Richard Brown (RBrownSUSE)
accepted
request 875071
from
Stefan Dirsch (sndirsch)
(revision 7)
- bugfix release 1.6.3 (changes since 1.6.1) * docs: Add waffle 1.6.3 release notes * docs: Add waffle 1.6.2 release notes * meson: Fix meson build if bash-completion not found * meson: always install bash-completion file * meson: do not replace datadir for bash completion * wflinfo: use glGetStringi() only when available * gitlab-ci: update to latest ci-template * apple: hide GL deprecation warnings * tests/gl_basic_test: fix SURFACELESS_EGL only build * gbm: don't pass invalid arguments to gbm_surface_create_with_modifiers * cmocka: don't require librt, when it's not unavailable
Comments 0