summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Merge "Minor fix in SurfaceTexture"Pannag Sanketi2011-06-301-3/+8
|\
| * Minor fix in SurfaceTexturePannag Sanketi2011-06-301-3/+8
* | Merge "SF transactions are now O(1) wrt IPC instead of O(N)."Mathias Agopian2011-06-296-357/+315
|\ \
| * | SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-296-357/+315
* | | Merge "Add a linear transform library to libutils"Jason Simmons2011-06-292-0/+263
|\ \ \ | |/ / |/| |
| * | Add a linear transform library to libutilsJason Simmons2011-06-282-0/+263
* | | Merge "Improve input event consistency invariants."Jeff Brown2011-06-281-1/+2
|\ \ \
| * | | Improve input event consistency invariants.Jeff Brown2011-06-281-1/+2
* | | | Merge "SurfaceTexture: add a CPU -> GL sync test."Jamie Gennis2011-06-281-0/+176
|\ \ \ \
| * | | | SurfaceTexture: add a CPU -> GL sync test.Jamie Gennis2011-06-281-0/+176
* | | | | Merge "Fix parameter order evaluation issue."Romain Guy2011-06-281-4/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix parameter order evaluation issue.Romain Guy2011-06-281-4/+13
* | | | | Merge changes I9fb59763,I8b2c6e00Jamie Gennis2011-06-281-25/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SurfaceTexture: consume buffers after err checksJamie Gennis2011-06-271-14/+9
| * | | | SurfaceTexture: change onFrameAvailable behaviorJamie Gennis2011-06-271-11/+11
| |/ / /
* | | | Remove native EventRecurrence parserAndy McFadden2011-06-282-485/+0
| |/ / |/| |
* | | PermissionCache caches permission checksMathias Agopian2011-06-273-89/+114
* | | MemoryHeapBase: Save and binderize the offsetAnu Sundararajan2011-06-272-26/+42
|/ /
* | Add framework support for camcorder zoom.Wu-cheng Li2011-06-274-2/+242
|/
* Merge "Don't set texture parameters on every frame."Romain Guy2011-06-241-33/+39
|\
| * Don't set texture parameters on every frame.Romain Guy2011-06-241-33/+39
* | Merge "Properly tear down TextureView"Romain Guy2011-06-241-0/+1
|\ \ | |/
| * Properly tear down TextureViewRomain Guy2011-06-241-0/+1
* | Merge "Fix settings restore"Christopher Tate2011-06-241-1/+2
|\ \ | |/ |/|
| * Fix settings restoreChristopher Tate2011-06-241-1/+2
* | Code cleanupRomain Guy2011-06-241-1/+1
* | Add allowSynchronousMode to SurfaceTexture constructor.Grace Kloba2011-06-231-2/+6
* | Merge "Move divsi3, modsi3, udivsi3, umodsi3 to libbcc."Stephen Hines2011-06-231-4/+0
|\ \
| * | Move divsi3, modsi3, udivsi3, umodsi3 to libbcc.Stephen Hines2011-06-231-4/+0
* | | Merge "Remove verbose logging, update test app and docs."Stephen Hines2011-06-231-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Remove verbose logging, update test app and docs.Stephen Hines2011-06-231-2/+2
* | Merge "Add method to create a ParcelSurfaceTexture from android.view.Surface."tedbo2011-06-231-0/+4
|\ \
| * | Add method to create a ParcelSurfaceTexture from android.view.Surface.tedbo2011-06-221-0/+4
| |/
* | Add the ability to specify the opacity of a TextureViewRomain Guy2011-06-223-6/+7
* | Fix another memory leak in OpenGLRendererRomain Guy2011-06-224-34/+40
* | Fix memory leak in OpenGLRenderer.Romain Guy2011-06-221-1/+3
|/
* Merge "First cut of atomics for renderscript."Jason Sams2011-06-212-0/+325
|\
| * First cut of atomics for renderscript.Jason Sams2011-06-212-0/+325
* | Merge "SurfaceTexture: make tests use a large framebuffer."Jamie Gennis2011-06-211-19/+25
|\ \ | |/ |/|
| * SurfaceTexture: make tests use a large framebuffer.Jamie Gennis2011-06-201-19/+25
* | Merge "First cut at RSTextureView."Jason Sams2011-06-202-0/+6
|\ \ | |/ |/|
| * First cut at RSTextureView.Jason Sams2011-06-202-0/+6
* | Merge "SurfaceTexture: fix a NULL ptr dereference."Jamie Gennis2011-06-201-9/+36
|\ \ | |/ |/|
| * SurfaceTexture: fix a NULL ptr dereference.Jamie Gennis2011-06-201-9/+36
* | Merge "Add error checking to LayerRenderer::copyLayer"Romain Guy2011-06-173-19/+40
|\ \
| * | Add error checking to LayerRenderer::copyLayerRomain Guy2011-06-173-19/+40
* | | Merge "Fix rendering issue with paths when the stroke width is 0"Romain Guy2011-06-171-5/+6
|\ \ \ | |/ /
| * | Fix rendering issue with paths when the stroke width is 0Romain Guy2011-06-171-5/+6
* | | Merge "SurfaceTexture: enable a test that now passes."Jamie Gennis2011-06-171-1/+1
|\ \ \
| * | | SurfaceTexture: enable a test that now passes.Jamie Gennis2011-06-151-1/+1