| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
For build-system CFLAGS clean-up, fix unused variables.
Change-Id: I1863418f7467412d7698dd0ce0c8e40d1bd0348e
|
|\
| |
| |
| |
| | |
* commit 'd12586b8593cf0cb894d02104a9794ed9dd85d16':
Move hwc tests to libc++.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since these tests were pulling in a static library linked against
stlport, the tests needed to be explicit about which STL they're
using. Might as well be libc++.
Bug: 15193147
Change-Id: I4e0fc4ea10f7982dd04e7baaf57139dd5d55543e
|
|\ \
| |/
| |
| |
| | |
* commit 'e1e3d278549eb6389eb0b5fa3f13a4ac079a55a2':
Clean cruft out of makefiles.
|
| |
| |
| |
| |
| |
| |
| | |
Cleans up manual uses of stlport and bionic (and removes uses of private
bionic headers).
Change-Id: I157309d702e59152adfa3450939082248ae4c043
|
|\ \
| |/
| |
| |
| | |
* commit '0cea0a22109ace7e3dfbb4913a1469f3f8480f6e':
Don't set LOCAL_MODULE_PATH for native tests.
|
| |
| |
| |
| |
| |
| | |
The build system will set it up automatically.
Change-Id: Id5ed9eff88dab2349c3b357ee09f7da9479d7d2d
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* cast 1u to size_t in max() argument lists
Change-Id: I02f711c89e96e4cfc348f1c7bac455339bec2fa1
|
|
|
|
| |
Change-Id: I39409103144c1ba09078c4ddc323a58987fb09ea
|
|
|
|
|
| |
Bug: 8580410
Change-Id: I2ca4fa00dde0b574df3619134836bcb9315bd506
|
|
|
|
| |
Change-Id: Ifb186d2f157ad02f593bf9b681aab53575f183ce
|
|
|
|
| |
Change-Id: I07efff54f2980dcb013935747b03e099b8f1181b
|
|
|
|
|
|
| |
This reverts commit bddd724b178b1263c16e41b564165fcd0e93ff83
Change-Id: Ib7db20b5b3de4779b6e173473a33976ae398abd4
|
|
|
|
| |
Change-Id: I5efea78ac381c3e3118e6e92b508f336233ac319
|
|
|
|
|
|
|
|
| |
The acquire and release fences aren't yet used; this is just support
for the new version and temporary backwards compatibility for older
versions.
Change-Id: Ia5ccc05a97c86f649042b9a35e11042fa0187e84
|
|
|
|
|
|
|
| |
- remove unneeded include deps
- remove some hardcoded include paths
Change-Id: Ifae0e2b2d738e0f94f8525c45be78f4227ce1673
|
|
|
|
| |
Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
|
|
|
|
|
| |
Change-Id: I54dd62ebef47e7690afa5a858f3cad941b135481
Signed-off-by: Iliyan Malchev <malchev@google.com>
|
|
|
|
| |
Change-Id: If345641bd009cfd131b1a8e74cd4a9e8e4a7dfc7
|
|
|
|
| |
Change-Id: I2f4a02924149f3964de31fb6250f4c21a64d96aa
|
|
|
|
| |
Change-Id: If51727a041e20afa307e5d1735b77da5a54a712b
|
|
|
|
| |
Change-Id: Ie997d13559c0e4e9dc3babfe92ca1acacef2a549
|
|
|
|
| |
Change-Id: Iabf46fc5d75891f917e06a257470a0e3f2bd3c95
|
|
|
|
| |
Change-Id: I95f9f5c6edffff8c737c4a6996f97e69bccc0448
|
|
|
|
|
|
|
|
|
| |
+ YV12 width/height divisable by 2
+ Row width determined by getStride()
+ Misc comment and whitespace fixes
+ printf changed to testPrintI
Change-Id: I27551141bafbfb258eb1b6b7f63c5295b1f9501a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enhancements include:
+ Change default delay after each set operation
from 0.1 to 0.0 seconds. This significantly
increases the default rate at which operations
are performed.
+ Make sourceCrop to displayFrame scale
factor of 1.0 a frequent occurance.
+ Enable use of RGB888 and YV12 graphic formats.
+ Add initCheck() call after creation of a
GraphicBuffer, to confirm it was created
without any errors.
Change-Id: I1606dff3924a23bdd5cb27ba302bebb4f200d768
|
|
Change-Id: Ief08b22dacd052483f10754b3ab61aa09ca28b17
|