summaryrefslogtreecommitdiff
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* 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-031-2/+2
* eglinfo: start including glinfo_commonHoe Hao Cheng2023-03-031-3/+1
* es2gears: do not define _GNU_SOURCEErik Faye-Lund2023-03-031-2/+0
* es2gears: remove arithmetics on a null pointerHoe Hao Cheng2023-02-201-1/+1
* eglut_wayland: fix clang warnings on missing field initializersHoe Hao Cheng2023-02-201-4/+4
* 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
* meson/wayland: depend on epoll-shim after d63c15f7bd57/5aaa7faeb4deJan Beich2023-02-171-1/+1
* egl: install opengl-demosErik Faye-Lund2023-02-081-8/+16
* eglut_wayland: use libdecor for top-level decorationHoe Hao Cheng2023-02-082-77/+92
* egl: add missing license textsErik Faye-Lund2023-02-076-9/+120
* 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-022-0/+802
* meson: add missing license-headersErik Faye-Lund2023-02-014-0/+80
* egl: correct typo in copyright statementErik Faye-Lund2023-02-015-5/+5
* 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
* eglinfo: add command line optionsHoe Hao Cheng2023-01-301-1/+142
* eglinfo: refactor the platform display if-ladderHoe Hao Cheng2023-01-301-27/+58
* eglinfo: use the glad libraryHoe Hao Cheng2023-01-302-31/+33
* es2_info: turn it into a proper .c fileHoe Hao Cheng2023-01-301-1/+1
* util: rename mat4_frustum to mat4_frustum_glErik Faye-Lund2023-01-301-1/+1
* eglut_wayland: terminate mainloop on display-closeErik Faye-Lund2023-01-271-1/+2
* egl,util: factor out matrix-code from es2gears to utilErik Faye-Lund2023-01-272-177/+14
* xeglgears: Fix window resizeVille Syrjälä2022-12-151-1/+1
* xeglgears: Setup initial viewport size correctlyVille Syrjälä2022-12-151-8/+8
* xeglgears: Don't use override redirectVille Syrjälä2022-12-151-2/+1
* xeglgears: Use NET_WM_STATE_FULLSCREENVille Syrjälä2022-12-151-0/+19
* eglinfo: add dep_gl to meson.buildHoe Hao Cheng2022-09-271-1/+1
* eglinfo: print OpenGL[ES] extensionsHoe Hao Cheng2022-08-251-3/+216
* eglinfo: hook up glinfo_common.hHoe Hao Cheng2022-08-252-0/+2
* eglinfo: fix whitespaceHoe Hao Cheng2022-08-251-4/+4
* remove cmake and autotools supportErik Faye-Lund2022-08-0113-558/+0
* meson: Add missing build dependencies on gluBen Brown2022-06-081-6/+6
* autotools: distribute meson build-filesErik Faye-Lund2022-05-305-0/+15
* meson: fix separate build of x11 and wayland egl demosErik Faye-Lund2022-05-182-25/+25
* eglut_wayland: do not use frame-listenerErik Faye-Lund2022-05-181-23/+3