summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger_client/tests/Surface_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-141/+0
| | | | | | | | | | | | this is the first step in unifying surfacetexture and surface. for this reason the header files were not moved, as most of them will eventually go away. NOTE: currently we keep libsurfaceflinger_client.so as an empty library to workaround prebuilt binaries wrongly linking against it. Change-Id: I130f0de2428e8579033dc41394d093f4e1431a00
* ANativeWindow: add query for the concrete type.Jamie Gennis2011-03-141-0/+8
| | | | | | | | This change adds a query to the ANativeWindow interface for getting the concrete type of the ANativeWindow. Bug: 4086509 Change-Id: I64aa86d72fbca3b52a98e1fc35608737781a3178
* SurfaceFlinger: Respect the PROTECTED gralloc bit.Jamie Gennis2011-03-101-6/+59
| | | | | | | | | This change makes SurfaceFlinger treat layers for which the active buffer has the GRALLOC_USAGE_PROTECTED bit set as if they have the 'secure' flag set. Change-Id: Ic60b6513a63e4bb92ec6ce9fd12fd39b4ba5f674 Bug: 4081304
* ANativeWindow: add queues-to-window-composer check.Jamie Gennis2011-03-081-0/+80
This change adds a new 'method' to the ANativeWindow interface to check whether buffers queued to the window will be sent directly to the system window compositor. Change-Id: I4d4b199e328c110b68b250029aea650f03c8724d Bug: 3495535