diff options
author | Alon Levy <alevy@redhat.com> | 2011-06-24 20:51:11 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-08-26 16:22:13 +0300 |
commit | 9f95af6c4997fc947e9dbdaa4efcbb999e9a48de (patch) | |
tree | 4f2b73f5fa56a69978e543e6647a4b30152d6679 /src | |
parent | f3badccdd2a71cb9d18649b3c17d240daa98431a (diff) |
g/d/remote: rename tr_ to remote_
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/remote/remote_comms.c | 2 | ||||
-rw-r--r-- | src/gallium/drivers/remote/remote_context.c (renamed from src/gallium/drivers/remote/tr_context.c) | 4 | ||||
-rw-r--r-- | src/gallium/drivers/remote/remote_context.h (renamed from src/gallium/drivers/remote/tr_context.h) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/remote/remote_screen.c (renamed from src/gallium/drivers/remote/tr_screen.c) | 2 | ||||
-rw-r--r-- | src/gallium/drivers/remote/remote_screen.h (renamed from src/gallium/drivers/remote/tr_screen.h) | 0 |
5 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/drivers/remote/remote_comms.c b/src/gallium/drivers/remote/remote_comms.c index bc50cf0374..9f8efb5c1c 100644 --- a/src/gallium/drivers/remote/remote_comms.c +++ b/src/gallium/drivers/remote/remote_comms.c @@ -10,7 +10,7 @@ #include "pipe/p_compiler.h" #include "winsys_bindings.h" -#include "tr_screen.h" +#include "remote_screen.h" #include "remote_messages.h" #include "remote_comms.h" #include "remote_debug.h" diff --git a/src/gallium/drivers/remote/tr_context.c b/src/gallium/drivers/remote/remote_context.c index 80d8f5afe3..765da14bc2 100644 --- a/src/gallium/drivers/remote/tr_context.c +++ b/src/gallium/drivers/remote/remote_context.c @@ -36,8 +36,8 @@ #include "pipe/p_format.h" #include "pipe/p_screen.h" -#include "tr_screen.h" -#include "tr_context.h" +#include "remote_screen.h" +#include "remote_context.h" #include "remote_comms.h" #include "remote_state.h" #include "remote_util.h" diff --git a/src/gallium/drivers/remote/tr_context.h b/src/gallium/drivers/remote/remote_context.h index 600d389586..600d389586 100644 --- a/src/gallium/drivers/remote/tr_context.h +++ b/src/gallium/drivers/remote/remote_context.h diff --git a/src/gallium/drivers/remote/tr_screen.c b/src/gallium/drivers/remote/remote_screen.c index dfa49ba4af..3bf5f4e130 100644 --- a/src/gallium/drivers/remote/tr_screen.c +++ b/src/gallium/drivers/remote/remote_screen.c @@ -48,7 +48,7 @@ #include "remote_comms.h" #include "remote_messages.h" #include "remote_debug.h" -#include "tr_screen.h" +#include "remote_screen.h" //#include "tr_winsys.h" /* A few of the objects dealt with here are refcounted. Of course, the remote side is refcounting too. Since functions diff --git a/src/gallium/drivers/remote/tr_screen.h b/src/gallium/drivers/remote/remote_screen.h index 704312ad5b..704312ad5b 100644 --- a/src/gallium/drivers/remote/tr_screen.h +++ b/src/gallium/drivers/remote/remote_screen.h |