summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-03-10 21:15:31 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-03-10 21:15:31 +0000
commit34497eabc803fd979c58824d4737cabde1fb47e5 (patch)
tree6181f06a9c71ca2d443e4a84a4d928aa36b1b507
parent01bd21eef8f572944c09771f44e3006e2991280e (diff)
Some notes about debugging
-rw-r--r--src/gallium/README.portability3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/README.portability b/src/gallium/README.portability
index c70ca774da0..ab0c1978476 100644
--- a/src/gallium/README.portability
+++ b/src/gallium/README.portability
@@ -39,5 +39,6 @@ portable way.
== Debugging ==
-TODO
+* Use the functions/macros in p_debug.h.
+* Don't include assert.h, call abort, printf, etc.