summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* eglinfo: use print_extension_list() provided by glinfo_commonHoe Hao Cheng2023-03-031-62/+13
* glinfo_common: move from xdemos to utilsHoe Hao Cheng2023-03-037-6/+7
* eglinfo: start including glinfo_commonHoe Hao Cheng2023-03-031-3/+1
* glinfo_common: remove wglinfo and glxinfo specific bitsHoe Hao Cheng2023-03-034-89/+142
* glinfo_common, glxinfo: switch to GLAD completelyHoe Hao Cheng2023-03-034-35/+15
* es2gears: do not define _GNU_SOURCEErik Faye-Lund2023-03-031-2/+0
* meson: explicitly check for glx dependencyErik Faye-Lund2023-03-023-2/+11
* meson: update standard to C11 and C++17Hoe Hao Cheng2023-02-271-1/+2
* meson: add various preprocessor defines for various OSesHoe Hao Cheng2023-02-272-1/+8
* demos: check for _WIN32 instead of WIN32Hoe Hao Cheng2023-02-276-12/+12
* meson: disable some warnings on macosErik Faye-Lund2023-02-271-2/+7
* util: do not require sincos()Erik Faye-Lund2023-02-272-1/+10
* meson: do not search for glu on macosErik Faye-Lund2023-02-271-1/+2
* meson: allow falling back to alternative glu-detectionErik Faye-Lund2023-02-271-2/+3
* vulkan/wsi: Fix -Wreturn-type warningorbea2023-02-221-1/+1
* meson: enable some warnings on gcc/clangErik Faye-Lund2023-02-211-2/+23
* meson: check argument syntax instead of compilerErik Faye-Lund2023-02-211-1/+1
* xdemos: avoid needless fallthroughErik Faye-Lund2023-02-211-0/+1
* vulkan/wsi: explicitly mark functions as voidErik Faye-Lund2023-02-215-7/+7
* vulkan/wsi: mark fini_display as staticErik Faye-Lund2023-02-211-1/+2
* vulkan/wsi: add missing spaceErik Faye-Lund2023-02-211-1/+1
* update to glad 0.1.36Erik Faye-Lund2023-02-213-6/+6
* meson: simplify 3a9d085315d5 via null_depJan Beich2023-02-201-2/+1
* es2gears: remove arithmetics on a null pointerHoe Hao Cheng2023-02-201-1/+1
* vulkan/wsi/wayland: fix clang warnings on missing field initializersHoe Hao Cheng2023-02-201-4/+4
* eglut_wayland: fix clang warnings on missing field initializersHoe Hao Cheng2023-02-201-4/+4
* demos: fix clang warning on abs useHoe Hao Cheng2023-02-201-1/+1
* demos: fix clang warnings on implicit conversionsHoe Hao Cheng2023-02-205-8/+8
* ignore checked-out subprojectsErik Faye-Lund2023-02-201-0/+1
* meson: disable XCB dependencies with -Dx11=disabledJan Beich2023-02-201-4/+7
* meson: build vkgears if either xcb or wayland is missingErik Faye-Lund2023-02-201-2/+3
* meson: disable eglfbdev on non-Linux (requires Mesa < 10.6, anyway)Jan Beich2023-02-201-0/+2
* meson: explicitly depend clear demo on EGL (like autotools did)Jan Beich2023-02-201-1/+1
* ci: build using clangErik Faye-Lund2023-02-201-2/+14
* vkgears: fix non-gnu compilationErik Faye-Lund2023-02-201-6/+6
* ci: forward concurrent-flag from ci-templatesErik Faye-Lund2023-02-201-1/+1
* meson: dep_libdecor is disabled without waylandorbea2023-02-171-0/+2
* meson/wayland: depend on epoll-shim after d63c15f7bd57/5aaa7faeb4deJan Beich2023-02-173-2/+3
* egl: install opengl-demosErik Faye-Lund2023-02-081-8/+16
* vulkan/wsi/wayland: use libdecor for top-level decorationHoe Hao Cheng2023-02-082-73/+86
* eglut_wayland: use libdecor for top-level decorationHoe Hao Cheng2023-02-084-77/+95
* meson: add a wrap for libdecorErik Faye-Lund2023-02-081-0/+7
* ci: add dependencies of libdecor to CIHoe Hao Cheng2023-02-081-1/+7
* remove perf-testsErik Faye-Lund2023-02-0723-3292/+0
* egl: add missing license textsErik Faye-Lund2023-02-076-9/+120
* add a mailmap-fileErik Faye-Lund2023-02-061-0/+121
* vulkan: install vkgearsErik Faye-Lund2023-02-031-1/+2
* meson: rework vulkan-detectionErik Faye-Lund2023-02-033-16/+18
* eglut_wayland: do not segfault if special_cb is not setHoe Hao Cheng2023-02-031-1/+1
* eglgears: support rotating the gearsHoe Hao Cheng2023-02-031-0/+20