1. 8e990eb Update SkBitmap::validate to respect Android flag. by scroggo@google.com · 11 years ago
  2. 61d6c9e Add prototype for warning. by scroggo@google.com · 11 years ago
  3. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  4. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 11 years ago
  5. 0ba4bf4 Use size_t for rowBytes. by scroggo@google.com · 11 years ago
  6. 9349101 Implement support for origin-TopLeft render targets in GL backend. by scroggo@google.com · 11 years ago
  7. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  8. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  9. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  10. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  11. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  12. 2a7579d CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, by reed@google.com · 12 years ago
  13. 1bdb857 Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined. by bungeman@google.com · 12 years ago
  14. 04685d2 #define SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX to keep old, slow, non-opaque behavior by reed@google.com · 12 years ago
  15. 3768853 Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the opaque bit but was reverted because of a partally-loaded jpeg issue in WK which has since been fixed: by bsalomon@google.com · 12 years ago
  16. 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 12 years ago
  17. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  18. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
  19. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  20. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  21. 8e1034e detect null pixles in setPixels() and just clear out any existing pixelref. by reed@google.com · 12 years ago
  22. c84b833 Reapply "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  23. 56f8f33 Revert "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  24. 7cf0e9e Prevent MipMaps from crashing. by bungeman@google.com · 12 years ago
  25. c1d1f41 Remove Bitmaps Raw Pixel Support. by djsollen@google.com · 12 years ago
  26. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  27. 8ae3c7f For SkGPipe, store bitmaps in a common location. by scroggo@google.com · 12 years ago
  28. 64a0ec3 Move SkColorTable into its own header and reduce includes in SkFlattenable.h by djsollen@google.com · 12 years ago
  29. 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 12 years ago
  30. ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 12 years ago
  31. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  32. d43b0a8 Make use of the functions in the flattenable reader/writer by djsollen@google.com · 12 years ago
  33. 80e1459 add IRect variant of getBounds() by reed@google.com · 12 years ago
  34. 86b2e43 add getBounds() helper by reed@google.com · 12 years ago
  35. 543c719 Revert r3036. This change breaks loading images as by caryclark@google.com · 12 years ago
  36. 0eb7576 Modify SkBitmap::extractSubset() to respect volatility by skyostil@google.com · 13 years ago
  37. ce7adb5 Modify SkBitmap::extractSubset() to respect opaqueness by skyostil@google.com · 13 years ago
  38. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  39. b052129 Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmap by junov@chromium.org · 13 years ago
  40. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  41. c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
  42. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  43. 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
  44. cad8176 remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block) by reed@google.com · 13 years ago
  45. 02f5584 Change SkAutoMaskImage so that we're less likely to write leaky code. by bungeman@google.com · 13 years ago
  46. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  47. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  48. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  49. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  50. 3b521d0 update dox code style by reed@google.com · 13 years ago
  51. 586f48c by bsalomon@google.com · 13 years ago
  52. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 13 years ago
  53. 50dfa01 add pixelref->readPixels() by reed@google.com · 13 years ago
  54. cd9d69b Upstreaming changes from android. by djsollen@google.com · 13 years ago
  55. 112706d Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap. by vandebo@chromium.org · 13 years ago
  56. 57f4969 merge from android tree: by djsollen@google.com · 13 years ago
  57. 3f0260d Cleanup issues related to SkBitmap getSize()/extractSubset(). by wjmaclean@chromium.org · 13 years ago
  58. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 13 years ago
  59. 0bde180 Security fixes re getSize(). by wjmaclean@chromium.org · 14 years ago
  60. 86bff1f Add safe size/copy functions to Skia. by wjmaclean@chromium.org · 14 years ago
  61. 49099b2 move SkMallocPixelRef into its own .cpp file, rather than embedding it by reed@android.com · 14 years ago
  62. ce4e53a add abstract wrapper for platform-specific bitmap backends by reed@android.com · 14 years ago
  63. 1cdcb51 fix warning in sampler by reed@android.com · 15 years ago
  64. cafc9f9 fixes around isOpaque and dithering by reed@android.com · 15 years ago
  65. 83f7bc3 remove conditional build flag for mipmaps by reed@android.com · 15 years ago
  66. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  67. 829c83c fix odd-pixel bug in mipmap downsamplers (thanks brett) by reed@android.com · 15 years ago
  68. 9e0c2fc fix break in setConfig() where we always reset the bitmap by reed@android.com · 15 years ago
  69. 6b8cb25 Style only change to make SkBitmap to make it build with VC2005. by agl@chromium.org · 15 years ago
  70. 89bb83a fix trailing-ws initialize fFlags in bitmapprocshader by reed@android.com · 15 years ago
  71. 149e2f6 add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our by reed@android.com · 15 years ago
  72. fbaa88d add canCopyTo(), to preflight if copyTo can succeed. update unittests for it by reed@android.com · 15 years ago
  73. 311c82d fix copyTo to only copy the minimum pixels per row, and to lock the src before by reed@android.com · 15 years ago
  74. f9ab99a Allow copying an Index8 bitmap when srcConfig and dstConfig are both Index8. by weita@google.com · 15 years ago
  75. f459a49 make bitmap width/height 32bits, matching the API by reed@android.com · 15 years ago
  76. 49f0ff2 promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect by reed@android.com · 15 years ago
  77. 8a1c16f grab from latest android by reed@android.com · 16 years ago