diff options
author | Timothy Arceri <[email protected]> | 2013-08-02 21:57:50 +1000 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-08-02 16:22:03 +0200 |
commit | 37f9e0e84f27b9fa2010888aa3081f0461209403 (patch) | |
tree | 084112ae59a3e23fa9897ff43239ac7c412f3f1a /docs/devinfo.html | |
parent | 957a2014f9f3f9d7c3e53642dafcdc529eb0a466 (diff) |
docs: Update some out of date sourcetree information
Reviewed-by: Andreas Boll <[email protected]>
Signed-off-by: Andreas Boll <[email protected]>
Diffstat (limited to 'docs/devinfo.html')
-rw-r--r-- | docs/devinfo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html index bf7725961ce..4c1099c5e32 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -36,7 +36,7 @@ To add a new GL extension to Mesa you have to do at least the following. </pre> </li> <li> - In the src/mesa/glapi/ directory, add the new extension functions and + In the src/mapi/glapi/gen/ directory, add the new extension functions and enums to the gl_API.xml file. Then, a bunch of source files must be regenerated by executing the corresponding Python scripts. |