History log of /frameworks/native/opengl/tests/gl_basic/gl_basic.cpp
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
/frameworks/native/opengl/tests/gl_basic/gl_basic.cpp
870b8aa15cb5c722b5d8eb7726eaa5f1a7c23d69 25-Feb-2012 Mathias Agopian <mathias@google.com> remove libui dependency on libEGL

Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
/frameworks/native/opengl/tests/gl_basic/gl_basic.cpp
e81a3cb2bd16f0ce1e9c256559aaa2095a1f41f6 10-Jun-2010 Mathias Agopian <mathias@google.com> update EGL headers to the latest

note that this doesn't update the EGL stubs.

Change-Id: I00274431a490249d93eb6b5ba13f274b7f2682ae
/frameworks/native/opengl/tests/gl_basic/gl_basic.cpp
909486a7cbb89b7163e221d1c7b93e1dba0ee5c7 24-Dec-2009 Jack Palevich <jackpal@google.com> Print OpenGL version and extension information.

Something happened to the line endings, adding
a blank line after most lines of text. I
repaired the damage, but in the process some
blank lines have been added / removed.
/frameworks/native/opengl/tests/gl_basic/gl_basic.cpp
f38bce2387deb10f5685f4a393138b12eec85623 30-Sep-2009 Jack Palevich <jackpal@google.com> Add a simple test of OpenGL ES 1.x.
/frameworks/native/opengl/tests/gl_basic/gl_basic.cpp