docs: Move and rename "Development Notes"

Also, re-title things to make it clear that the current text is about
implementing OpenGL[ES] extensions.
This commit is contained in:
Faith Ekstrand 2026-05-06 10:28:37 -04:00
parent 9cb688af88
commit 1f4a1e35ce
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
Development Notes
=================
Developing Extensions
=====================
Adding Extensions
-----------------
Implementing OpenGL[ES] Extensions
----------------------------------
To add a new GL extension to Mesa you have to do at least the following.
@ -17,7 +17,7 @@ To add a new GL extension to Mesa you have to do at least the following.
/* prototype the new functions */
/* TYPEDEFS for the new functions */
#endif
- In the ``src/mesa/glapi/glapi/gen/`` directory, add the new extension
functions and enums to the ``gl_API.xml`` file. Then, a bunch of

View file

@ -105,9 +105,9 @@ Linux, FreeBSD, and other operating systems.
sourcetree
utilities
helpwanted
devinfo
codingstyle
submittingpatches
developing-extensions
rust
releasing
release-calendar