1. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  2. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  3. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  4. 479fbaf Disable SSE4 code. by mtklein · 10 years ago
  5. 4f96ab3 Refactor bitmap scaler to make it easier to migrate rest of chrome to use it by humper · 10 years ago
  6. 1f8ed02 Add lock to SkPDFDict by halcanary · 10 years ago
  7. e5c1e3c Fix RRect tranform bug by robertphillips · 10 years ago
  8. a837740 Mark SkBBoxHierarchyRecord destructor as virtual by tomhudson · 10 years ago
  9. 3bb195e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  10. 982542d add SkSurface::NewRasterDirectReleaseProc by reed · 10 years ago
  11. 0766931 delete code for SK_SUPPORT_LEGACY_GETTOTALCLIP by reed · 10 years ago
  12. e1c5586 Revert of Switch SkPDFStream's internal storage from SkStream to SkData (https://codereview.chromium.org/340783013/) by rmistry · 10 years ago
  13. c1dfa14 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  14. 11a005e Promote SkInterpolator unit test to our tests driver. by tfarina · 10 years ago
  15. 3512eda Add trace event when GrBufferAllocPool unmaps a buffer indicating what % of the buffer was unwritten. by bsalomon · 10 years ago
  16. 0d44830 ARM Skia NEON patches - 40 - arm64: S32A_D565_Opaque by kevin.petit · 10 years ago
  17. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  18. b726df4 Add noinline for GCC 4.6, which seems to vectorize after inlining. by mtklein · 10 years ago
  19. 7c4c63a "interface" is defined in Windows headers, so undef it in GrGLCaps so we don't have a name collision by george · 10 years ago
  20. 0cf2781 Narrow disabled vectorization further to just ConvolveHorizontally. by mtklein · 10 years ago
  21. 4809e4d try release only by Mike Klein · 10 years ago
  22. 729c6f0 disable on nacl by Mike Klein · 10 years ago
  23. 2b8a3b8 Focus disabled optimizations on just BGRAConvolve2D, and only 32-bit. by mtklein · 10 years ago
  24. 1d86ee8 Rename GrAtlasMgr to GrAtlas (and other cleanup) by robertphillips · 10 years ago
  25. 4c6443e Remove special case gpu transforms for Identity and Translate by egdaniel · 10 years ago
  26. 4ec84da Move allocation of texture from SkGpuDevice to GrLayerCache by robertphillips · 10 years ago
  27. 7373456 Support serialization in SkRecord-backed SkPictures. by mtklein · 10 years ago
  28. 2290000 Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw components when in the y-flip case. This works around an Adreno driver bug. by bsalomon · 10 years ago
  29. 8a24337 Another iOS fix for SampleApp. by jvanverth · 10 years ago
  30. 40684ba Prune some dead code from SkPicture.cpp. by mtklein · 10 years ago
  31. 66a5d8b add path dump test by caryclark · 10 years ago
  32. c11530e Tick off some TODOs: by Mike Klein · 10 years ago
  33. 5a940b5 Tidy up fOwner in SkMutex_pthread.h. by mtklein · 10 years ago
  34. a8d2ffb add pathops tight bounds; conform path ops' gyp to unit tests by caryclark · 10 years ago
  35. 5da2fa4 Initialize a variable in GrDrawTarget::drawPaths by kkinnunen · 10 years ago
  36. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  37. 6fc763e No one uses SkPicture::swap. by Mike Klein · 10 years ago
  38. 744fb73 Enable basic drawing with SkRecord-based pictures. by Mike Klein · 10 years ago
  39. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  40. c83780c Remove unneeded return from DirectWrite. by Ben Wagner · 10 years ago
  41. f22b6b5 Use smart pointers to make SkPictureRecorder lifetimes less manual. by Mike Klein · 10 years ago
  42. 740c3f1 Better rendering detection with DirectWrite. by bungeman · 10 years ago
  43. c4b84ae Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/354433002/) by rmistry · 10 years ago
  44. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  45. c986b1f Revert of Add functions to support NV_path_rendering in OpenGL ES (https://codereview.chromium.org/345723002/) by rmistry · 10 years ago
  46. abc9bb5 Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/) by rmistry · 10 years ago
  47. 4a995df Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  48. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  49. 196af73 Fix SkPaint::measureText for stroked hairline text by kkinnunen · 10 years ago
  50. bccac6c Re-land "Fix external SkImageFilter caching with clips." by senorblanco · 10 years ago
  51. b8f0798 speed up rgn building by inlining memcmp for 32bit values by reed · 10 years ago
  52. bf1850e Fix SkBlitRow_opts_arm so that it works on ARM v4t. by george · 10 years ago
  53. 9eb182a Add some missing header include guards by george · 10 years ago
  54. eecc35f Some improvements to LATC compression by krajcevski · 10 years ago
  55. 24480bc Use SkMutex::assertHeld in SkPDFFont and SkPDFShader. by halcanary · 10 years ago
  56. a3530ef DirectWrite to not round already subpixel metrics. by bungeman · 10 years ago
  57. e486ec4 In Debug, SkMutex(pthread) crashes on re-entrant aquire from same thread. by halcanary · 10 years ago
  58. 160a52b Stop referencing gl_FragCoord z and w components. by bsalomon · 10 years ago
  59. ae6a059 Undef FloatToFixed and FixedToFloat as well in SkConvolver to avoid confusion with OS X's maths library by george · 10 years ago
  60. aed7007 Fix shader code by krajcevski · 10 years ago
  61. f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
  62. 8b2fac4 Cache the GrEffect used for text rendering in GrBitmapTextContext. by bsalomon · 10 years ago
  63. 9efd66b Revert "Fix external SkImageFilter caching with clips." by senorblanco · 10 years ago
  64. 3935a7b Check for degenerate edges in cubic->quad conversion called by convex path renderer. by bsalomon · 10 years ago
  65. 8e80d17 Reduce texture uploads for font atlas. by jvanverth · 10 years ago
  66. d7f846b Add needed virtual destructors. by bungeman · 10 years ago
  67. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  68. bbcb38d Allow gpu debug markers to be placed by using a GrContext by egdaniel · 10 years ago
  69. 9f01471 Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/) by reed · 10 years ago
  70. ffa9b50 Fix external SkImageFilter caching with clips. by senorblanco · 10 years ago
  71. c5d5cf9 remove guarded code - there are no more callers by reed · 10 years ago
  72. 3eee383 Modify gpu debug markers to store gpu device markers when a flush occurs. by egdaniel · 10 years ago
  73. 12c2198 Remove dashing from gpu veto by egdaniel · 10 years ago
  74. e4097e3 Fix last pathops skp bug by caryclark · 10 years ago
  75. 33eb30f Clean up DirectWrite typeface cache matching. by bungeman · 10 years ago
  76. db6346a Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by mtklein · 10 years ago
  77. 4a24cd8 Fifth attempt to land faster rect blur. Remove unnecessary conditionals from the shader. by humper · 10 years ago
  78. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago
  79. b5c281e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  80. 6d867d4 DirectWrite to use PostScript name for PDF. by bungeman · 10 years ago
  81. 859b924 move some headers out of public by reed · 10 years ago
  82. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  83. a272d6d Move SkStringUtils.h to src/core. by mtklein · 10 years ago
  84. da085e6 fix chrome had #if SK_DEBUG instead of #ifdef SK_DEBUG by caryclark · 10 years ago
  85. dac1d17 Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. by caryclark · 10 years ago
  86. 9ccabf7 Revert of Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. (https://codereview.chromium.org/331193004/) by mtklein · 10 years ago
  87. 0eb02a6 Cleaned a repeated if(condition) with the same condition by piotaixr · 10 years ago
  88. f3b5027 Perlin noise cleanup. by senorblanco · 10 years ago
  89. f1e5a04 Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. by mtklein · 10 years ago
  90. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  91. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  92. cb9a2c8 Extract "text align proc" functions as reusable classes by kkinnunen · 10 years ago
  93. 39e58ad Randomize seed for SkDiscretePathEffect::filterPath() by rs.prinja · 10 years ago
  94. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  95. e07c1ab Revert of third try at landing improved blur rect; this time with more correctness (https://codereview.chromium.org/331443003/) by scroggo · 10 years ago
  96. ce6a354 Fix tiled perlin noise. by senorblanco · 10 years ago
  97. e61c411 Use vertex attributes for dash effect in gpu by egdaniel · 10 years ago
  98. 2f785a2 remove GetDeviceConfig/SetDeviceConfig by reed · 10 years ago
  99. fb4f5cb Use scratch with LATC data if possible by krajcevski · 10 years ago
  100. e26e65e Remove SkPicture pointer from SkPicturePlayback by robertphillips · 10 years ago