summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-18eglinfo: Handle EGL_EXT_platform_base without a platform extmainMatt Turner1-2/+10
2024-03-12es2gears: do not require sincos()duncan.hopkins1-0/+14
2024-03-06Print out visual id as FOURcc.Bram Stolk1-2/+14
2024-02-22eglinfo: fix crashAlba Mendez1-4/+4
2024-01-03eglinfo: comestic changesHoe Hao Cheng1-5/+4
2024-01-03eglinfo: remove useless #if directivesHoe Hao Cheng1-15/+2
2024-01-03vkgears: make info output consistentErik Faye-Lund1-7/+7
2023-11-24vkgears: handle missing keyboardantonino1-2/+4
2023-11-15egl: clear gears-backgrounds translucentErik Faye-Lund3-1/+3
2023-10-22egl/gl: Add an example of dma-buf texture sharingBlaž Tomažič2-0/+568
2023-10-19xdemos: wrap long stringsErik Faye-Lund1-2/+4
2023-10-19xdemos: wrap long linesErik Faye-Lund3-5/+11
2023-10-19xdemos: fix struct declsErik Faye-Lund3-18/+14
2023-10-19xdemos: make else style consistentErik Faye-Lund4-10/+20
2023-10-19xdemos: clean up whitespaceErik Faye-Lund32-553/+555
2023-10-19xdemos: clean up function declsErik Faye-Lund22-107/+163
2023-10-19xdemos: drop trailing semicolonErik Faye-Lund1-1/+1
2023-10-19xdemos: fix indentErik Faye-Lund33-1649/+1647
2023-10-15eglinfo: remove uses of eglGetProcAddress()Hoe Hao Cheng1-33/+13
2023-10-03remove trailing spaceErik Faye-Lund427-2417/+2417
2023-10-03fixup bad indentErik Faye-Lund2-723/+724
2023-09-21ci: drop cmake from build-imageErik Faye-Lund1-2/+1
2023-09-21meson: use freeglut from wrapdbErik Faye-Lund2-22/+15
2023-09-08osdemos: remove dead codeErik Faye-Lund3-93/+0
2023-09-08osdemos: use gl_wrap.h instead of glut_wrap.hErik Faye-Lund2-2/+2
2023-09-08use M_PI instead of bespoke definesErik Faye-Lund6-25/+7
2023-09-08do not hard-code M_PIErik Faye-Lund15-24/+18
2023-09-08remove redundant M_PI redefinitionsErik Faye-Lund38-172/+2
2023-09-08drop unused defineErik Faye-Lund1-2/+0
2023-09-07drop needless ifdefsErik Faye-Lund12-90/+2
2023-09-07xdemos: clean up needless undefErik Faye-Lund1-10/+0
2023-09-07tests: remove stale testErik Faye-Lund1-736/+0
2023-09-07tests: remove non-compiling ifdefErik Faye-Lund1-14/+0
2023-09-07demos: remove usless debug-codeErik Faye-Lund1-4/+0
2023-09-04meson: bump minimum version to 0.60Erik Faye-Lund3-5/+4
2023-08-07ci: use freeglut from cmake-subprojectErik Faye-Lund4-196/+2
2023-08-07meson: add a freeglut-wrapErik Faye-Lund2-4/+29
2023-08-04glxdemo: check whether display is NULLHoe Hao Cheng1-0/+5
2023-07-28meson: lock down the libdecor revisionErik Faye-Lund1-1/+1
2023-06-04Install data for GLSL demosYaakov Selkowitz12-22/+57
2023-06-02eglinfo: Add support for EGL_EXT_explicit_deviceRobert Foss1-2/+72
2023-06-02eglinfo: Refactor EGL_EXT_platform_base supportRobert Foss1-30/+37
2023-05-24eglut_wayland: add license textErik Faye-Lund1-0/+24
2023-05-24eglinfo: add ANGLE platformHoe Hao Cheng1-0/+8
2023-04-17vulkan: enable best-practices validationErik Faye-Lund1-1/+1
2023-04-17vkgears: properly pick color-formatErik Faye-Lund1-2/+17
2023-04-17vkgears: do swapchain configuration up-frontErik Faye-Lund1-21/+23
2023-04-17vkgears: follow best-practicesErik Faye-Lund1-1/+2
2023-04-17meson: add more validationErik Faye-Lund2-0/+8
2023-04-17vkgears: recreate swapchain semaphore on resizeErik Faye-Lund1-7/+9