summaryrefslogtreecommitdiffstats
path: root/libs/gui/tests
Commit message (Expand)AuthorAgeFilesLines
* Define, document, and test the behavior of very large SurfaceTexturesMathias Agopian2011-11-111-0/+32
* SurfaceTexture: add tests for buffer leaksJamie Gennis2011-10-191-1/+83
* Surface: fix a protected buffer testJamie Gennis2011-10-121-25/+2
* Merge "SurfaceTexture: fix a test deadlock"Jamie Gennis2011-09-051-2/+4
|\
| * SurfaceTexture: fix a test deadlockJamie Gennis2011-08-301-2/+4
* | Integreate surfacetexture test into our continuous test framework.Xia Wang2011-08-301-6/+4
|/
* Merge "SurfaceTexture: enable RGB external textures"Jamie Gennis2011-07-251-18/+14
|\
| * SurfaceTexture: enable RGB external texturesJamie Gennis2011-07-221-18/+14
* | SurfaceTexture: add the abandon method.Jamie Gennis2011-07-221-0/+77
* | SurfaceTexture: add a deadlock scenario testJamie Gennis2011-07-221-4/+70
|/
* clean-up. get rid ofunused code and members in Surface[Control].cppMathias Agopian2011-07-201-5/+0
* Merge "SurfaceTexture: add a multi-SurfaceTexture test"Jamie Gennis2011-07-181-0/+86
|\
| * SurfaceTexture: add a multi-SurfaceTexture testJamie Gennis2011-07-111-0/+86
* | Merge "SurfaceTexture: fix SurfaceTextureGLToGLTest"Jamie Gennis2011-07-151-5/+30
|\ \
| * | SurfaceTexture: fix SurfaceTextureGLToGLTestJamie Gennis2011-07-141-5/+30
| |/
* | Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
|/
* Merge "SurfaceTexture: enable newly passing tests."Jamie Gennis2011-07-071-8/+4
|\
| * SurfaceTexture: enable newly passing tests.Jamie Gennis2011-07-061-8/+4
* | fix ScreenshotsOfProtectedBuffersFailMathias Agopian2011-07-011-5/+17
|/
* SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-292-4/+4
* SurfaceTexture: add a CPU -> GL sync test.Jamie Gennis2011-06-281-0/+176
* SurfaceTexture: make tests use a large framebuffer.Jamie Gennis2011-06-201-19/+25
* SurfaceTexture: enable a test that now passes.Jamie Gennis2011-06-151-1/+1
* SurfaceTexture: enable a test that is now passing.Jamie Gennis2011-06-151-14/+10
* SurfaceTexture: increase the test's Surface layer.Jamie Gennis2011-06-141-1/+1
* SurfaceTexture: add some RGBA_8888 tests.Jamie Gennis2011-06-141-21/+228
* SurfaceTextureClient: minor test refactoring.Jamie Gennis2011-06-141-213/+179
* Merge "SurfaceTexture: add a format querying test."Jamie Gennis2011-06-141-0/+25
|\
| * SurfaceTexture: add a format querying test.Jamie Gennis2011-06-131-0/+25
* | Merge changes I9b8e1962,I7bb843caMathias Agopian2011-06-131-3/+3
|\ \
| * | Temporarily don't return the current buffer in synchronous modeMathias Agopian2011-06-131-3/+3
| |/
* | SurfaceTexture: disable a deadlocking test.Jamie Gennis2011-06-131-1/+2
* | SurfaceTexture: add a pixel tolerance to the tests.Jamie Gennis2011-06-131-5/+9
|/
* SurfaceTexture: add some GL->GL tests.Jamie Gennis2011-06-131-0/+268
* SurfaceTexture: add getTransformMatrix tests.Jamie Gennis2011-06-131-0/+108
* SurfaceTexture: disable a failing test.Jamie Gennis2011-05-251-1/+3
* SurfaceTexture: fix an error check in dequeueBuffer.Jamie Gennis2011-05-251-1/+8
* SurfaceTexture: clean up some comments, tests, etc.Jamie Gennis2011-05-251-1/+3
* Implement {Surface|SurfaceTextureClient}::setSwapInterval()Mathias Agopian2011-05-111-12/+5
* new tests for SurfaceTexture synchronous modeMathias Agopian2011-05-111-0/+263
* unify SurfaceTexture and SurfaceMathias Agopian2011-05-111-2/+2
* frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-033-13/+13
* libgui: enable tests in the 'tests' build.Jamie Gennis2011-04-261-3/+0
* EGL: Allow creating a SurfaceTexture EGLSurface.Jamie Gennis2011-04-251-3/+3
* libgui: Fix the tests so they build.Jamie Gennis2011-04-252-2/+2
* SurfaceTexture can now force the client to request a bufferMathias Agopian2011-04-011-0/+147
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-252-1/+142
* SurfaceTexture: disallow unsupported uses.Jamie Gennis2011-03-151-1/+44
* SurfaceTextureClient: Add ISurfaceTexture getter.Jamie Gennis2011-03-141-0/+5
* ANativeWindow: add query for the concrete type.Jamie Gennis2011-03-141-0/+8