1. 18 Mar, 2015 1 commit
    • Dan Stoza's avatar
      libgui: Enable -Weverything and -Werror · 3be1c6b6
      Dan Stoza authored
      Enables -Weverything and -Werror, with just a few exceptions for
      warnings we can't (or shouldn't need to) work around.
      
      Cherry pick of I034abec27bf4020d84af60d7acc1939c59986dd6 plus a
      couple of minor changes to CpuConsumer.cpp to make it work with a
      prior change:
          Uncomment CC_LOGV on line 46
          Change C-style cast to static_cast on line 71
      
      Change-Id: Iaec610477ea0122317b0578fb74caf2383d4cf08
      3be1c6b6
  2. 15 Mar, 2015 1 commit
  3. 10 Mar, 2015 1 commit
  4. 09 Mar, 2015 5 commits
  5. 05 Mar, 2015 3 commits
  6. 26 Feb, 2015 7 commits
  7. 25 Feb, 2015 3 commits
  8. 23 Feb, 2015 4 commits
    • Dan Albert's avatar
      Fix pointer-to-int and int-to-pointer warnings. · ad0f52fc
      Dan Albert authored
      Change-Id: If534cbcf2c3e644270572cbf829ba9b5acab29e6
      ad0f52fc
    • Mark Salyzyn's avatar
      am d80268ba: Merge "vsync.cpp test is throwing error whe compiled" · a455ec21
      Mark Salyzyn authored
      * commit 'd80268ba':
        vsync.cpp test is throwing error whe compiled
      a455ec21
    • Mark Salyzyn's avatar
      d80268ba
    • Nanik Tolaram's avatar
      vsync.cpp test is throwing error whe compiled · 5b06dc00
      Nanik Tolaram authored
      
      frameworks/native/services/surfaceflinger/tests/vsync/vsync.cpp:55:44: error: 'ALOOPER_EVENT_INPUT' was not declared in this scope
           loop->addFd(myDisplayEvent.getFd(), 0, ALOOPER_EVENT_INPUT, receiver,
                                                  ^
      frameworks/native/services/surfaceflinger/tests/vsync/vsync.cpp:64:18: error: 'ALOOPER_POLL_WAKE' was not declared in this scope
                   case ALOOPER_POLL_WAKE:
                        ^
      frameworks/native/services/surfaceflinger/tests/vsync/vsync.cpp:67:18: error: 'ALOOPER_POLL_CALLBACK' was not declared in this scope
                   case ALOOPER_POLL_CALLBACK:
                        ^
      frameworks/native/services/surfaceflinger/tests/vsync/vsync.cpp:70:18: error: 'ALOOPER_POLL_TIMEOUT' was not declared in this scope
                   case ALOOPER_POLL_TIMEOUT:
                        ^
      frameworks/native/services/surfaceflinger/tests/vsync/vsync.cpp:73:18: error: 'ALOOPER_POLL_ERROR' was not declared in this scope
                   case ALOOPER_POLL_ERROR:
                        ^
      
      it is missing one header file
      
      Change-Id: Ie2fb02523a866b13a99edf837f072d101cacb466
      Signed-off-by: default avatarNanik Tolaram <nanikjava@gmail.com>
      5b06dc00
  9. 20 Feb, 2015 3 commits
  10. 19 Feb, 2015 1 commit
  11. 18 Feb, 2015 1 commit
  12. 17 Feb, 2015 1 commit
  13. 16 Feb, 2015 1 commit
  14. 13 Feb, 2015 1 commit
    • Nanik Tolaram's avatar
      Error compiling waitforvsync.cpp · ee970174
      Nanik Tolaram authored
      
      The waitforvsync.cpp throws error when compiling. Following is the error log
      
      target thumb C++: test-waitforvsync <= frameworks/native/services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp
      frameworks/native/services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp: In function 'int main(int, char**)':
      frameworks/native/services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp:43:17: error: 'close' was not declared in this scope
               close(fd);
                       ^
      ....
      ....
      
      make: *** [out/target/product/grouper/obj/EXECUTABLES/test-waitforvsync_intermediates/waitforvsync.o] Error 1
      
      the file is missing #include <unistd.h>
      
      Change-Id: I57728dbde65641cd3138625f9a590f9db8648158
      Signed-off-by: default avatarNanik Tolaram <nanikjava@gmail.com>
      ee970174
  15. 12 Feb, 2015 1 commit
    • Alistair Strachan's avatar
      egl: Remove old tuna BGRA vs RGBA workaround. · 733a8075
      Alistair Strachan authored
      Some time before kitkat, a workaround was put in place to keep tuna
      working with obsolete PowerVR GPU drivers. The tuna product was dropped
      in AOSP for kitkat, but the workaround remained.
      
      There are still a number of devices shipping with OMAP4 processors, and
      this workaround continues to be applied on those products even when it
      is not required. The effect is that virtual display CTS will fail on
      those devices.
      733a8075
  16. 11 Feb, 2015 4 commits
  17. 10 Feb, 2015 2 commits