1. 7fd589c Fix http://b/issue?id=5030894 ('Not working on windows: python gyp_skia') by epoger@google.com · 13 years ago
  2. 2d75cc0 make gyp_skia runnable from any directory http://codereview.appspot.com/4720042 by epoger@google.com · 13 years ago
  3. f4fab6c add now that gpu handles this correctly by reed@google.com · 13 years ago
  4. 6b73e55 Undo accidental commit of GrContext.cpp in r1860. by bsalomon@google.com · 13 years ago
  5. eb2aa1d Make CPU->GPU blur path use texture cache by bsalomon@google.com · 13 years ago
  6. 42dd0f9 Fix clipping problem in GPU-based blur. The FBOs used for the fast Gaussian by senorblanco@chromium.org · 13 years ago
  7. 8422311 Remove some cruft from SampleApp.cpp by bsalomon@google.com · 13 years ago
  8. 098e96d Add DeviceManager to SampleWindow by bsalomon@google.com · 13 years ago
  9. 7d04280 Extends skdiff to handle commands of the form by tomhudson@google.com · 13 years ago
  10. bd3e320 Updated SkUIView to use the current code, added a default gl interface for ios by yangsu@google.com · 13 years ago
  11. 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 13 years ago
  12. 0fb2125 enable "make XXX" command-line builds on Windows by epoger@google.com · 13 years ago
  13. ba7983e Fix build break from 1851. by bungeman@google.com · 13 years ago
  14. 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
  15. da44067 since I can't make GDI's lcd text pretty when we're rotated, detect that by reed@google.com · 13 years ago
  16. b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
  17. 4e30598 In skdiff, merge paths into the struct that holds the filename, to enable by tomhudson@google.com · 13 years ago
  18. e8fab01 add more scalerrec filtering, in prep for handling unhinted by reed@google.com · 13 years ago
  19. 30b74fc send output to printf as well, for commandlines by reed@google.com · 13 years ago
  20. 2377b52 add more angles, and test lineartext by reed@google.com · 13 years ago
  21. 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
  22. aadd9f8 GPU-based blur cleanup. Clean up some issues raised in code review: by senorblanco@chromium.org · 13 years ago
  23. 333d6cb Remove a few old uses of SK_RESTRICT on references. by tomhudson@google.com · 13 years ago
  24. adec446 Fix windows build (unreviewed). by senorblanco@chromium.org · 13 years ago
  25. b08ea1b Implement blur types for GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
  26. 877cfe3 "make" script to enable command-line build on Windows by epoger@google.com · 13 years ago
  27. e74e28d pass correct value for black by reed@google.com · 13 years ago
  28. 1501803 limit clip to fixed-point range, so our edges don't overflow by reed@google.com · 13 years ago
  29. 991e553 add new baselines by mike@reedtribe.org · 13 years ago
  30. ea52f43 rebaseline by mike@reedtribe.org · 13 years ago
  31. 4de4d60 add sample for 2ptradial where we divide by zero by reed@google.com · 13 years ago
  32. dbccc88 be sure to allocate space for kDone_DrawOp before we write it (thanks Yang) by reed@google.com · 13 years ago
  33. 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
  34. 47e0a09 Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; by tomhudson@google.com · 13 years ago
  35. cd9cfd7 Modulate color shader's alpha with paint alpha when setting up gpu paint (fixes SampleTinyBitmap) by bsalomon@google.com · 13 years ago
  36. ab9ec23 Add gm baselines for windows by bsalomon@google.com · 13 years ago
  37. 5835722 little bit of gyp cleanup (fixes windows build of sktime_unix) by bsalomon@google.com · 13 years ago
  38. d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
  39. 895ce13 remove dead code by reed@google.com · 13 years ago
  40. 033bee3 Changed Bundler identifier to com.google in iOSSampleApp by yangsu@google.com · 13 years ago
  41. 6eece45 Fixed iOSSampleApp dependencies by yangsu@google.com · 13 years ago
  42. 3c1b28d Deleted the #endif that's caused the compiler erro by yangsu@google.com · 13 years ago
  43. 2e20c24 Updated iOSSampleApp and related files. by yangsu@google.com · 13 years ago
  44. e6ea606 re-enable SSE2 blitmask procs, only excluding if we're black (in which case by reed@google.com · 13 years ago
  45. 5b69dda update macbook baselines by reed@google.com · 13 years ago
  46. 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 13 years ago
  47. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
  48. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  49. 63e5e34 be sure to call setupPaint, so we can respect the command-line args like alpha by mike@reedtribe.org · 13 years ago
  50. 6757a1a Be sure to call context->flush() before we swapbuffers, otherwise we might miss by mike@reedtribe.org · 13 years ago
  51. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  52. 840e9f3 make sure size change posts at sample app startup. by bsalomon@google.com · 13 years ago
  53. 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
  54. f78e78d add option to test 1x1 bitmapshader by reed@google.com · 13 years ago
  55. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  56. 1e257a5 Remove nested scope resolutions in GrGpuGLShaders and use enum counts for generating random values in unit test. by bsalomon@google.com · 13 years ago
  57. 45f9ce7 make the mac window resizeable again by reed@google.com · 13 years ago
  58. 13636fe add debugging code for degenerate gradients (to be removed later) by reed@google.com · 13 years ago
  59. 5f068f1 notice if the bitmap failed to load by reed@google.com · 13 years ago
  60. a03c979 fix typo: by reed@google.com · 13 years ago
  61. 29038ed always use grcontext to get the bits to the screen by reed@google.com · 13 years ago
  62. 2c17fcd Reduce gets of ext string and check validity of stencil format enums by bsalomon@google.com · 13 years ago
  63. 25fd36c Indexed drawing for paths with multiple contours by bsalomon@google.com · 13 years ago
  64. 57c8d83 revert prev hack around make3DReady by reed@google.com · 13 years ago
  65. c157531 force grcontext to be created at startup by reed@google.com · 13 years ago
  66. 1b195bc fix return value for make_bitmap by reed@google.com · 13 years ago
  67. 3cec4d7 check-point for testing drawBitmap [raster,gpu] -> [raster,gpu] by reed@google.com · 13 years ago
  68. a323787 suppress printfs by reed@google.com · 13 years ago
  69. 65d8bb0 add SK_API to SkMatrix44 by reed@google.com · 13 years ago
  70. 3ef80cf suppress printfs by reed@google.com · 13 years ago
  71. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
  72. 1d6ee0b defer allocating blitter until we know we need it (i.e. gpu-devices don't need, by reed@google.com · 13 years ago
  73. b5c9789 don't call setContext on shader (not necessary), since now gradients ensure that by reed@google.com · 13 years ago
  74. 95eed98 ensure that our bitmap is built with opaque cachedalpha by reed@google.com · 13 years ago
  75. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  76. fc89927 Offset bounds in GrDefaultPathRenderer by fTranslate. by bsalomon@google.com · 13 years ago
  77. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
  78. ea5dfa8 merge of SkiOSSampleApp into SampleApp, still a work in progress by epoger@google.com · 13 years ago
  79. 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
  80. ee69472 Remove compile warning by removing unnecessary output. by tomhudson@google.com · 13 years ago
  81. 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 13 years ago
  82. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  83. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 13 years ago
  84. 9ae4429 Don't send NULL buffer data hint in chrome by bsalomon@google.com · 13 years ago
  85. ee43512 Tesselate path once for tiled offscreen AA by bsalomon@google.com · 13 years ago
  86. db2a09f fix chrome build, check OSX version before referencing 10.6 APIs by reed@google.com · 13 years ago
  87. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  88. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  89. 5d2fef0 fix asserts in new premul inline function by reed@google.com · 13 years ago
  90. 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
  91. e620ad2 Revert r1768 by epoger@google.com · 13 years ago
  92. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  93. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  94. 72798e4 Roll gyp version from 907 to 936 by epoger@google.com · 13 years ago
  95. afec7ba Fix bug where equality was used instead of assignment. by tomhudson@google.com · 13 years ago
  96. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  97. b371ed1 Fix LCD text filtering by epoger@google.com · 13 years ago
  98. 5070d79 Fix build for old versions of freetype without FT_Library_SetLcdFilter by epoger@google.com · 13 years ago
  99. cd88d7c Don't use the CreateWithData variant: not needed, and isn't available in chrome by reed@google.com · 13 years ago
  100. 0a09eef Change true and false to 1 and 0 in macros that are used to conditionally compile code. by bsalomon@google.com · 13 years ago