projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6050ce
)
docs: Add note about updating tests to dev info
author
Timothy Arceri
<t_arceri@yahoo.com.au>
Wed, 2 Apr 2014 06:35:17 +0000
(17:35 +1100)
committer
Timothy Arceri
<t_arceri@yahoo.com.au>
Thu, 3 Apr 2014 19:48:11 +0000
(06:48 +1100)
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
docs/devinfo.html
patch
|
blob
|
history
diff --git
a/docs/devinfo.html
b/docs/devinfo.html
index d4a6dfb590d63998a039db0836b86b7b8c208f70..67c1f34bdae53967484a85b113280b599de8fb2f 100644
(file)
--- 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>