summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Merge "Implement allocation resizing."Jason Sams2010-10-053-0/+43
|\
| * Implement allocation resizing.Jason Sams2010-10-053-0/+43
* | am b12bfbd4: am eb6e22f2: Merge "Document Bitmap.createScaledBitmap" into gin...Brad Fitzpatrick2010-10-041-0/+9
|\ \ | |/ |/|
| * am eb6e22f2: Merge "Document Bitmap.createScaledBitmap" into gingerbreadBrad Fitzpatrick2010-10-041-0/+9
| |\
| | * Document Bitmap.createScaledBitmapBrad Fitzpatrick2010-10-041-0/+9
* | | Apply all Canvas transformations to ColorDrawable.Romain Guy2010-10-041-5/+7
* | | am 3d019a37: am 83d52229: Doc fix: duplicate word \'of\'Brad Fitzpatrick2010-10-031-1/+1
|\ \ \ | |/ /
| * | am 83d52229: Doc fix: duplicate word \'of\'Brad Fitzpatrick2010-10-031-1/+1
| |\ \ | | |/
| | * Doc fix: duplicate word 'of'Brad Fitzpatrick2010-10-031-1/+1
| * | am f7681f84: Do not merge.Wei-Ta Chen2010-10-011-263/+0
| |\ \ | | |/
| | * Do not merge.Wei-Ta Chen2010-10-011-263/+0
| | * Prevent unhandled exception in NinePatchDrawableSonia Serafimova2010-09-261-8/+10
* | | Merge "Support for 64-bit integer type."Stephen Hines2010-10-012-1/+9
|\ \ \
| * | | Support for 64-bit integer type.Stephen Hines2010-10-012-1/+9
* | | | Merge "Make simple paths made of lines work."Romain Guy2010-09-301-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Make simple paths made of lines work.Romain Guy2010-09-301-0/+2
* | | | Finish plumbing for double RS elements.Stephen Hines2010-09-303-2/+10
|/ / /
* | | Adding anisotropic filtering and related samples.Alex Sakhartchouk2010-09-303-0/+23
* | | Fix RS bug with message ID 0.Stephen Hines2010-09-281-2/+3
* | | am ca3f968c: am 7d9c73fb: Merge "Prevent unhandled exception in NinePatchDraw...Jean-Baptiste Queru2010-09-261-8/+10
|\ \ \ | |/ /
| * | am 7d9c73fb: Merge "Prevent unhandled exception in NinePatchDrawable"Jean-Baptiste Queru2010-09-261-8/+10
| |\ \
| | * | Prevent unhandled exception in NinePatchDrawableSonia Serafimova2010-09-151-8/+10
* | | | Merge "Adding support for all allowed textures. Cleaning up unused code Addin...Alex Sakhartchouk2010-09-245-61/+36
|\ \ \ \
| * | | | Adding support for all allowed textures.Alex Sakhartchouk2010-09-235-61/+36
* | | | | am ac487f70: am 6b849e21: Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-222-136/+263
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | am 6b849e21: Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-222-136/+263
| |\ \ \ | | | |/ | | |/|
| | * | Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-232-136/+263
| * | | am 219eb7ec: Merge "Fix bug in JNI BitmapFactory" into gingerbreadJoseph Wen2010-09-101-6/+0
| |\ \ \ | | |/ /
| | * | Fix bug in JNI BitmapFactoryJoseph Wen2010-09-101-6/+0
* | | | Merge "Fix two minor RS bugs. 1: index set size was populated with bad value ...Jason Sams2010-09-221-1/+1
|\ \ \ \
| * | | | Fix two minor RS bugs.Jason Sams2010-09-221-1/+1
* | | | | Merge "Add support for circular gradients to the GL renderer."Romain Guy2010-09-211-2/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add support for circular gradients to the GL renderer.Romain Guy2010-09-211-2/+11
* | | | | Detect and throw exception for usingJason Sams2010-09-211-0/+3
* | | | | Merge "Add support for Float64 (double) to RenderScript."Stephen Hines2010-09-213-1/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add support for Float64 (double) to RenderScript.Stephen Hines2010-09-203-1/+17
* | | | | Add support for SweepGradient in the GL renderer.Romain Guy2010-09-202-5/+11
|/ / / /
* | | | Merge "Adding some documentation to Matrix.mapVectors methods."Adam Cohen2010-09-161-0/+11
|\ \ \ \
| * | | | Adding some documentation to Matrix.mapVectors methods.Adam Cohen2010-09-161-0/+11
* | | | | Fix race condition on exit.Jason Sams2010-09-161-1/+5
* | | | | Fix partial NP2 support and restrict mipmaps and clampJason Sams2010-09-141-2/+2
* | | | | Shader changes to allow for more flexible constant binding.Alex Sakhartchouk2010-09-142-44/+175
|/ / / /
* | | | Merge "Progress Dialog documentation example uses onPrepareDialog"Gilles Debunne2010-09-091-1/+1
|\ \ \ \
| * | | | Progress Dialog documentation example uses onPrepareDialogGilles Debunne2010-09-091-1/+1
* | | | | Do not convert 8888 bitmaps to 565 when doing a copy.Romain Guy2010-09-091-13/+37
* | | | | am 8fc6f8b2: am 1b214be9: Merge "Revert "Rename LargeBitmap to BitmapRegionDe...Wei-Ta Chen2010-09-071-270/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 1b214be9: Merge "Revert "Rename LargeBitmap to BitmapRegionDecoder for hav...Wei-Ta Chen2010-09-071-270/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."Wei-Ta Chen2010-09-081-270/+0
* | | | | am a295a390: am b356f8ac: Merge "Rename LargeBitmap to BitmapRegionDecoder fo...Wei-Ta Chen2010-09-071-0/+270
|\ \ \ \ \ | |/ / / /
| * | | | am b356f8ac: Merge "Rename LargeBitmap to BitmapRegionDecoder for having a be...Wei-Ta Chen2010-09-071-0/+270
| |\ \ \ \ | | |/ / /