1. 0ba4bf4 Use size_t for rowBytes. by scroggo@google.com · 12 years ago
  2. 9447103 Always round text position correctly. https://codereview.appspot.com/7383049/ by bungeman@google.com · 12 years ago
  3. ffb91da Fixed '#if with no expression' warning/error by robertphillips@google.com · 12 years ago
  4. 58433de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  5. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 12 years ago
  6. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  7. 3012ded Enable cpu-array dynamic vertex data on SGX. by bsalomon@google.com · 12 years ago
  8. 13b77e8 remove obsolete build flags: by reed@google.com · 12 years ago
  9. ad51132 Avoid an unitialized warning on linux. by scroggo@google.com · 12 years ago
  10. c4dc831 Fix a warning on Android. by scroggo@google.com · 12 years ago
  11. 28f9951 Fix a warning on linux. by scroggo@google.com · 12 years ago
  12. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 12 years ago
  13. e4646db remove obsolete build flag SK_IGNORE_SETLINE_FIX by reed@google.com · 12 years ago
  14. fc28bd5 remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIX by reed@google.com · 12 years ago
  15. bcab265 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  16. 4b6d432 Small adjustments to SkRectShaderImageFilter to follow up on original cl. by sugoi@google.com · 12 years ago
  17. 3c8fb51 Fix warnings-as-errors on Mac10.6 and Win. Unreviewed. by senorblanco@chromium.org · 12 years ago
  18. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  19. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 12 years ago
  20. ee3bc3b Add support for vertex data rendered from CPU arrays. by bsalomon@google.com · 12 years ago
  21. d454ec1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  22. e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 12 years ago
  23. d98df1a Fix compile errors in blur code on Windows. by jvanverth@google.com · 12 years ago
  24. 1e1a24e remove blur radius reinterpretation for now to make rebaselining simpler and avoid significant changes to webkit and JNI -- those come later by humper@google.com · 12 years ago
  25. a99a92c Complete the implementation of the faster blur; now supports all blur styles and matches the boxfilter approximation visually. Also change the interpretation of the blur radius to be sigma/2; need to add SK_IGNORE_BLUR_RADIUS_CORRECTNESS to chromium GYP to avoid immediate layout test failures over there. by humper@google.com · 12 years ago
  26. f33612b Fix compare of scalar against (int) kMaxTValue. by reed@google.com · 12 years ago
  27. 76bf70d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  28. 19e393c Fix unused var warning. by bsalomon@google.com · 12 years ago
  29. 880b8fc Refactor tracking of bound vbufs and ibufs and vertex attrib arrays. by bsalomon@google.com · 12 years ago
  30. a62a9ce Enable blur rounding (unreviewed). by senorblanco@chromium.org · 12 years ago
  31. 4a525d7 Add rounding to the separable blurs. This should ensure that the box blurs are energy-preserving (ie., blurring solid 255 alpha stays 255 alpha). by senorblanco@chromium.org · 12 years ago
  32. 5680a51 remove experimental code that accidentally got delivered by robertphillips@google.com · 12 years ago
  33. ce8343d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  34. 87fbbd3 non-SK_DEVELOPER-mode patch for r7752 by robertphillips@google.com · 12 years ago
  35. e4ce5b8 Add NOOP "command" to picture format by robertphillips@google.com · 12 years ago
  36. f929150 Fix for skp chunk sizes when clips are used outside of any save by robertphillips@google.com · 12 years ago
  37. 2ca1aaa Now store chunk size in skp file format by robertphillips@google.com · 12 years ago
  38. 044679e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  39. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  40. 682e1f9 Use CGL rather than AGL on the Mac. by bsalomon@google.com · 12 years ago
  41. 791f12e Move SkPaint::toString from debugger to SkPaint by robertphillips@google.com · 12 years ago
  42. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  43. 45a412e r7719 was an exact reland of r7713. This CL is fix. by bsalomon@google.com · 12 years ago
  44. 6a51dcb Attempt to reland r7713 with fix. by bsalomon@google.com · 12 years ago
  45. 1eeef16 Revert r7713 until GM changes are understood. by bsalomon@google.com · 12 years ago
  46. d2afa6e Move view matrix flush to GrGLPrograms. by bsalomon@google.com · 12 years ago
  47. 9120748 Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram. by bsalomon@google.com · 12 years ago
  48. 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
  49. f186757 call through to to the virtual drawPath from drawOval, for subclasses (e.g. pdf) by reed@google.com · 12 years ago
  50. 2ae67e7 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 12 years ago
  51. e182829 mirror of https://codereview.appspot.com/7312060/ by reed@google.com · 12 years ago
  52. 8626719 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 8d84b8f Adding comments based on review https://codereview.appspot.com/7300072/ by junov@chromium.org · 12 years ago
  54. 6438695 Revert 7625 until after M26 due to a mix of perf changes. by bsalomon@google.com · 12 years ago
  55. f507c41 Adding option to SkTileGrid for specifying border pixels. by junov@chromium.org · 12 years ago
  56. d8e0d6a Optimize building gradient cache for when we know alpha is always 0xFF. by reed@google.com · 12 years ago
  57. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  58. edbd21a Temporarily disable new GL error checking in ~SkGLContext by robertphillips@google.com · 12 years ago
  59. 82b0ec6 Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable. by bsalomon@google.com · 12 years ago
  60. 53009ba only take the vertical special-case for gradients when dx is exactly 0, as a by reed@google.com · 12 years ago
  61. 5b25a8d Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 12 years ago
  62. 51ac7e6 Remove GR_AGGRESSIVE_SHADER_OPTS build option. by bsalomon@google.com · 12 years ago
  63. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  64. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  65. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  66. 709906b Fix a perf regression introduced by r7594: when computing a texture cache key, use the resolved (Top or Bottom) surface origin, never Default, otherwise we never get a cache hit. by senorblanco@chromium.org · 12 years ago
  67. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
  68. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
  69. 1c7c01a Remove GR_STATIC_RECT_VB Review URL: https://codereview.appspot.com/7304055 by bsalomon@google.com · 12 years ago
  70. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
  71. cbe4f6a Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VB by jvanverth@google.com · 12 years ago
  72. 90096b6 Small code cleaup: remove redundant if unreviewd, comment from previous cl by edisonn@google.com · 12 years ago
  73. ae68392 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  74. 2e6a69b If the stack is too deep we could get Stack Overflow in pdf's ContentEntry's destructor. by edisonn@google.com · 12 years ago
  75. 55cac11 Fix calls to setVertexSourceToBuffer by robertphillips@google.com · 12 years ago
  76. f3a7bc7 Fix bench crash (calling method on NULL object). by bsalomon@google.com · 12 years ago
  77. a4d18dd Reinstate r7546: fix unused variable warning by jvanverth@google.com · 12 years ago
  78. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  79. 5c265d6 Revert r7595 due to housekeeper warning-as-error. by bsalomon@google.com · 12 years ago
  80. 3e9b076 Re-enable static asserts with windows warning fix. by bsalomon@google.com · 12 years ago
  81. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
  82. 9349101 Implement support for origin-TopLeft render targets in GL backend. by scroggo@google.com · 12 years ago
  83. 493c65f Fix some 64 bit warnings on mac. by scroggo@google.com · 12 years ago
  84. 19376b8 Fix unbalanced Shader set/endContext calls in drawVertices by djsollen@google.com · 12 years ago
  85. e7767cf hide the static-assert block altogether, until we can find a construct that by reed@google.com · 12 years ago
  86. 3ac5eb5 fix (new annoying) warning (mac only I think) by reed@google.com · 12 years ago
  87. 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
  88. d4ce480 Restore variable to release builds. by jvanverth@google.com · 12 years ago
  89. 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
  90. 1c295e4 remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselines by mike@reedtribe.org · 12 years ago
  91. 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 · 12 years ago
  92. ae97c06 remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients now by reed@google.com · 12 years ago
  93. 394c885 add kMultiply_Mode to switch statement (fix warning) by reed@google.com · 12 years ago
  94. 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 12 years ago
  95. 4e5a895 Simplify and speed up SkIntroSort. https://codereview.appspot.com/7273048/ by bungeman@google.com · 12 years ago
  96. a45afcf Commit file missing from r7550 by bsalomon@google.com · 12 years ago
  97. 6004029 Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we by reed@google.com · 12 years ago
  98. 7fbf5cf fix unused variable warning by reed@google.com · 12 years ago
  99. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  100. 9dde018 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago