docs/devinfo: Update bullet in stale extension guide
authorNanley Chery <nanley.g.chery@intel.com>
Fri, 3 Jun 2016 17:58:05 +0000 (10:58 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Tue, 7 Jun 2016 18:16:23 +0000 (11:16 -0700)
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
docs/devinfo.html

index 70141ae6922b0653c7d368eb7d5c5ab70e016409..f5d23ab639128626a7cadd8d4da22256db14bb81 100644 (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,