• Home
  • History
  • Annotate
  • only in /frameworks/native/opengl/tests/swapinterval/
History log of /frameworks/native/opengl/tests/swapinterval/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6ef57d7b368ebbac5f2b27c36a9032fee1cda8b1 06-Mar-2014 Andy McFadden <fadden@android.com> Restore old OpenGL tests

These tests call android_createDisplaySurface() to get a
FramebufferNativeWindow that is passed to EGL. This relies on the
existence of the framebuffer HAL, which is not supported on many
recent devices.

This change adds a new "window surface" object that the tests
can use to get a window from SurfaceFlinger instead. All tests
except for the HWC tests now appear to do things.

The HWC tests don't do anything useful, but they no longer depend
on the android_createDisplaySurface() function.

Bug 13323813

Change-Id: I2cbfbacb3452fb658c29e945b0c7ae7c94c1a4ba
ndroid.mk
wapinterval.cpp
622cfadc8f0d294f875151fe1d8985e0553795ea 05-Mar-2012 Mathias Agopian <mathias@google.com> fixup include paths

- remove unneeded include deps
- remove some hardcoded include paths

Change-Id: Ifae0e2b2d738e0f94f8525c45be78f4227ce1673
ndroid.mk
870b8aa15cb5c722b5d8eb7726eaa5f1a7c23d69 25-Feb-2012 Mathias Agopian <mathias@google.com> remove libui dependency on libEGL

Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
ndroid.mk
wapinterval.cpp
7dddeac97122170f71151dfdd7934c4d207c679b 15-Aug-2011 Mathias Agopian <mathias@google.com> fix test-opengl-swapinterval

EGLConfig selection should now work on any device

Change-Id: I4d4580e891d1faf817fa853838406fb49d12e50a
wapinterval.cpp
4633c49daa780de58d406e37dae53de78fbcfb2d 05-Oct-2009 Doug Kwan <dougkwan@google.com> Add back missing shared libraries used in executables in link commands. These
executables have calls to some shared libraries without explicitly linking
them. Currently it works as linker links these libraries via dependencies of
other libraries. This is fragile and not the right thing to do.
ndroid.mk
1d3bcd6e217e7ef177287d06f6fdf6149f453830 11-Aug-2009 Mathias Agopian <mathias@google.com> workaround a bug in the SGX driver that would prevent eglGetConfig to work properly
wapinterval.cpp
0928e31cc7a9ec7367a68796fcaa9c52959216a5 08-Aug-2009 Mathias Agopian <mathias@google.com> minor code clean-up
wapinterval.cpp
6cf50a770dabd13cf5b72bb0a6fb9dd002c88db6 07-Aug-2009 Mathias Agopian <mathias@google.com> added two EGL helpers for selecting a config matching a certain pixelformat or native window type
wapinterval.cpp
1c3561e8d862d8fd27f8e843a18f251b9d9500b4 06-Aug-2009 Mathias Agopian <mathias@google.com> added a gl swapinterval test
ndroid.mk
wapinterval.cpp