{"id":22645756,"url":"https://github.com/voldien/glinfo","last_synced_at":"2026-02-13T15:40:12.849Z","repository":{"id":92126153,"uuid":"96893635","full_name":"voldien/glinfo","owner":"voldien","description":"OpenGL Capability Information Tool","archived":false,"fork":false,"pushed_at":"2025-10-17T15:50:35.000Z","size":89,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-18T18:15:46.055Z","etag":null,"topics":["capabilities","feature-extraction","glinfo","gpu-info","hardware-feature","linux","opengl","opengl-es"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voldien.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-11T13:03:04.000Z","updated_at":"2025-10-11T13:49:35.000Z","dependencies_parsed_at":"2025-03-02T17:19:48.411Z","dependency_job_id":"571183c6-4084-4078-9d4b-a43e69566659","html_url":"https://github.com/voldien/glinfo","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/voldien/glinfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldien%2Fglinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldien%2Fglinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldien%2Fglinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldien%2Fglinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voldien","download_url":"https://codeload.github.com/voldien/glinfo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voldien%2Fglinfo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29411202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["capabilities","feature-extraction","glinfo","gpu-info","hardware-feature","linux","opengl","opengl-es"],"created_at":"2024-12-09T06:07:11.771Z","updated_at":"2026-02-13T15:40:12.843Z","avatar_url":"https://github.com/voldien.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# glinfo\n\n[![glinfo](https://github.com/voldien/glinfo/actions/workflows/linux.yml/badge.svg)](https://github.com/voldien/glinfo/actions/workflows/linux.yml)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![GitHub release](https://img.shields.io/github/release/voldien/glinfo.svg)](https://github.com/voldien/glinfo/releases)\n\nThe *glinfo* is a program for displaying OpenGL capabilities information of the current system. \nThe program was influenced by both the *clinfo* and *vulkaninfo* program.\n\n## Installation\n\nThe program can be installed with the following commands.\n\n```bash\ngit submodule update --init --recursive\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n```\n\n## Dependencies\n\n### Linux\n\nIn order to compile the program, the following Debian packages has to be installed.\n\n```bash\napt-get install libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev libsdl2-dev libeigen3-dev libglew-dev libbz2-dev libzip-dev binutils-dev\n```\n\n## Example\n\nThe program can be easily executed. See the following section for an example of how the output data is formatted.\n\n```bash\n./glinfo\nRENDERER: NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2\nVENDOR: NVIDIA Corporation\nVERSION: 4.6.0 NVIDIA 525.60.11\nSHADING_LANGUAGE_VERSION: 4.60 NVIDIA\n\nGL_VERSION_1_1 : Not supported\n\nGL_VERSION_1_2\n\tGL_MAX_3D_TEXTURE_SIZE : 16384\n\tGL_MAX_ELEMENTS_INDICES : 1048576\n\tGL_MAX_ELEMENTS_VERTICES : 1048576\n\nGL_VERSION_1_3\n\tGL_MAX_CUBE_MAP_TEXTURE_SIZE : 32768\n\tGL_MAX_TEXTURE_UNITS : 4\n\nGL_VERSION_1_4\n\tGL_MAX_TEXTURE_LOD_BIAS : 15\n\nGL_VERSION_2_0\n\tGL_MAX_COMBINED_TEXTURE_IMAGE_UNITS : 192\n\tGL_MAX_DRAW_BUFFERS : 8\n\tGL_MAX_FRAGMENT_UNIFORM_COMPONENTS : 4096\n\tGL_MAX_TEXTURE_COORDS : 8\n\tGL_MAX_TEXTURE_IMAGE_UNITS : 32\n\tGL_MAX_VARYING_FLOATS : 124\n\tGL_MAX_VERTEX_ATTRIBS : 16\n\tGL_MAX_VERTEX_TEXTURE_IMAGE_UNITS : 32\n\tGL_MAX_VERTEX_UNIFORM_COMPONENTS : 4096\n\nGL_VERSION_3_0\n\tGL_MAX_ARRAY_TEXTURE_LAYERS : 2048\n\tGL_MAX_CLIP_DISTANCES : 8\n\tGL_MAX_CLIP_PLANES : 8\n\tGL_MAX_PROGRAM_TEXEL_OFFSET : 7\n\tGL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS : 128\n\tGL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS : 4\n\tGL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS : 4\n\tGL_MAX_VARYING_COMPONENTS : 124\n\tGL_MAX_VARYING_FLOATS : 124\n\tGL_MIN_PROGRAM_TEXEL_OFFSET : -8\n\tGL_NUM_EXTENSIONS : 400\n\nGL_VERSION_3_1\n\tGL_MAX_RECTANGLE_TEXTURE_SIZE : 32768\n....\n....\n```\n\n## License\n\nThis project is licensed under the GPL+3 License - see the [LICENSE](LICENSE) file for details\n\n## Misc Notes\n\n### Force NVIDIA Usage\n\nForce the system to try to use the NVIDIA GPU. This is very useful when using a system with multiple GPUs.\n\n```bash\n__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia program arguments\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoldien%2Fglinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoldien%2Fglinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoldien%2Fglinfo/lists"}