projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b836a7
)
trace: whitespace, comment clean-ups
author
Brian Paul
<brianp@vmware.com>
Thu, 14 Feb 2013 23:22:00 +0000
(16:22 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 15 Feb 2013 16:25:15 +0000
(09:25 -0700)
src/gallium/drivers/trace/tr_screen.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/trace/tr_screen.h
b/src/gallium/drivers/trace/tr_screen.h
index b9e0b81b965b511077ab587c9e99de544b55ae0b..385015d63f649f412022b29bf794a0c89319d29f 100644
(file)
--- a/
src/gallium/drivers/trace/tr_screen.h
+++ b/
src/gallium/drivers/trace/tr_screen.h
@@
-41,7
+41,7
@@
extern "C" {
/**
* It often happens that new data is written directly to the user buffers
* without mapping/unmapping. This flag marks user buffers, so that their
- * contents can be dump
p
ed before being used by the pipe context.
+ * contents can be dumped before being used by the pipe context.
*/
#define TRACE_FLAG_USER_BUFFER (1 << 31)
@@
-54,14
+54,10
@@
struct trace_screen
};
-/*
- * tr_screen.c
- */
-
-
struct trace_screen *
trace_screen(struct pipe_screen *screen);
+
#ifdef __cplusplus
}
#endif