|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| README.md | D | 03-May-2024 | 598 | 14 | 10 |
| egl.xml | D | 03-May-2024 | 172.9 KiB | 3,283 | 3,137 |
| gl.xml | D | 03-May-2024 | 2.7 MiB | 51,430 | 50,567 |
| glx.xml | D | 03-May-2024 | 111.9 KiB | 2,203 | 2,110 |
| wgl.xml | D | 03-May-2024 | 102.5 KiB | 2,004 | 1,942 |
README.md
1## Updating the registry XML
2
3In order to update the registry XML files and retain the history you cannot
4simply download the files the [Khronos website](https://khronos.org/registry/OpenGL/index_gl.php)
5and copy them into this directory. You should follow these steps, instead:
6
7 1. check out the `khronos-registry` branch
8 2. download the XML files from the Khronos repository
9 3. copy them under the `registry` directory
10 4. check the result for consistency and commit it
11 5. check out the `master` branch and merge the `khronos-registry` branch
12 into it with the appropriate commit message
13
14