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>
This commit is contained in:
Nanley Chery 2016-06-03 10:58:05 -07:00
parent 26b0f023d7
commit 9e7de50cab

View File

@ -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,