CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 03:35:15 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-robots-tag: none
etag: W/"015bb608cd7982f862f7ec630d74b98a"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=A0O8yeVUBZDwOKOfsb1DIgeE%2BN2wCPOO7NQicggZvnVoMsVuEawIpmh%2F7InBLBit7hg%2FmSlogk4UEX%2Bk7t%2BJr%2B%2B5tiPppPz02Fi%2FogeIq4Cak7GqH2nV1CTf2lf5Ip5JoczsQ580sccxoBpzb9g8DtRqOW83cO7V%2FfYDjc3YAao1PbDSYJjUZUlGNst%2BXt5qnNWtyArGGwEZhUDnU5rWd3ERiN7q1xrxscVvvfcI5dq7dCzkXThf%2FkbSsAWFrebfktaAUVXT5GXVldXNcV8H8g%3D%3D--qfydWF3X5nyL%2B7sj--8Q51fXqL75CmbPsJQftb9w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1872092060.1753932914; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 03:35:14 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 03:35:14 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A38C:1892F4:1D5056:2B121F:688AE472
Context Creation Cheat Sheet · cginternals/glbinding Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 95
Context Creation Cheat Sheet
Daniel Limberger edited this page Nov 4, 2016
·
11 revisions
When requesting an OpenGL context of a specific version, the created context does not always match that version but instead returns a context with "appropriate" capabilities. The mapping of requested and created version depends on various aspects, e.g., forward compatibility and core flags, context creation library, driver, graphics card, and operating system. To get some understanding of that mapping this Context Creation Cheat Sheet helps to gather the output of glbindings contexts example.
The data can be created by running glcontexts
tool with --markdown
:
glcontexts --markdown
For more information on the glcontexts
tool please refer to the tools overview.
GPU Driver | OpenGL Renderer | Operating System | R | c | f | cf | |
---|---|---|---|---|---|---|---|
NV 346.16 | GTX 680 | Ubuntu 14.10 | 1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
-.- -.- -.- -.- -.- -.- -.- -.- 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
NV 344.75, NV 344.65, NV 344.48, NV 343.22, NV 331.38 |
GTX 770, GTX 650 Ti, NVS 4200M, GTX 765M, GT 730M, GT 630, GT 630M |
Windows 8.1, Windows 8.1, Ubuntu 14.04, Ubuntu 14.10, Manjaro Linux 0.8.11 |
1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
4.4 4.4 4.4 4.4 4.4 4.4 4.4 4.4 4.4 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 4.3 4.4 -.- |
-.- -.- -.- -.- -.- -.- -.- -.- 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 4.3 4.4 -.- |
NV 304.125 | GT 630 | Ubuntu 14.10 | 1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
4.2 2.1 2.1 2.1 2.1 2.1 2.1 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- 3.0 3.1 3.2 3.3 4.0 4.1 4.2 -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 -.- -.- -.- |
Intel 10.18.3304 | HD 4000 | Windows 10.9860, Windows 8.1 |
1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 3.0 3.1 3.2 3.3 4.0 -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- 3.0 3.1 3.2 3.3 4.0 -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 -.- -.- -.- -.- -.- |
Intel 15.10. 2769 | HD 3000 | Windows 7 | 1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
3.1 3.1 3.1 3.1 3.1 3.1 3.1 3.1 3.0 3.1 -.- -.- -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- 3.0 3.1 -.- -.- -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- |
Mesa 10.5.0-dev | HD 3000, HD 4400 |
Ubuntu 14.04, Manjaro Linux 0.8.11 |
1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.3 3.3 3.3 -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.3 3.3 -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- 3.3 3.3 3.3 3.3 -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.3 3.3 -.- -.- -.- -.- -.- -.- |
Apple | Intel Iris, GT 750M |
OS X Yosemite 10.10.1 | 1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
2.1 2.1 2.1 2.1 2.1 2.1 2.1 2.1 -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 4.1 4.1 4.1 4.1 -.- -.- -.- -.- |
Intel Inc. | Intel HD 3000 | ? | 1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
2.1 2.1 2.1 2.1 2.1 2.1 2.1 2.1 -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.3 3.3 -.- -.- -.- -.- -.- -.- |
10.18.3960 | Intel HD 5000 | Windows 8.1 | 1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.3 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 4.3 -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 4.3 -.- -.- |
10.18.15.4285, 20.19.15.4331, AMD 14.11.2 |
Intel HD 5500 Intel HD Graphics 530, Radeon HD 8570M |
Windows 8.1, Windows 10, Windows 10.9860 |
1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
4.4 4.4 4.4 4.4 4.4 4.4 4.4 4.4 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 4.3 4.4 -.- |
-.- -.- -.- -.- -.- -.- -.- -.- 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 4.3 4.4 -.- |
NV 353.82 NV 355.82 NV 362.00 |
GeForce 940M GeForce GTX 980 GeForce GTX 960M |
Windows 8.1 Windows 10 Windows 10 |
1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
-.- -.- -.- -.- -.- -.- -.- -.- 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
Mesa 11.1.2 | Gallium 0.4 on AMD TAHITI (DRM 2.43.0, LLVM 3.7.1) | Arch Linux | 1.0 1.1 1.2 1.3 1.4 1.5 2.0 2.1 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3 4.4 4.5 |
3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.1 4.1 4.1 4.1 4.1 -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 4.1 4.1 4.1 4.1 -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- 4.1 4.1 4.1 4.1 4.1 4.1 -.- -.- -.- -.- |
-.- -.- -.- -.- -.- -.- -.- -.- -.- -.- 4.1 4.1 4.1 4.1 -.- -.- -.- -.- |
You can’t perform that action at this time.