summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add Graphics alloc tracking via memtrack" into klp-devAdam Lesinski2013-09-262-60/+82
|\
| * Add Graphics alloc tracking via memtrackAdam Lesinski2013-09-252-60/+82
* | Fix issue #10903002: com.facebook.katana keeps itself in A ServicesDianne Hackborn2013-09-251-5/+35
* | Fix Java API error where requesting another style for a provided family failsDerek Sollenberger2013-09-231-1/+7
|/
* Merge "Revert "Workaround for slow AudioRecord destructor"" into klp-devGlenn Kasten2013-09-201-23/+0
|\
| * Revert "Workaround for slow AudioRecord destructor"Glenn Kasten2013-09-201-23/+0
* | Merge "Move PdfDocument to android.graphics.pdf" into klp-devSvetoslav2013-09-203-18/+15
|\ \
| * | Move PdfDocument to android.graphics.pdfSvetoslav2013-09-193-18/+15
* | | Merge "Workaround for slow AudioRecord destructor" into klp-devGlenn Kasten2013-09-201-0/+23
|\ \ \ | | |/ | |/|
| * | Workaround for slow AudioRecord destructorGlenn Kasten2013-09-191-0/+23
* | | Merge "Skip writing zeroes to java allocated memory." into klp-devLeon Scroggins III2013-09-191-1/+9
|\ \ \
| * | | Skip writing zeroes to java allocated memory.Leon Scroggins III2013-09-191-1/+9
| | |/ | |/|
* | | TextureView/GLES20Canvas: Support synchronous GLConsumersEino-Ville Talvala2013-09-191-0/+17
| |/ |/|
* | Update SkTypeface::CreateFromName to handle NULL if familyName does not matchDerek Sollenberger2013-09-191-5/+7
|/
* Use a native buffer for decoding images.Leon Scroggins III2013-09-184-215/+36
* Merge "Do not allocate so much memory on the stack." into klp-devLeon Scroggins III2013-09-161-11/+20
|\
| * Do not allocate so much memory on the stack.Leon Scroggins III2013-09-121-11/+20
* | Implement #10749688: Improve low memory reportingDianne Hackborn2013-09-131-0/+83
|/
* Merge "Add HOTWORD as an AudioSource" into klp-devEric Laurent2013-09-121-2/+9
|\
| * Add HOTWORD as an AudioSourceEric Laurent2013-09-101-2/+9
* | Merge changes Ia6300c23,Idd2ae8ad into klp-devEino-Ville Talvala2013-09-121-1/+19
|\ \
| * | Camera2: Immutable metadataEino-Ville Talvala2013-09-111-1/+19
| |/
* | Merge "Remove dependency on JNIHelp header side effects." into klp-devRuben Brunk2013-09-127-0/+7
|\ \
| * | Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-107-0/+7
* | | Merge "Surface: Change OutOfResourcesException to be a runtime exception" int...Igor Murashkin2013-09-111-1/+1
|\ \ \
| * | | Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin2013-09-091-1/+1
| | |/ | |/|
* | | Merge "Avoid ref-ing AndroidPixelRefs that wrap others in globalRef/Unref" in...Chris Craik2013-09-111-2/+10
|\ \ \ | |/ / |/| |
| * | Avoid ref-ing AndroidPixelRefs that wrap others in globalRef/UnrefChris Craik2013-09-101-2/+10
* | | Merge "Create a pixelref wrapper for reused bitmaps" into klp-devChris Craik2013-09-093-7/+55
|\ \ \ | |/ /
| * | Create a pixelref wrapper for reused bitmapsChris Craik2013-09-093-7/+55
* | | Merge "Register jni objs in CreateJavaOutputStreamAdaptor" into klp-devLeon Scroggins III2013-09-092-66/+61
|\ \ \ | |_|/ |/| |
| * | Register jni objs in CreateJavaOutputStreamAdaptorLeon Scroggins III2013-09-062-66/+61
| |/
* | Implement issue #10550827: watching gpu memory for occam_svelteDianne Hackborn2013-09-061-21/+95
|/
* Merge "Java API for AudioTrack timestamps" into klp-devGlenn Kasten2013-09-041-0/+25
|\
| * Java API for AudioTrack timestampsGlenn Kasten2013-09-041-0/+25
* | Revert workaround for Skia bug now that Skia has been fixed.Derek Sollenberger2013-09-041-2/+0
|/
* Sensor batching. Implementation for registerListener(with batch support) and ...Aravind Akella2013-09-031-11/+41
* Merge "Change name back to CreateJavaInputStreamAdaptor." into klp-devLeon Scroggins III2013-09-034-20/+19
|\
| * Change name back to CreateJavaInputStreamAdaptor.Leon Scroggins III2013-09-034-20/+19
* | EGL10.eglCreateWindowSurface should set producerControlledByAppJesse Hall2013-08-301-2/+2
|/
* Merge "Replace stream wrap-function w/ more specific ones" into klp-devLeon Scroggins III2013-08-299-147/+376
|\
| * Replace stream wrap-function w/ more specific onesLeon Scroggins III2013-08-279-147/+376
* | Fix unpremul setting in BitmapRegionDecoder.Leon Scroggins III2013-08-261-1/+1
|/
* wifi-display: add certification optionsChong Zhang2013-08-231-3/+25
* Merge "Camera1: Rename setPreviewTexture to ...Target for clarity" into klp-devEino-Ville Talvala2013-08-221-2/+2
|\
| * Camera1: Rename setPreviewTexture to ...Target for clarityEino-Ville Talvala2013-08-211-2/+2
* | The VM handles blocking SIGPIPE.Elliott Hughes2013-08-211-15/+0
* | Merge "Launch VM with -XX:LowMemoryMode if ro.config.low_ram is "true"." into...Mathieu Chartier2013-08-211-0/+6
|\ \ | |/ |/|
| * Launch VM with -XX:LowMemoryMode if ro.config.low_ram is "true".Mathieu Chartier2013-08-201-0/+6
* | Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-2010-88/+178
|/