summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNanley Chery <nanley.g.chery@intel.com>2016-06-03 10:58:05 -0700
committerNanley Chery <nanley.g.chery@intel.com>2016-06-07 11:16:23 -0700
commit9e7de50cab78d1144f49688506353c78e1349ae3 (patch)
tree89241586dfa57609e4a9d8f88173ecea63899f31 /docs
parent26b0f023d749e92800804f650fe065d5a32d4edd (diff)
downloadexternal_mesa3d-9e7de50cab78d1144f49688506353c78e1349ae3.zip
external_mesa3d-9e7de50cab78d1144f49688506353c78e1349ae3.tar.gz
external_mesa3d-9e7de50cab78d1144f49688506353c78e1349ae3.tar.bz2
docs/devinfo: Update bullet in stale extension guide
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/devinfo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html
index 70141ae..f5d23ab 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -686,7 +686,7 @@ To add a new GL extension to Mesa you have to do at least the following.
Add a new entry to the <code>gl_extensions</code> struct in mtypes.h
</li>
<li>
- Update the <code>extensions.c</code> file.
+ Add a new entry to the src/mesa/main/extensions_table.h file.
</li>
<li>
From this point, the best way to proceed is to find another extension,