From 9e7de50cab78d1144f49688506353c78e1349ae3 Mon Sep 17 00:00:00 2001 From: Nanley Chery Date: Fri, 3 Jun 2016 10:58:05 -0700 Subject: [PATCH] docs/devinfo: Update bullet in stale extension guide Signed-off-by: Nanley Chery Reviewed-by: Ian Romanick --- docs/devinfo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devinfo.html b/docs/devinfo.html index 70141ae6922..f5d23ab6391 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 gl_extensions struct in mtypes.h
  • - Update the extensions.c file. + Add a new entry to the src/mesa/main/extensions_table.h file.
  • From this point, the best way to proceed is to find another extension, -- 2.30.2