summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* eglinfo: make PrintContextExtensions() return a stringHoe Hao Cheng2023-03-031-6/+7
* eglinfo: parse -s option for single-extension-per-line outputHoe Hao Cheng2023-03-031-11/+18
* 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-022-2/+2
* meson: add various preprocessor defines for various OSesHoe Hao Cheng2023-02-271-1/+0
* demos: check for _WIN32 instead of WIN32Hoe Hao Cheng2023-02-276-12/+12
* util: do not require sincos()Erik Faye-Lund2023-02-271-1/+5
* vulkan/wsi: Fix -Wreturn-type warningorbea2023-02-221-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
* 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
* 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
* vkgears: fix non-gnu compilationErik Faye-Lund2023-02-201-6/+6
* meson/wayland: depend on epoll-shim after d63c15f7bd57/5aaa7faeb4deJan Beich2023-02-172-2/+2
* 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-082-77/+92
* remove perf-testsErik Faye-Lund2023-02-0722-3291/+0
* egl: add missing license textsErik Faye-Lund2023-02-076-9/+120
* vulkan: install vkgearsErik Faye-Lund2023-02-031-1/+2
* meson: rework vulkan-detectionErik Faye-Lund2023-02-032-15/+17
* 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
* egl: Add texture from pixmap example for GLES2.Alexandros Frantzis2023-02-024-0/+844
* vulkan: add missing license headersErik Faye-Lund2023-02-017-0/+154
* meson: add missing license-headersErik Faye-Lund2023-02-014-0/+80
* egl: correct typo in copyright statementErik Faye-Lund2023-02-015-5/+5
* vulkan: move wsi selection to common codeErik Faye-Lund2023-01-314-10/+21
* vulkan: move wsi code into a wsi directoryErik Faye-Lund2023-01-315-3/+3
* remove geometry-shader demosErik Faye-Lund2023-01-314-343/+0
* eglut_wayland: properly handle key-repeatsErik Faye-Lund2023-01-311-3/+57
* eglut_wayland: refactor pollingErik Faye-Lund2023-01-311-16/+18
* eglut_wayland: handle keyboard-inputErik Faye-Lund2023-01-311-0/+173
* eglinfo: add -B brief output supportHoe Hao Cheng2023-01-301-11/+31
* eglinfo: fix interaction with pre-1.4 EGLHoe Hao Cheng2023-01-301-7/+27
* eglinfo: support api selectionHoe Hao Cheng2023-01-301-24/+33