1. 9349101 Implement support for origin-TopLeft render targets in GL backend. by scroggo@google.com · 12 years ago
  2. 493c65f Fix some 64 bit warnings on mac. by scroggo@google.com · 12 years ago
  3. 19376b8 Fix unbalanced Shader set/endContext calls in drawVertices by djsollen@google.com · 12 years ago
  4. e7767cf hide the static-assert block altogether, until we can find a construct that by reed@google.com · 12 years ago
  5. 3ac5eb5 fix (new annoying) warning (mac only I think) by reed@google.com · 12 years ago
  6. bc2f0e8 Make windows GrGLCreateNatriveInterface not us GL.h and not use linker to resolve gl functions. Instead load the GL library and use GetProcAddress. by bsalomon@google.com · 12 years ago
  7. d4ce480 Restore variable to release builds. by jvanverth@google.com · 12 years ago
  8. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  9. 1c295e4 remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselines by mike@reedtribe.org · 12 years ago
  10. 377c14a Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness. by senorblanco@chromium.org · 13 years ago
  11. ae97c06 remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients now by reed@google.com · 13 years ago
  12. 394c885 add kMultiply_Mode to switch statement (fix warning) by reed@google.com · 13 years ago
  13. 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 13 years ago
  14. 4e5a895 Simplify and speed up SkIntroSort. https://codereview.appspot.com/7273048/ by bungeman@google.com · 13 years ago
  15. a45afcf Commit file missing from r7550 by bsalomon@google.com · 13 years ago
  16. 6004029 Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we by reed@google.com · 13 years ago
  17. 7fbf5cf fix unused variable warning by reed@google.com · 13 years ago
  18. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 13 years ago
  19. 9dde018 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  20. 50a5cfb Accelerate handling of clipRRect in calls to SkPictureUtils::GatherPixelRefs by junov@chromium.org · 13 years ago
  21. 55853db Move dither toggle logic into common helper functions, to make it easier to by reed@google.com · 13 years ago
  22. bb89613 landing https://codereview.appspot.com/7225077/ -- tweak for GIF 5.x api by reed@google.com · 13 years ago
  23. 4d26340 Fix init order warning by bsalomon@google.com · 13 years ago
  24. 8b2f41b Prevent SkPictureUtils::GatherPixelRefs from generating bitmaps from gradient by junov@google.com · 13 years ago
  25. d9b0f48 Only support SkPicture abort for Android due to the fragility of the existing API by djsollen@google.com · 13 years ago
  26. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 13 years ago
  27. 009dfe2 don't use NULL when comparing against ints/size_t (fixes warning) by reed@google.com · 13 years ago
  28. ba3a3c9 revert name changes to SkBlendImageFilter. It (correctly) named its enum kMultiply_Mode, by reed@google.com · 13 years ago
  29. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 13 years ago
  30. 3c2102c restore cache-count for gradients to p.o.2. so we can perform fancier dithering by reed@google.com · 13 years ago
  31. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 13 years ago
  32. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  33. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 13 years ago
  34. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 13 years ago
  35. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 13 years ago
  36. 633c32b optimize region::intersect when one wholly contains the other by reed@google.com · 13 years ago
  37. c3ecf65 Speculative change to SkImageFilterUtils.cpp to try to get compiling in Chrome by robertphillips@google.com · 13 years ago
  38. 3c97442 [PDF] Fix multi-level page count calculation. by vandebo@chromium.org · 13 years ago
  39. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 13 years ago
  40. 118c1a7 SkNextLog2 requires positive values. by bungeman@google.com · 13 years ago
  41. a265a1e SkNextLog2 requires values > 0. by bungeman@google.com · 13 years ago
  42. e83e994 Avoid possible O(n) stack space use by skqsort. by bungeman@google.com · 13 years ago
  43. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 13 years ago
  44. c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 13 years ago
  45. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 13 years ago
  46. e40591d return if we're invertible for the fast scale+trans case when we have no inverse by reed@google.com · 13 years ago
  47. f53d0a9 add SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option, to disable check for by reed@google.com · 13 years ago
  48. 2a772e1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  49. 81d3ce0 Mark SkPictureStateTree::Draw::operator< as const. by bungeman@google.com · 13 years ago
  50. bd08473 Fix Japanese font issue for devices running JB MR1 and higher. by djsollen@google.com · 13 years ago
  51. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  52. 94f20dc Fixing crash in cloning empty SkPicture object by junov@chromium.org · 13 years ago
  53. 68f670f Fix assert by robertphillips@google.com · 13 years ago
  54. 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 13 years ago
  55. b941bb3 REBASELINE: enable setline fix for scan converter, with SK_IGNORE_SETLINE_FIX build guard. by reed@google.com · 13 years ago
  56. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 13 years ago
  57. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 13 years ago
  58. 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 13 years ago
  59. cabe00e Fix build break after r7411 when GR_STATIC_RECT_VB is enabled. by bsalomon@google.com · 13 years ago
  60. ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 13 years ago
  61. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 13 years ago
  62. 9e040ae Remove unnecessary ptr derefs int r7411 (deref result is not used). by bsalomon@google.com · 13 years ago
  63. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 13 years ago
  64. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  65. 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 13 years ago
  66. bbec4e6 Avoid O(n) stack space usage in qsort. by bungeman@google.com · 13 years ago
  67. 32cf29e Only clear the part of the texture used by the device (duh!) by bsalomon@google.com · 13 years ago
  68. 7037552 doh: use *srcPtr instead of src (which is now obsolete) when we check for specialLine by reed@google.com · 13 years ago
  69. d760073 Hid large dashed line optimization behind compiler flag by robertphillips@google.com · 13 years ago
  70. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  71. 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 13 years ago
  72. 59ed910 Bottom-up heapsort. https://codereview.appspot.com/7199050/ by bungeman@google.com · 13 years ago
  73. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 13 years ago
  74. 82502e2 Fix SampleApp ANGLE mode. Review URL: https://codereview.appspot.com/7206052 by bsalomon@google.com · 13 years ago
  75. c5fae9e Fix spelling error. by bsalomon@google.com · 13 years ago
  76. 7fcfeb1 doh. drawRRect is not on SkDevice.... yet by reed@google.com · 13 years ago
  77. dcd69bf Fix logic bug introduced in r7346. by bsalomon@google.com · 13 years ago
  78. 72aa79c override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those, by reed@google.com · 13 years ago
  79. b77b69f Remove method calls on invalid "this" pointer. by bungeman@google.com · 13 years ago
  80. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 13 years ago
  81. baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 13 years ago
  82. 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 13 years ago
  83. 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 13 years ago
  84. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 13 years ago
  85. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 13 years ago
  86. f91c63e Revert r7341 by edisonn@google.com · 13 years ago
  87. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 13 years ago
  88. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 13 years ago
  89. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 13 years ago
  90. c13ee60 If getAdvance fails, getAdvanceData should not assert, but ignored. by edisonn@google.com · 13 years ago
  91. e782f5e Ensure that streams written using SkFlattenableBuffer's can be read with readByteArray(...) by djsollen@google.com · 13 years ago
  92. 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  93. d507775 Fix for oversight in r7325 by robertphillips@google.com · 13 years ago
  94. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 13 years ago
  95. 1e30523 Fix bug in 1xN SkBitmapProcShader optimization by robertphillips@google.com · 13 years ago
  96. 962f2d4 Fix r7321 build errors on non-windows compilers (using forward declared but not defined class in templated function). by bsalomon@google.com · 13 years ago
  97. f38f93c Fix Android only code in SkDraw for 7317. by bungeman@google.com · 13 years ago
  98. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 13 years ago
  99. ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 13 years ago
  100. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 13 years ago