summaryrefslogtreecommitdiff
path: root/include/surfaceflinger
diff options
context:
space:
mode:
author Andreas Huber <andih@google.com> 2010-08-16 08:49:37 -0700
committer Andreas Huber <andih@google.com> 2010-08-23 12:30:24 -0700
commit8b42e8a5d87dcdc8ea31368ab88de49b72ab5432 (patch)
tree3588f653d555579f5d4283323e6c694ca8f1556c /include/surfaceflinger
parent76c043ad0443befe0a0455eedf7520c440c2dc05 (diff)
Squashed commit of the following:
commit 35cc68814a9537c31fde146e171e7b0bbdfe211e Author: Andreas Huber <andih@google.com> Date: Mon Aug 16 08:48:42 2010 -0700 Only enable support for yuv to yuv conversion on passion, where it's available, use the slower yuv->rgb565 path everywhere else. commit d8ac5a8814103e60d11d2acf61997fc31a1dc58d Author: Andreas Huber <andih@google.com> Date: Fri Aug 13 13:56:44 2010 -0700 The software renderer takes over all rendering, converting from yuv to yuv if possible and rgb565 otherwise. commit 684972074b74318bdcb826ed9b5b0864d2d2e273 Author: Andreas Huber <andih@google.com> Date: Fri Aug 13 09:34:35 2010 -0700 A first shot at supporting the new rendering APIs. Change-Id: Iea9b32856da46950501f1a700f616b5feac710fd
Diffstat (limited to 'include/surfaceflinger')
-rw-r--r--include/surfaceflinger/Surface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/surfaceflinger/Surface.h b/include/surfaceflinger/Surface.h
index 294c867c37..28ab0fdeab 100644
--- a/include/surfaceflinger/Surface.h
+++ b/include/surfaceflinger/Surface.h
@@ -178,6 +178,7 @@ private:
// MediaPlayer needs access to ISurface for display
friend class MediaPlayer;
friend class IOMX;
+ friend class SoftwareRenderer;
// this is just to be able to write some unit tests
friend class Test;