mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
trace: whitespace, comment clean-ups
This commit is contained in:
parent
7b836a7d25
commit
70135e915a
1 changed files with 2 additions and 6 deletions
|
|
@ -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 dumpped 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue