summaryrefslogtreecommitdiffstats
path: root/graphics/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix issues with GC thread." into jb-mr2-devTim Murray2013-04-121-15/+29
|\
| * Fix issues with GC thread.Tim Murray2013-04-111-15/+29
* | Fix docs typo in YUV codeJason Sams2013-04-111-1/+1
* | Merge "USAGE_IO_INPUT buffer notifications" into jb-mr2-devJason Sams2013-04-122-0/+45
|\ \
| * | USAGE_IO_INPUT buffer notificationsJason Sams2013-04-112-0/+45
| |/
* | Merge "More fix for bug #8159072 Spinner widget should be RTL'ized" into jb-m...Fabrice Di Meglio2013-04-121-1/+1
|\ \
| * | More fix for bug #8159072 Spinner widget should be RTL'izedFabrice Di Meglio2013-04-111-1/+1
* | | Merge "Clean up USAGE_SHARED and add syncing for USAGE_SHARED." into jb-mr2-devTim Murray2013-04-111-4/+13
|\ \ \ | |_|/ |/| |
| * | Clean up USAGE_SHARED and add syncing for USAGE_SHARED.Tim Murray2013-04-091-4/+13
* | | Merge "Add GC thread to RSGL." into jb-mr2-devTim Murray2013-04-101-0/+3
|\ \ \
| * | | Add GC thread to RSGL.Tim Murray2013-04-101-0/+3
| |/ /
* | | Defer RS cache creation until a ScriptC is built.Stephen Hines2013-04-102-9/+16
* | | Fix docs with deprecated resize1DJason Sams2013-04-091-1/+3
* | | Merge "Implement RS GC worker thread." into jb-mr2-devJason Sams2013-04-104-1/+75
|\ \ \ | |/ /
| * | Implement RS GC worker thread.Tim Murray2013-04-094-1/+75
* | | Cleanup Allocation and add 3D copies.Jason Sams2013-04-092-45/+198
|/ /
* | Remove all public mention of RS graphics from docs.Tim Murray2013-04-0514-89/+28
|/
* Merge "Fix blur intrinsic creation." into jb-mr2-devTim Murray2013-04-013-3/+3
|\
| * Fix blur intrinsic creation.Tim Murray2013-04-013-3/+3
* | Merge "bidiFlags != SkPaint::Flags" into jb-mr2-devVictoria Lease2013-03-291-25/+25
|\ \
| * | bidiFlags != SkPaint::FlagsVictoria Lease2013-03-281-25/+25
| |/
* | am a25c43f5: am 3121868c: am 38e94e9f: am 4d0beb7e: am 4f414b79: Doc update: ...kmccormick2013-03-281-1/+1
|\ \ | |/ |/|
| * am 3121868c: am 38e94e9f: am 4d0beb7e: am 4f414b79: Doc update: fix incorrect...kmccormick2013-03-281-1/+1
| |\
| | * Doc update: fix incorrect enumkmccormick2013-03-281-1/+1
| | * am 1a5bec01: Merge "Doc fix: update BitmapFactory.Options.inSampleSize javado...Adam Koch2013-03-051-3/+2
| | |\
* | | \ Merge "Revert "Remove all public mention of RS graphics from docs."" into jb-...Tim Murray2013-03-2714-28/+89
|\ \ \ \
| * | | | Revert "Remove all public mention of RS graphics from docs."Tim Murray2013-03-2714-28/+89
* | | | | Merge "Remove all public mention of RS graphics from docs." into jb-mr2-devTim Murray2013-03-2714-89/+28
|\ \ \ \ \ | |/ / / /
| * | | | Remove all public mention of RS graphics from docs.Tim Murray2013-03-2514-89/+28
* | | | | Add yuv getJason Sams2013-03-261-0/+10
|/ / / /
* | | | Merge "Manage drawable invalidation automatically for Overlays" into jb-mr2-devChet Haase2013-03-201-0/+4
|\ \ \ \
| * | | | Manage drawable invalidation automatically for OverlaysChet Haase2013-03-201-0/+4
* | | | | Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-201-86/+9
|/ / / /
* | | | Merge "Fix errors in Canvas.EdgeType docs" into jb-mr2-devChet Haase2013-03-151-9/+18
|\ \ \ \
| * | | | Fix errors in Canvas.EdgeType docsChet Haase2013-03-151-9/+18
* | | | | Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-152-49/+305
* | | | | Revert "fix argument mismatches in Paint JNI"Fabrice Di Meglio2013-03-151-1/+1
|/ / / /
* | | | Fix typoJason Sams2013-03-081-1/+1
* | | | am cc3fec69: am 0c8dfd7d: am 1061c578: am 095aa4b6: am 1a5bec01: Merge "Doc f...Adam Koch2013-03-051-3/+2
|\ \ \ \ | |/ / /
| * | | am 0c8dfd7d: am 1061c578: am 095aa4b6: am 1a5bec01: Merge "Doc fix: update Bi...Adam Koch2013-03-051-3/+2
| |\ \ \
| | * \ \ am 1a5bec01: Merge "Doc fix: update BitmapFactory.Options.inSampleSize javado...Adam Koch2013-03-051-3/+2
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Doc fix: update BitmapFactory.Options.inSampleSize javadocAdam Koch2013-02-221-3/+2
* | | | Merge "Never resize a Bitmap down to 0 at load time Bug #8313929" into jb-mr2...Romain Guy2013-03-051-2/+3
|\ \ \ \
| * | | | Never resize a Bitmap down to 0 at load timeRomain Guy2013-03-041-2/+3
* | | | | Merge "Document that degenerate lines wont be drawn" into jb-mr2-devChris Craik2013-03-041-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Document that degenerate lines wont be drawnChris Craik2013-03-041-2/+5
* | | | | Deprecate read/write Pictures to streams.Derek Sollenberger2013-03-042-18/+42
|/ / / /
* | | | Merge "Avoid trying to draw invisible ShapeDrawables" into jb-mr2-devChris Craik2013-03-011-9/+12
|\ \ \ \
| * | | | Avoid trying to draw invisible ShapeDrawablesChris Craik2013-02-281-9/+12
* | | | | Add support and better exceptions for Bitmaps with a null config.Tim Murray2013-02-281-0/+29
|/ / / /