summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meson: use win_subsystem instead of gui_appErik Faye-Lund2023-03-101-1/+1
* tests: use gl2-functions for logsErik Faye-Lund2023-03-061-18/+21
* util: do not call gl2 through extra func-ptrsErik Faye-Lund2023-03-067-111/+45
* util: remove defective arb-shader fallbackErik Faye-Lund2023-03-061-26/+0
* util: use gl2 program-parametersErik Faye-Lund2023-03-061-3/+3
* util: use gl2 program validationErik Faye-Lund2023-03-061-11/+4
* eglinfo: parse -v option for verbose visual infosHoe Hao Cheng2023-03-031-69/+175
* eglinfo: fix the ifdef-guard in parse_args()Hoe Hao Cheng2023-03-031-1/+1
* eglinfo: print GPU memory infoHoe Hao Cheng2023-03-031-10/+13
* eglinfo: parse -l for printing OpenGL limitsHoe Hao Cheng2023-03-031-4/+24
* eglinfo: let createEGLContext() return version of the created contextHoe Hao Cheng2023-03-031-4/+13
* 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