summaryrefslogtreecommitdiff
path: root/src/gallium/README.portability
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/README.portability')
-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 c70ca774da..ab0c197847 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.