1. 7c6d264 Fix race condition when locking/unlocking pixels. by djsollen@google.com · 11 years ago
  2. 078dcf2 Ubuntu Performance trigger rebaseline by robertphillips@google.com · 11 years ago
  3. ea4b797 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  4. 0d9f5f7 old compiler is dumb by mtklein@google.com · 11 years ago
  5. f916f9e revise SkTDynamicHash and add unit tests BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  6. 7e27bcd pdfviewer: remove debug traces by edisonn@google.com · 11 years ago
  7. d831ad2 Rebaseline imagemagnifier GM for Nexus-4 by jvanverth@google.com · 11 years ago
  8. 91ce698 pdfviewer: debug code for crash by edisonn@google.com · 11 years ago
  9. 34b05ca Separate quad UV calculation from bloat_quad by egdaniel@google.com · 11 years ago
  10. 97333f2 Remove warning comment from SkImageFilter. by senorblanco@chromium.org · 11 years ago
  11. 9772a52 Minor sk_memset{16|32}_SSE2 optimization. by commit-bot@chromium.org · 11 years ago
  12. 67ed64e GPU Font Cache improvements: by commit-bot@chromium.org · 11 years ago
  13. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  14. 7ee12ca pdfviewer: add virtual destructor for SkPdfFont by edisonn@google.com · 11 years ago
  15. 45be4eb pdfviewer: fix typo by edisonn@google.com · 11 years ago
  16. 5149bd9 pdfviewer: set backdround to transparent, and add an app to chop transparent content in png files. by edisonn@google.com · 11 years ago
  17. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  18. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  19. a27622c Fix OverdrawFilter not set on first call to SkDebugCanvas::drawTo() by commit-bot@chromium.org · 11 years ago
  20. b0145ce pdfviewer: add indexed rbg image support, enhanche caching(setData) for SkPdfObject by edisonn@google.com · 11 years ago
  21. 2f683ba Temporarily disable GpuTestPath. by jvanverth@google.com · 11 years ago
  22. 6a6c80c Enable SkUtilsArm on all ARM platforms and always use NDK compliant NEON detection on Android. by djsollen@google.com · 11 years ago
  23. 1a165aa Actually flush the path stencil transform when the matrix changes by commit-bot@chromium.org · 11 years ago
  24. 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 11 years ago
  25. a62efcc Avoid counting verbs twice in SkPath::isEmpty() by commit-bot@chromium.org · 11 years ago
  26. 7e5d186 In preparation for make Chromium's skia.gyp use pdf.gypi. by commit-bot@chromium.org · 11 years ago
  27. 75217ab N7 Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  28. 2a192a8 Delete image-based rebaselining tool; we have switched to checksums by epoger@google.com · 11 years ago
  29. e2e01ff pdfviewer: implementation of one type of pattern - simple tile patern, colored, with xstep and ystep positive. by edisonn@google.com · 11 years ago
  30. 48bc791 correctly copy constant coverage from GrPaint to GrDrawState by bsalomon@google.com · 11 years ago
  31. 0837bcd Adds poppler and dependencies to DEPS. This is a pre-CL for 20220002, and getting DEPS committed first is necessary to get the trybots to run on the larger CL (since the trybots do 'gclient sync' before patching). by commit-bot@chromium.org · 11 years ago
  32. 12b0fa5 Create AJAX live-viewer of expected-vs-actual GM results by epoger@google.com · 11 years ago
  33. 65e508d Restore a default timer to bench_pictures. by scroggo@google.com · 11 years ago
  34. a479aa1 fix skpdiff viewer bug when using relative paths by zachr@google.com · 11 years ago
  35. 89066e5 Removed duplicate file by sugoi@google.com · 11 years ago
  36. 44324fa Fixing SkDeferredCanvas::writePixels to trigger appropriate change notifications to SkSurface by junov@chromium.org · 11 years ago
  37. b6c7985 Add nv_path_rendering entry points to Unix GLInterface by commit-bot@chromium.org · 11 years ago
  38. db5460b add remote debugging support for x86 phone by commit-bot@chromium.org · 11 years ago
  39. aade2e1 Add fullscreen rect bench by bsalomon@google.com · 11 years ago
  40. fde1e7c Support MSAA in the picture debugger by commit-bot@chromium.org · 11 years ago
  41. bd74add Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. febfd70 Add onRefMatchingStyle to SkFontHost_linux. by bungeman@google.com · 11 years ago
  43. 5ecd4fa Fix SkTMin call introduced in 10500 which fails on some platforms. by bungeman@google.com · 11 years ago
  44. ddc218e Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  45. 35a20a1 Fix memory leak in SkPDFResourceDict by commit-bot@chromium.org · 11 years ago
  46. 276fed9 pdfviewer: debug the parameters for snc, and for resolveReference by edisonn@google.com · 11 years ago
  47. 397a954 Reintroduce default impls removed in 10495. by bungeman@google.com · 11 years ago
  48. b10b51f Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  49. 9a43c18 pdfviewer: finish implementation of SkPdfObject.toString(), and include in debugging traces we leave when rendering. by edisonn@google.com · 11 years ago
  50. 24202c7 Revert "Don't call SkGpuDevice::drawVertices from drawPoints when AA is required." by djsollen@google.com · 11 years ago
  51. 70c54b1 New baselines for imagefiltersgraph GM after r10482. by senorblanco@chromium.org · 11 years ago
  52. 74f96b9 Added 3-color gradient scraper for detecting symmetrical gradients. by commit-bot@chromium.org · 11 years ago
  53. c048de0 Don't call SkGpuDevice::drawVertices from drawPoints when AA is required. by commit-bot@chromium.org · 11 years ago
  54. 3f2a2d5 Add Loop Blinn hairline conics to GPU by egdaniel@google.com · 11 years ago
  55. 7fb83c8 When skia run bench cases to test performance, it will run constructors for all cases one by one, then getName to skip unnecessary cases according to command line parameters, so these constructors should be lightweight enough to avoid redundant computing. Unfortunately, some constructors contain intensive computing/rendering. They are very heavy, maybe much heavier than need-to-run bench case itself. And these redundant computation will be run every time you run bench, even you just test a single simple case. Moreover, it will mislead the real hotspot/bottleneck of the case itself. by commit-bot@chromium.org · 11 years ago
  56. ab44a17 stub support for SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
  57. 62df526 Make SkPath::conservativelyContainsRect not assert on paths that begin with repeated moveTos by commit-bot@chromium.org · 11 years ago
  58. d4c3565 Fixes for JPEG subset decoding. by scroggo@google.com · 11 years ago
  59. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  60. 8743b8f Mark GrMemoryPool methods as static. by commit-bot@chromium.org · 11 years ago
  61. 1fdc677 ARM Skia NEON patches - 14 - S32A_Blend by commit-bot@chromium.org · 11 years ago
  62. 251176e pdfviewer: remove simple implementation for non-isolated groups. will be implemented in skia most probably. also it is not generated by SkPDFDevice by edisonn@google.com · 11 years ago
  63. 34a3e9b N7 performance trigger rebaselines by robertphillips@google.com · 11 years ago
  64. 5d4b773 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. 92ffe7d Inverse fill support in PDF by commit-bot@chromium.org · 11 years ago
  66. 1958e91 New baselines for imagefilterscropped. by senorblanco@chromium.org · 11 years ago
  67. d9d5c05 Enable runtime checks for SSSE3 on x86 on Android. by mtklein@google.com · 11 years ago
  68. 55fd612 Committed: http://code.google.com/p/skia/source/detail?r=10372 by commit-bot@chromium.org · 11 years ago
  69. 65a629a Revert "Revert "Revert "try enabling FONTHOST_USES_FONTMGR and see what breaks""" by reed@google.com · 11 years ago
  70. 699c06e Revert "Revert "try enabling FONTHOST_USES_FONTMGR and see what breaks"" by reed@google.com · 11 years ago
  71. f3f2d16 set nominmax on windows by bsalomon@google.com · 11 years ago
  72. b6bd24d add impls for createfromstream for fontconfig fontmgr by reed@google.com · 11 years ago
  73. cde269a Revert "try enabling FONTHOST_USES_FONTMGR and see what breaks" by reed@google.com · 11 years ago
  74. f111a4b pdfviewer: transparency groups - implementation of non-isolated and non-knockout flags by edisonn@google.com · 11 years ago
  75. b14d5bc try enabling FONTHOST_USES_FONTMGR and see what breaks by reed@google.com · 11 years ago
  76. b14ecda add dox to SkTDynamicHash, fix typo of Key instead of KEY by reed@google.com · 11 years ago
  77. e027a6e adapt FontConfig to use SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
  78. caacc8f Remove a stray double assign that g++ 4.8 thinks has ill-defined sequencing. by mtklein@google.com · 11 years ago
  79. 29bf862 Upstream changes from Android by djsollen@google.com · 11 years ago
  80. 631a59b added drawVertices path to GameBench by robertphillips@google.com · 11 years ago
  81. f7542ba update gyp for ARM builds to be more well defined. by djsollen@google.com · 11 years ago
  82. 76015b0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. dd9875d Rebaseline blur tests for r10444. Max color mismatch 1. by senorblanco@chromium.org · 11 years ago
  84. f2776ee Alter assert that is causing Chromium compilation failure by robertphillips@google.com · 11 years ago
  85. 46724e4 + ,fLastAllocated(NULL) by commit-bot@chromium.org · 11 years ago
  86. 7fdcd44 support SK_FONTHOST_USES_FONTMGR on mac by reed@google.com · 11 years ago
  87. d71732a Optimize the blur convolution by only applying domain clamping where necessary. Split the blur convolution into left and right margins which have clamping applied and a center portion which doesn't. Also reorder the convolve_gaussian() parameters to match GrConvolutionEffect params. Correctness is covered by existing tests; performance is covered by BlurImageFilter bench. by senorblanco@chromium.org · 11 years ago
  88. 2faef55 Remove old default implementation of SkTypeface::onGetUPEM. by bungeman@google.com · 11 years ago
  89. 30ddd61 refactoring for SK_FONTHOST_USES_FONTMGR option by reed@google.com · 11 years ago
  90. 2d85934 leading slash confuses non-git tools that read .gitignore, like ag by commit-bot@chromium.org · 11 years ago
  91. 24cdf13 pdfviewer: more prerequired work to have examples working for transparency work items. by edisonn@google.com · 11 years ago
  92. 43e4f6e Adds links to dashboard plots for skp bench values out of range. (SkipBuildbotRuns). by bensong@google.com · 11 years ago
  93. 72761f0 ndk r8d->r8e, adding mips toolchain by mtklein@google.com · 11 years ago
  94. ca7ff06 Rebaseline a couple of Nexus 7 GPU GMs for thumb2. by mtklein@google.com · 11 years ago
  95. 88fc03d pdfviewer: add doPage function, cet stream from Contents by edisonn@google.com · 11 years ago
  96. 38bad32 fold SK_CPU_HAS_CONDITION_INSTR through as always defined by commit-bot@chromium.org · 11 years ago
  97. 5abacf6 add scalar stubs for neon functions to give arm guys a place to work by commit-bot@chromium.org · 11 years ago
  98. 05256f6 set a correct breakpoint for gdbserver, gdb can stop here before the app is running, and we can set more breakpoints if we need. For previous one, gdb will not stop, so it will run the app and exit. by commit-bot@chromium.org · 11 years ago
  99. 073a32e Fix compiler warning/error in r10428 by robertphillips@google.com · 11 years ago
  100. 17ad2bd Fix quickReject computation for blurs by robertphillips@google.com · 11 years ago