summaryrefslogtreecommitdiffstats
path: root/graphics/java/android
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add garbage collection hooks" into klp-devTim Murray2013-08-232-0/+27
|\
| * Add garbage collection hooksTim Murray2013-08-232-0/+27
* | Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-203-42/+105
* | Merge "Renderscript: Allow YUV_420_888 as a YUV type." into klp-devEino-Ville Talvala2013-08-211-6/+10
|\ \ | |/ |/|
| * Renderscript: Allow YUV_420_888 as a YUV type.Eino-Ville Talvala2013-08-141-6/+10
* | Remove comment that's only relevant for the underlying SkMatrix. Matrix has ...Mike Klein2013-08-141-3/+0
* | Camera.applyToCanvas() now works with hardware canvasesRomain Guy2013-08-131-1/+9
|/
* Update Bitmap.createBitmap() documentationRomain Guy2013-08-121-1/+6
* Merge "Fix bug #10205316 CTS (KLP): android.graphics tests are failing" into ...Fabrice Di Meglio2013-08-091-0/+2
|\
| * Fix bug #10205316 CTS (KLP): android.graphics tests are failingFabrice Di Meglio2013-08-081-0/+2
* | Remove an unnecessary allocationRomain Guy2013-08-091-3/+7
* | Refactor Canvas.drawPicture() to delegate to PictureJonathan Dixon2013-08-081-3/+3
|/
* Clearly separate consumer and producer interfacesMathias Agopian2013-08-061-0/+1
* am eab8e18d: am 8a736129: Merge "If graphics wants ASCII lowercasing, it need...Elliott Hughes2013-08-051-2/+2
|\
| * am 8a736129: Merge "If graphics wants ASCII lowercasing, it needs to ask for ...Elliott Hughes2013-08-051-2/+2
| |\
| | * If graphics wants ASCII lowercasing, it needs to ask for it.Elliott Hughes2013-08-021-2/+2
* | | Merge "graphics: Update ImageFormat#YUV_420_888 javadoc"Igor Murashkin2013-08-021-2/+18
|\ \ \
| * | | graphics: Update ImageFormat#YUV_420_888 javadocIgor Murashkin2013-08-021-2/+18
* | | | Add automatic Drawable mirroring capability when in RTL layout directionFabrice Di Meglio2013-08-016-7/+165
* | | | Merge "Fix Paint Shader copy"Fabrice Di Meglio2013-08-017-4/+241
|\ \ \ \
| * | | | Fix Paint Shader copyFabrice Di Meglio2013-08-017-4/+241
* | | | | Merge "Add missing alpha channel to built-in colors"Romain Guy2013-08-011-9/+9
|\ \ \ \ \
| * | | | | Add missing alpha channel to built-in colorsRomain Guy2013-08-011-9/+9
* | | | | | Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)Victoria Lease2013-07-311-1/+9
* | | | | | Merge "Add missing InsetDrawable.getDrawable() method"Romain Guy2013-07-311-0/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add missing InsetDrawable.getDrawable() methodRomain Guy2013-07-301-0/+7
* | | | | | Camera2 API: Rename package to android.hardware.camera2Eino-Ville Talvala2013-07-301-9/+9
* | | | | | Merge "Add path ops API"Romain Guy2013-07-301-13/+94
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add path ops APIRomain Guy2013-07-301-13/+94
| |/ / / /
* | | | | Relax restriction on Colormatrix and add Add step.Jason Sams2013-07-291-15/+111
|/ / / /
* | | | fix SDK buildMathias Agopian2013-07-271-1/+1
* | | | single buffer mode for SurfaceTextureMathias Agopian2013-07-261-10/+43
* | | | Merge changes I487d4eef,Ia750811fMathias Agopian2013-07-261-7/+38
|\ \ \ \
| * | | | get rid of PixelFormatInfo and simplify thingsMathias Agopian2013-07-251-7/+38
| |/ / /
* | | | am 8d9a4bd1: am 174dd066: Merge "remove link to renderscript support library"...Scott Main2013-07-241-5/+0
|\ \ \ \ | | |/ / | |/| |
| * | | remove link to renderscript support libraryScott Main2013-07-231-5/+0
| | |/ | |/|
* | | Use IllegaleStateException to be consistent with rest of Bitmap classChris Craik2013-07-231-2/+2
| |/ |/|
* | Merge "update to new Consumer APIs"Mathias Agopian2013-07-201-17/+2
|\ \
| * | update to new Consumer APIsMathias Agopian2013-07-161-17/+2
* | | Merge "Add reconfigure method to Bitmap"Chris Craik2013-07-182-27/+130
|\ \ \
| * | | Add reconfigure method to BitmapChris Craik2013-07-172-27/+130
| |/ /
* | | Fix crashes in setMatrix() and concat()Romain Guy2013-07-161-2/+3
|/ /
* | Trace bitmaps decodingRomain Guy2013-07-111-34/+45
* | Merge "Minor fixes to android.graphics.Matrix"Andy McFadden2013-07-101-13/+29
|\ \
| * | Minor fixes to android.graphics.MatrixAndy McFadden2013-07-091-13/+29
* | | Use global references for Bitmap AndroidPixelRefsChris Craik2013-07-081-1/+5
|/ /
* | Merge "Add 2,3 vectors to allowed intrinsic list."Jason Sams2013-06-272-2/+16
|\ \
| * | Add 2,3 vectors to allowed intrinsic list.Jason Sams2013-06-272-2/+16
* | | Refcount 9-patches and properly handle GC eventsRomain Guy2013-06-261-47/+115
|/ /
* | (Small) 9patch drawing improvementsRomain Guy2013-06-242-43/+38