diff options
author | 2012-02-07 15:32:08 -0800 | |
---|---|---|
committer | 2012-02-07 15:32:08 -0800 | |
commit | 4c2e4c80ce519e09e5b00fd7533e64a834d70639 (patch) | |
tree | ce0180103a149102bd5bfa314be209d053b17d6e /libs/rs/rsContext.h | |
parent | d36ad9b1ff99675dd0eca6a3fda1f52353f451a4 (diff) |
Implement RS VSync on new vsync infrastructure.
Change-Id: I662159a086a56e28732dd64a3a3cb30f8d4b72b1
Replace lockless fifo from server to client with sockets.
Change-Id: I99a4ab4f18496c0fbac96ee7b8099797af4712ea
Diffstat (limited to 'libs/rs/rsContext.h')
-rw-r--r-- | libs/rs/rsContext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h index 61c29f952f5f..a844a20cfc6e 100644 --- a/libs/rs/rsContext.h +++ b/libs/rs/rsContext.h @@ -39,7 +39,6 @@ #include "rsFBOCache.h" #include "rsgApiStructs.h" -#include "rsLocklessFifo.h" // --------------------------------------------------------------------------- namespace android { |