summaryrefslogtreecommitdiffstats
path: root/graphics/java/android
Commit message (Expand)AuthorAgeFilesLines
* Add hooks for drawBitmap().Romain Guy2010-06-302-8/+18
* Implement quickReject() and drawRect().Romain Guy2010-06-252-2/+10
* Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-243-0/+76
* Merge "Add matrix ops to RSH headers."Jason Sams2010-06-241-1/+1
|\
| * Add matrix ops to RSH headers.Jason Sams2010-06-241-1/+1
* | Add support for transformations.Romain Guy2010-06-231-1/+4
* | New XmlDocumentProvider class.Gilles Debunne2010-06-231-4/+2
* | Fix the simulator build.Romain Guy2010-06-221-1/+5
|/
* Fix build error.Jason Sams2010-06-211-1/+1
* Move ImageProcessing and ModelViewer to reflected files.Jason Sams2010-06-213-14/+28
* Add skip to field packer.Jason Sams2010-06-171-0/+4
* Merge "Add new API to check whether a Bitmap was modified."Romain Guy2010-06-151-0/+14
|\
| * Add new API to check whether a Bitmap was modified.Romain Guy2010-06-151-0/+14
* | Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams2010-06-152-7/+11
|/
* Move shaping to native.Doug Felt2010-06-102-30/+382
* Move OpenGL support out of ViewRoot into a new HardwareRenderer class.Romain Guy2010-06-091-4/+25
* Merge "Begin using reflected files."Jason Sams2010-06-083-19/+15
|\
| * Begin using reflected files.Jason Sams2010-06-083-19/+15
* | am cefdedc3: merge from froyo-plus-aospThe Android Open Source Project2010-06-071-1/+1
|\ \ | |/ |/|
| * merge from open-source masterThe Android Open Source Project2010-06-071-1/+1
| |\
| | * Canvas.drawVertices: correct color range-checkErik Faye-Lund2010-06-021-1/+1
| | * Improved error handling when font loading fails.Peter Eliasson2010-04-261-0/+3
| | * merge from open-source masterThe Android Open Source Project2010-03-302-3/+4
| | |\
| | * \ am 0b9bbb6d: DO NOT MERGE. Merge Froyo renderscript to Eclair to support live...Jason Sams2010-02-1210-496/+591
| | |\ \
| | | * | DO NOT MERGE. Merge Froyo renderscript to Eclair to support live wallpapers o...Jason Sams2010-02-1110-496/+591
* | | | | Creating the jni and java layer to integrate a3dAlex Sakhartchouk2010-06-042-0/+219
* | | | | Remove RS_KIND from vertex arrays types.Jason Sams2010-06-013-176/+102
* | | | | Begin naming cleanup for renderscript runtime.Jason Sams2010-05-192-18/+0
* | | | | Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams2010-05-172-4/+2
* | | | | Delete old createFromClass methods.Jason Sams2010-05-142-64/+2
* | | | | Rename ProgramFragmentStore to ProgramStore.Jason Sams2010-05-133-17/+17
* | | | | Modify Canvas drawText to run bidi and shape.Doug Felt2010-05-122-22/+210
* | | | | Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-114-121/+124
* | | | | Set a layered drawable's child callback to be the container.Romain Guy2010-05-061-1/+1
* | | | | Make sure that a drawable replacing a layer in a LayerDrawable gets a callback.Romain Guy2010-05-061-0/+1
* | | | | update dox for FILL_AND_STROKE styleMike Reed2010-04-141-1/+3
* | | | | Added documentation in Drawable.Gilles Debunne2010-04-121-0/+32
* | | | | Fixed links in MipmapDrawable documentation.Gilles Debunne2010-04-122-5/+6
* | | | | New MipmapDrawable class.Gilles Debunne2010-04-123-12/+345
* | | | | Add Overlay mode to the PorterDuff list of supported modes.Romain Guy2010-04-021-1/+4
* | | | | am 2438894d: am 5849606d: merge from open-source masterThe Android Open Source Project2010-03-291-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | merge from open-source masterThe Android Open Source Project2010-03-291-1/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix typos in comment.David Hoover2010-03-281-1/+2
* | | | | Update Script java classes and llvm samples.Jason Sams2010-03-262-0/+88
* | | | | Checkin new types for RS.Jason Sams2010-03-2619-20/+697
|/ / / /
* | | | merge from open-source masterThe Android Open Source Project2010-03-251-2/+2
|\ \ \ \ | |/ / /
| * | | setCornerRadii should be called when either of corners radius is specifiedviral.vkm2010-03-251-2/+2
| |/ /
* | | update dox that we ignore the exact parameter on computeBoundsMike Reed2010-03-251-9/+7
* | | Fix the build.Romain Guy2010-03-101-0/+4
* | | hidden api sameAs() to compare the pixels of 2 bitmaps for equalityMike Reed2010-03-081-0/+14