From 090f90017338b5ab6526615df83c9c3b00291cca Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 7 Jan 2022 16:22:05 +1000 Subject: [PATCH] docs: update docs for new extension header. Acked-by: Pierre-Eric Pelloux-Prayer Part-of: --- docs/devinfo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devinfo.rst b/docs/devinfo.rst index 566eceb0444..4394a05f827 100644 --- a/docs/devinfo.rst +++ b/docs/devinfo.rst @@ -23,7 +23,7 @@ To add a new GL extension to Mesa you have to do at least the following. functions and enums to the ``gl_API.xml`` file. Then, a bunch of source files must be regenerated by executing the corresponding Python scripts. -- Add a new entry to the ``gl_extensions`` struct in ``mtypes.h`` if +- Add a new entry to the ``gl_extensions`` struct in ``consts_exts.h`` if the extension requires driver capabilities not already exposed by another extension. - Add a new entry to the ``src/mesa/main/extensions_table.h`` file.