mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
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:
parent
9cb688af88
commit
1f4a1e35ce
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
@ -105,9 +105,9 @@ Linux, FreeBSD, and other operating systems.
|
|||
sourcetree
|
||||
utilities
|
||||
helpwanted
|
||||
devinfo
|
||||
codingstyle
|
||||
submittingpatches
|
||||
developing-extensions
|
||||
rust
|
||||
releasing
|
||||
release-calendar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue