1f71742dfSmrg## Updating the registry XML 2f71742dfSmrg 3f71742dfSmrgIn order to update the registry XML files and retain the history you cannot 4f71742dfSmrgsimply download the files the [Khronos website](https://khronos.org/registry/OpenGL/index_gl.php) 5f71742dfSmrgand copy them into this directory. You should follow these steps, instead: 6f71742dfSmrg 7f71742dfSmrg 1. check out the `khronos-registry` branch 8f71742dfSmrg 2. download the XML files from the Khronos repository 9f71742dfSmrg 3. copy them under the `registry` directory 10f71742dfSmrg 4. check the result for consistency and commit it 11f71742dfSmrg 5. check out the `master` branch and merge the `khronos-registry` branch 12f71742dfSmrg into it with the appropriate commit message 13f71742dfSmrg 14