OSDN Git Service

Merge "Refactor SF. Move all GL operations in their own class."
authorMathias Agopian <mathias@google.com>
Mon, 8 Jul 2013 22:50:01 +0000 (22:50 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Mon, 8 Jul 2013 22:50:01 +0000 (22:50 +0000)
1  2 
services/surfaceflinger/SurfaceFlinger.cpp
services/surfaceflinger/SurfaceFlinger.h

  #include "DisplayHardware/HWComposer.h"
  #include "DisplayHardware/VirtualDisplaySurface.h"
  
+ #include "RenderEngine/RenderEngine.h"
  #define DISPLAY_COUNT       1
  
 +/*
 + * DEBUG_SCREENSHOTS: set to true to check that screenshots are not all
 + * black pixels.
 + */
 +#define DEBUG_SCREENSHOTS   false
 +
  EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
  
  namespace android {