summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* eglut: introduce eglut_wsi_interfaceHoe Hao Cheng2023-04-042-0/+92
* glad: update instructions for generating files in READMEHoe Hao Cheng2023-03-291-4/+2
* treewide: switch to glad2Hoe Hao Cheng2023-03-29271-35706/+35406
* vulkan/wsi: use unsigned instead of uintpsykose2023-03-231-7/+7
* osdemos: link to dep_osmesa rather than dep_glErik Faye-Lund2023-03-221-1/+1
* completely retire xmesa/fx codeErik Faye-Lund2023-03-149-460/+0
* tests/texdown: cast pointer to uintptr_tErik Faye-Lund2023-03-131-1/+1
* demos/vao_demo: pass literal pointers through uintptr_tErik Faye-Lund2023-03-131-2/+2
* xdemos: require gl 3.2 headersErik Faye-Lund2023-03-132-19/+4
* demos: require gl 2.0 headersErik Faye-Lund2023-03-133-50/+28
* redbook: require gl 1.3 headersErik Faye-Lund2023-03-1310-101/+0
* tests/texobj: require gl 1.1 headersErik Faye-Lund2023-03-131-26/+0
* demos/glinfo: make sure GL_SHADING_LANGUAGE_VERSION is definedErik Faye-Lund2023-03-131-0/+3
* meson: avoid building unix-source on windowsErik Faye-Lund2023-03-131-1/+5
* update some WIN32 vs _WIN32 checksErik Faye-Lund2023-03-133-3/+3
* 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