diff options
author | Timothy Arceri <t_arceri@yahoo.com.au> | 2014-04-02 17:35:17 +1100 |
---|---|---|
committer | Timothy Arceri <t_arceri@yahoo.com.au> | 2014-04-04 06:48:11 +1100 |
commit | ffa39ab067ae360ceffdf8f1eb6d84f0ebdf6c94 (patch) | |
tree | 3e9d4609fca13315c44c1cc951a70f5887be480a /docs/devinfo.html | |
parent | c6050ce7da7abff4fc7265f0a61a9b8621f1c061 (diff) | |
download | external_mesa3d-ffa39ab067ae360ceffdf8f1eb6d84f0ebdf6c94.zip external_mesa3d-ffa39ab067ae360ceffdf8f1eb6d84f0ebdf6c94.tar.gz external_mesa3d-ffa39ab067ae360ceffdf8f1eb6d84f0ebdf6c94.tar.bz2 |
docs: Add note about updating tests to dev info
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
Diffstat (limited to 'docs/devinfo.html')
-rw-r--r-- | docs/devinfo.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html index d4a6dfb..67c1f34 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -56,6 +56,11 @@ To add a new GL extension to Mesa you have to do at least the following. If the new extension adds new GL state, the functions in get.c, enable.c and attrib.c will most likely require new code. </li> +<li> + The dispatch tests check_table.cpp and dispatch_sanity.cpp + should be updated with details about the new extensions functions. These + tests are run using 'make check' +</li> </ul> |