- b12bfbd am eb6e22f2: Merge "Document Bitmap.createScaledBitmap" into gingerbread by Brad Fitzpatrick · 14 years ago
- 02d9102 Document Bitmap.createScaledBitmap by Brad Fitzpatrick · 14 years ago
- 3d019a3 am 83d52229: Doc fix: duplicate word \'of\' by Brad Fitzpatrick · 14 years ago
- 83d52229 Doc fix: duplicate word 'of' by Brad Fitzpatrick · 14 years ago
- eeac43a am f7681f84: Do not merge. by Wei-Ta Chen · 14 years ago
- f7681f84 Do not merge. by Wei-Ta Chen · 14 years ago
- d45a335 Prevent unhandled exception in NinePatchDrawable by Sonia Serafimova · 14 years ago
- ca3f968 am 7d9c73fb: Merge "Prevent unhandled exception in NinePatchDrawable" by Jean-Baptiste Queru · 14 years ago
- ac487f7 am 6b849e21: Unhide BitmapRegionDecoder. by Wei-Ta Chen · 14 years ago
- 6b849e2 Unhide BitmapRegionDecoder. by Wei-Ta Chen · 14 years ago
- 279d006 Prevent unhandled exception in NinePatchDrawable by Sonia Serafimova · 14 years ago
- 94db023 am 219eb7ec: Merge "Fix bug in JNI BitmapFactory" into gingerbread by Joseph Wen · 14 years ago
- 2dcfbef Fix bug in JNI BitmapFactory by Joseph Wen · 14 years ago
- 8fc6f8b am 1b214be9: Merge "Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."" into gingerbread by Wei-Ta Chen · 14 years ago
- 340ce75 Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API." by Wei-Ta Chen · 14 years ago
- a295a39 am b356f8ac: Merge "Rename LargeBitmap to BitmapRegionDecoder for having a better API." into gingerbread by Wei-Ta Chen · 14 years ago
- 50ba3d2 Rename LargeBitmap to BitmapRegionDecoder for having a better API. by Wei-Ta Chen · 14 years ago
- d51a933 am 72ecb00a: Merge "Revert "Don\'t recycle native bitmap after the finalizer is called."" into gingerbread by Chih-Chung Chang · 14 years ago
- 601ede9 Revert "Don't recycle native bitmap after the finalizer is called." by Chih-Chung Chang · 14 years ago
- 5a14271 am d6f7f225: Merge "Load bitmaps in the correct format." into gingerbread by Romain Guy · 14 years ago
- f92a0a6 Load bitmaps in the correct format. by Romain Guy · 14 years ago
- 3a59ddc am dc2eabd1: Merge "Don\'t recycle native bitmap after the finalizer is called." into gingerbread by Chih-Chung Chang · 14 years ago
- 966803a Don't recycle native bitmap after the finalizer is called. by Chih-Chung Chang · 14 years ago
- a842d14 am d018a0ce: Merge "Text selection without trackball." into gingerbread by Gilles Debunne · 14 years ago
- d018a0c Merge "Text selection without trackball." into gingerbread by Gilles Debunne · 14 years ago
- b0d6ba1 Text selection without trackball. by Gilles Debunne · 14 years ago
- d88e068 am 288471d8: DO NOT MERGE. Load assets in place instead of deferring until draw. by Romain Guy · 14 years ago
- 288471d DO NOT MERGE. Load assets in place instead of deferring until draw. by Romain Guy · 14 years ago
- 81dcea6 am f1f48bc7: Do JPEG tile-based decoding. by Joseph Wen · 14 years ago
- f1f48bc Do JPEG tile-based decoding. by Joseph Wen · 14 years ago
- 4fd4168 am 5352d237: am 38137d7a: Merge "docs: lots of additions to the resources docs new drawable resources add <merge> and <include> to layout resource update drawable class descriptioons to point to resources guide add ID resource type" into froyo by Scott Main · 14 years ago
- 5352d23 am 38137d7a: Merge "docs: lots of additions to the resources docs new drawable resources add <merge> and <include> to layout resource update drawable class descriptioons to point to resources guide add ID resource type" into froyo by Scott Main · 14 years ago
- 98704f1 am 38eea8bf: Merge "Remove the YV16 format for simplicity\'s sake." into gingerbread by Mathias Agopian · 14 years ago
- 058d039 Remove the YV16 format for simplicity's sake. by Mathias Agopian · 14 years ago
- dfe5c20 docs: lots of additions to the resources docs by Scott Main · 14 years ago
- cefdedc merge from froyo-plus-aosp by The Android Open Source Project · 14 years ago
- c1038e7 merge from open-source master by The Android Open Source Project · 14 years ago
- 92ce573 Canvas.drawVertices: correct color range-check by Erik Faye-Lund · 14 years ago
- 417675c Improved error handling when font loading fails. by Peter Eliasson · 15 years ago
- 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 15 years ago
- 16d77b8 am c162668e: Merge "More framework tests cleanup." into froyo by Brett Chabot · 15 years ago
- 0dc59e7 More framework tests cleanup. by Brett Chabot · 15 years ago
- b7248b7 merge from open-source master by The Android Open Source Project · 15 years ago
- 5849606 merge from open-source master by The Android Open Source Project · 15 years ago
- 5f3445d Fix typos in comment. by David Hoover · 15 years ago
- 8e10a7b merge from open-source master by The Android Open Source Project · 15 years ago
- 54900e8 update dox that we ignore the exact parameter on computeBounds by Mike Reed · 15 years ago
- 1be46d7 setCornerRadii should be called when either of corners radius is specified by viral.vkm · 15 years ago
- a8551b1 Fix the build. by Romain Guy · 15 years ago
- 76d1e01 hidden api sameAs() to compare the pixels of 2 bitmaps for equality by Mike Reed · 15 years ago
- 8a64743 Add support for linking to a skia bitmap rather than always copying the data from the bitmap. by Jason Sams · 15 years ago
- c2908e6 Support defered generation of mipmaps. With this change we support mipmap generation when the texture is uploaded to GL without requiring RS to retain the full chain. by Jason Sams · 15 years ago
- a696f5d Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it. by Mathias Agopian · 15 years ago
- 35d2621 Merge "update dox" by Mike Reed · 15 years ago
- 2b95c24 Added more @RemotableViewMethod methods, mutate ImageView. by Jeff Sharkey · 15 years ago
- 7df9515 update dox by Mike Reed · 15 years ago
- 79b646f am 0b9bbb6d: DO NOT MERGE. Merge Froyo renderscript to Eclair to support live wallpapers on droid. This gives the necessary CPU reduction to allow the wallpapers to work on the slower CPU. by Jason Sams · 15 years ago
- 0b9bbb6 DO NOT MERGE. Merge Froyo renderscript to Eclair to support live wallpapers on droid. This gives the necessary CPU reduction to allow the wallpapers to work on the slower CPU. by Jason Sams · 15 years ago
- 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
- 3941411a am 1e90ab54: merge from open-source master by The Android Open Source Project · 15 years ago
- 1e90ab5 merge from open-source master by The Android Open Source Project · 15 years ago
- d2391fa Modify the API of YuvImage, so that callers do not need to deal with by Wei-Ta Chen · 15 years ago
- 704ff64 Preview seperating RenderScript into RenderScript and RenderScriptGL by Jason Sams · 15 years ago
- b81b144 Default RotateDrawable's pivot set to (50%, 50%) by Cyril Mottier · 15 years ago
- 57405b9 Merge "Hide field packer." by Jason Sams · 15 years ago
- 42d6c9e Hide field packer. by Jason Sams · 15 years ago
- 2a594b1 Merge "Implement holders for Matrix and Vector data." by Jason Sams · 15 years ago
- 25430d0 Implement holders for Matrix and Vector data. by Jason Sams · 15 years ago
- 1a44d5d Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources. by Neal Nguyen · 15 years ago
- c58ffe8 Unhide YuvImage, which supports compressing a YUV rectangle region to JPEG. by Wei-Ta Chen · 15 years ago
- 5dbfe93 Fix some minor bugs with GL state setup that were exposed by Droids driver. by Jason Sams · 15 years ago
- bca2d61 Add a Java API that converts yuv data to a jpeg. by Wei-Ta Chen · 15 years ago
- ab4a0c1 add API to change default config on image decoders. by Mike Reed · 15 years ago
- 6dc9232 am a66baccc: Merge "Do not merge" into eclair by Mike Reed · 15 years ago
- 12bcbdc Do not merge by Mike Reed · 15 years ago
- ea87e96 Implement type generation for user uniforms in vertex shader. by Jason Sams · 15 years ago
- 6d7b907 Merge "Support npot on es 2.0 HW." by Jason Sams · 15 years ago
- 74e02ef Support npot on es 2.0 HW. by Jason Sams · 15 years ago
- 9027696 am 9e5f3ec9: am e3bbaf6c: Merge "set nine patch padding initially to an empty rectangle" into eclair-mr2 by Cary Clark · 15 years ago
- 9e5f3ec am e3bbaf6c: Merge "set nine patch padding initially to an empty rectangle" into eclair-mr2 by Cary Clark · 15 years ago
- a09a6e1 More complete support for named attribs. Adds user typed attribs as available to programVertex. Non user attribs are not treated like user for GL2 for simplicity. by Jason Sams · 15 years ago
- e57b7b0 set nine patch padding initially to an empty rectangle by Cary Clark · 15 years ago
- 225ef52 Merge "Add RS support for generic attribs as input to vertex programs." by Jason Sams · 15 years ago
- e17964e Add RS support for generic attribs as input to vertex programs. by Jason Sams · 15 years ago
- 7bcbd51 Don't round size to page size. Ashmem will do this internally as needed. by Marco Nelissen · 15 years ago
- 7d46f61 Disable excessive RS logging. by Jason Sams · 15 years ago
- 718cd1f Element restructuring. Add support for new basic Element types including the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. by Jason Sams · 15 years ago
- 873c031 Merge change I68afd01e by Android (Google) Code Review · 15 years ago
- 68afd01 Move texture bindings to base program object. Change ProgramFragment creation to require a texture format in 1.0 mode. by Jason Sams · 15 years ago
- f7ed3a2 am 0249c83e: am 31a69fdb: throw if we have a null typeface native instance (so we don\'t crash in native code) we may still have to native-destroy a Typeface with a null ref, so check for that by Mike Reed · 15 years ago
- 0249c83 am 31a69fdb: throw if we have a null typeface native instance (so we don\'t crash in native code) we may still have to native-destroy a Typeface with a null ref, so check for that by Mike Reed · 15 years ago
- 31a69fd throw if we have a null typeface native instance (so we don't crash in native code) by Mike Reed · 15 years ago
- 8bb41dd Add argument checking to sampler builder to disallow illegal modes. by Jason Sams · 15 years ago
- 7e5ab3b Continue es2 shader dev by Jason Sams · 15 years ago
- 0011bcf Continue development of es2.0 user shader support for renderscript. This change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info. by Jason Sams · 15 years ago
- 11fbdf5 Remove check for surface valid that is no longer valid. by Jason Sams · 15 years ago
- c7b74e3 am 54f5ca41: am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclair by Jason Sams · 15 years ago
- 54f5ca4 am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclair by Jason Sams · 15 years ago
- ffacbc3 am fd2f6358: Merge change I771bebb9 into eclair by Jason Sams · 15 years ago
- 387488f am fd2f6358: Merge change I771bebb9 into eclair by Jason Sams · 15 years ago