Mesa (master): docs: Add note about updating tests to dev info

Timothy Arceri tarceri at kemper.freedesktop.org
Thu Apr 3 19:48:38 UTC 2014


Module: Mesa
Branch: master
Commit: ffa39ab067ae360ceffdf8f1eb6d84f0ebdf6c94
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffa39ab067ae360ceffdf8f1eb6d84f0ebdf6c94

Author: Timothy Arceri <t_arceri at yahoo.com.au>
Date:   Wed Apr  2 17:35:17 2014 +1100

docs: Add note about updating tests to dev info

Signed-off-by: Timothy Arceri <t_arceri at yahoo.com.au>

---

 docs/devinfo.html |    5 +++++
 1 file changed, 5 insertions(+)

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>
 
 




More information about the mesa-commit mailing list