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.7.1.tar.xz | 0000270376 264 KB | |
waffle.changes | 0000005026 4.91 KB | |
waffle.spec | 0000004023 3.93 KB |
Revision 10 (latest revision is 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 1068965
from
Stefan Dirsch (sndirsch)
(revision 10)
- Update to release 1.7.1 * cmake: pass deps' cflags to the build * gbm: fix crash when platform lacks modifier support * gitlab-ci: stabilise CI runs under X * gitlab-ci: add more warnings, make all warnings fatal * gitlab-ci: update to bullseye * meson: add override_* support, when using waffle as submodule * meson: skip installing bash completion when custom prefix is used * meson: silence deprecation warnings * meson: generate cmake files only on Windows * meson: find wayland.xml from wayland-scanner.pc * misc: zsh completion * misc: fix dozens of compiler warnings * misc: update website references * wayland: fix build against wayland 1.20 - supersedes 106.patch
Comments 0