summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vulkan: enable best-practices validationHEADmainErik Faye-Lund2023-04-171-1/+1
* vkgears: properly pick color-formatErik Faye-Lund2023-04-171-2/+17
* vkgears: do swapchain configuration up-frontErik Faye-Lund2023-04-171-21/+23
* vkgears: follow best-practicesErik Faye-Lund2023-04-171-1/+2
* meson: add more validationErik Faye-Lund2023-04-172-0/+8
* vkgears: recreate swapchain semaphore on resizeErik Faye-Lund2023-04-171-7/+9
* vkgears: add missing subpass-dependenciesErik Faye-Lund2023-04-171-2/+36
* vkgears: put barriers around vkCmdUpdateBufferErik Faye-Lund2023-04-171-0/+41
* egl: trigger redraw on keypress and window resizing on demosHoe Hao Cheng2023-04-043-0/+8
* eglut: remove remnants of the old WSI codeHoe Hao Cheng2023-04-044-841/+0
* egl/opengles2: migrate to eglut with unified WSIHoe Hao Cheng2023-04-041-7/+2
* egl/opengles1: migrate to eglut with unified WSIHoe Hao Cheng2023-04-041-5/+5
* egl/opengl: migrate to eglut with unified WSIHoe Hao Cheng2023-04-041-15/+4
* meson: hook up the unified-WSI eglutHoe Hao Cheng2023-04-041-0/+32
* eglut: support the new unified WSIHoe Hao Cheng2023-04-043-0/+38
* eglut/wsi: introduce X11 WSIHoe Hao Cheng2023-04-041-0/+265
* eglut/wsi: introduce Wayland WSIHoe Hao Cheng2023-04-041-0/+579
* 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
* meson: fix glx-detection without glvndErik Faye-Lund2023-03-271-4/+5
* vulkan/wsi: use unsigned instead of uintpsykose2023-03-231-7/+7
* bump version to 9.0.0 for releasemesa-demos-9.0.0Erik Faye-Lund2023-03-221-1/+1
* 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
* ci: enable mr-pipelinesErik Faye-Lund2023-03-141-0/+4
* 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
* meson: disable some msvc warnings for c++Erik Faye-Lund2023-03-131-0/+7
* meson: correct spellingErik Faye-Lund2023-03-131-1/+1
* 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