summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix error trap in SurfaceTexture ClientSteve Critchlow2012-07-101-6/+10
* Fix shutdown sequence to avoid SIGSEGV when running am commandJohannes Carlsson2012-06-251-2/+9
* Aligning native Parcel implementation to Java.Magnus Strandberg2012-06-081-1/+2
* Merge "Support looper callbacks based on smart pointers." into jb-devJeff Brown2012-05-311-12/+36
|\
| * Support looper callbacks based on smart pointers.Jeff Brown2012-05-311-12/+36
* | Merge "Delete unused poll() code." into jb-devJeff Brown2012-05-311-139/+0
|\ \ | |/
| * Delete unused poll() code.Jeff Brown2012-05-301-139/+0
* | Merge "Remove unused statistics code." into jb-devJeff Brown2012-05-311-68/+0
|\ \ | |/
| * Remove unused statistics code.Jeff Brown2012-05-301-68/+0
* | add the ability to reject buffers in SurfaceTexture::updateTexImageMathias Agopian2012-05-231-0/+14
|/
* Enable SurfaceTexture fence sync for the emulatorJesse Hall2012-05-221-0/+4
* make sure BufferQueue releases newly acquired buffers on failuresMathias Agopian2012-05-181-24/+28
* Remove misleading and wrong ALOGWMathias Agopian2012-05-181-2/+0
* Merge "fix a corruption in Vector<> when adding new items" into jb-devMathias Agopian2012-05-173-1/+77
|\
| * fix a corruption in Vector<> when adding new itemsMathias Agopian2012-05-173-1/+77
* | Recreate EGLImage for previously used slotsJesse Hall2012-05-172-3/+33
|/
* Merge changes I32fbc2b6,Ifd0ed05b into jb-devJamie Gennis2012-05-153-95/+4
|\
| * libgui: remove setPostTransformCropJamie Gennis2012-05-143-95/+4
* | Fix log spam about CPU frequency on one deviceGlenn Kasten2012-05-141-19/+22
|/
* SurfaceFlinger: add a crop to the layer stateJamie Gennis2012-05-113-1/+24
* Merge "Workaround for add_tid_to_cgroup failed to write" into jb-devGlenn Kasten2012-05-101-1/+3
|\
| * Workaround for add_tid_to_cgroup failed to writeGlenn Kasten2012-05-101-1/+3
* | libgui: improve some logging and dumpingJamie Gennis2012-05-102-8/+22
|/
* Add callback hack to find out when to reload system properties.Dianne Hackborn2012-05-093-5/+84
* Merge "SurfaceTexture: improve texture matrix computation" into jb-devJamie Gennis2012-05-091-32/+52
|\
| * SurfaceTexture: improve texture matrix computationJamie Gennis2012-05-081-32/+52
* | Merge "libgui: Add support for post-xform crops." into jb-devJamie Gennis2012-05-095-76/+141
|\ \ | |/
| * libgui: Add support for post-xform crops.Jamie Gennis2012-05-085-76/+141
* | Merge "libui: add the Rect::transform method" into jb-devJamie Gennis2012-05-091-0/+21
|\ \ | |/
| * libui: add the Rect::transform methodJamie Gennis2012-05-071-0/+21
* | Change name of system property for traces.Dianne Hackborn2012-05-081-1/+1
* | return errors properly in BitTube and SensorEventQueueMathias Agopian2012-05-072-6/+11
|/
* set a Sensor's version properlyMathias Agopian2012-05-041-1/+4
* SurfaceTexture: fix a memory leakJamie Gennis2012-05-021-19/+13
* PixelFormat.UNKNOWN should return an error when queriedMathias Agopian2012-04-241-1/+1
* libgui: Add plumbing for active rectangleJamie Gennis2012-04-244-109/+119
* SurfaceTexture: detachFromContext fixedDaniel Lam2012-04-241-1/+1
* add a way to query whether an ANativeWindow consumer is running ahead of the ...Mathias Agopian2012-04-232-13/+40
* update the binder protocol for connect to match that of queueBufferMathias Agopian2012-04-233-18/+11
* remove SurfaceTexture::connect()Mathias Agopian2012-04-231-7/+0
* Scheduling group cleanupGlenn Kasten2012-04-192-63/+6
* Merge "add set thread count"Mathias Agopian2012-04-181-0/+9
|\
| * add set thread countMathias Agopian2012-04-181-0/+9
* | Fix BufferQueue verbose logEino-Ville Talvala2012-04-181-2/+6
* | Remove fixed USAGE_HW_TEXTURE flag from BufferQueue.Eino-Ville Talvala2012-04-182-1/+2
|/
* Merge "Support tokenizing arbitrary content."Jeff Brown2012-04-171-4/+16
|\
| * Support tokenizing arbitrary content.Jeff Brown2012-04-171-4/+16
* | SurfaceTexture: fix a memory leakJamie Gennis2012-04-171-6/+17
* | Merge changes Id79430f9,I541d3046Jamie Gennis2012-04-173-28/+19
|\ \
| * | BufferQueue: check before tracing buffer indexJamie Gennis2012-04-161-3/+6