1. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  2. 9b21c25 Add SkMatrix44::setTranspose by vollick@chromium.org · 12 years ago
  3. 459e662 Remove a warning for comparing signed and unsigned integers. by scroggo@google.com · 12 years ago
  4. 260eae5 move setDevice() to protected: in preparation for its eventual demise by reed@google.com · 12 years ago
  5. cd5f7e2 mark SkCanvas::setDevice as DEPRECATED -- need to remove all callers in chrome by reed@google.com · 12 years ago
  6. 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
  7. fbb0ed9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  8. 9a5b570 Allow SkPicture-derived classes install their own SkPicturePlayback-derived object by robertphillips@google.com · 12 years ago
  9. 5596a69 Add support for SK_MSCALAR_IS_FLOAT by vollick@chromium.org · 12 years ago
  10. 3959a76 Changing the visibility of SkMatrix44::determinant(). by vollick@chromium.org · 12 years ago
  11. 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
  12. dd31131 add const to src parameter for mapMScalars() by reed@google.com · 12 years ago
  13. 2e0c79f Revert 6351 due to bugs. by bsalomon@google.com · 12 years ago
  14. 1ea95be add explicit mapScalars and mapMScalars entry-points, instead of just map() by reed@google.com · 12 years ago
  15. 20d4467 simplify macros, since we no longer support scalar == fixed by reed@google.com · 12 years ago
  16. d729b3e add entry-point to SkMaskFilter to fast-path rectangles. by reed@google.com · 12 years ago
  17. d9f7503 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. 6898d52 add centerX() and centerY() to SkIRect (because they made me) by reed@google.com · 12 years ago
  19. 6794a25 Apply intersect rects to earlier clip elements and skip rects when possible. by bsalomon@google.com · 12 years ago
  20. 72b2e6f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. e8ca6c6 Combine multiple intersecting rects in SkClipStack::Iter. by bsalomon@google.com · 12 years ago
  22. 2a7579d CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, by reed@google.com · 12 years ago
  23. 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
  24. 8f0a7b8 Add temporary interfaces in blur and clip to by caryclark@google.com · 12 years ago
  25. 4d30383 add more utilities: roundIn(), offsetTo() by reed@google.com · 12 years ago
  26. a362237 add draw filter option to picture_bench by caryclark@google.com · 12 years ago
  27. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
  28. f9a1455 Avoid re-definition of STDC symbols, needed for my ffmpeg work. by senorblanco@chromium.org · 12 years ago
  29. 1aa90cf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  30. 61729ec Remove a pointless anonymous namespace in a header. by thakis@chromium.org · 12 years ago
  31. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  32. 4187a2f Attempt to patch Chrome compiler failures by robertphillips@google.com · 12 years ago
  33. 17fc651 Make all remaining effects use GrGLEffectMatrix by bsalomon@google.com · 12 years ago
  34. b4a55b7 Make morphology, convolution, and table color filter opt out of default texture matrices. by bsalomon@google.com · 12 years ago
  35. 92b6a94 Make GrGLTextureDomainEffect use GrGLEffectMatrix. by bsalomon@google.com · 12 years ago
  36. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  37. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  38. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  39. 35ac048 Refactoring RTree integration to support SkBBoxHierarchy polymorphism in SkPicture. by junov@chromium.org · 12 years ago
  40. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  41. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  42. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  43. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  44. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  45. f3dc199 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  46. 7103f18 GDI fonthost to serialize using correct font name. by bungeman@google.com · 12 years ago
  47. e1e7d7a add SkScalarsEqual() so we don't have to use memcmp for arrays of floats. by reed@google.com · 12 years ago
  48. 4d3c281 Implement SkCondVar for windows. by scroggo@google.com · 12 years ago
  49. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
  50. 683c3c7 Shortcut inverting the identity matrix. by bsalomon@google.com · 12 years ago
  51. 4177ef4 Add SkThreadPool for managing threads. by scroggo@google.com · 12 years ago
  52. 72ba668 Fix for error in r6214 (missing pre-declaration) by robertphillips@google.com · 12 years ago
  53. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  54. d3eb336 Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanup by robertphillips@google.com · 12 years ago
  55. 175fe75 Upstreaming changes from gpu_dev to trunk. by bsalomon@google.com · 12 years ago
  56. 41d0d2f comment-only: add "this may change" warning to SkChecksum.h by epoger@google.com · 12 years ago
  57. 4b2e1c8 Rebase gpu_dev up to r5182 by bsalomon@google.com · 12 years ago
  58. 56315b9 Add file accidentally omitted from r6182. by bsalomon@google.com · 12 years ago
  59. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  60. 42041e6 Allow default texture cache limit to be set within gyp. by djsollen@google.com · 12 years ago
  61. e8ebeb1 Add option to gm: write out images into a hierarchy, rather than a flat set of files by epoger@google.com · 12 years ago
  62. 484ee2a Make GrEffectStage keep a const ptr (rather than non-const) to GrEffect. by bsalomon@google.com · 12 years ago
  63. ee2ef02 Rebaseline gpu_dev from trunk at r6159. by bsalomon@google.com · 12 years ago
  64. cd9f559 Add a factory Create function for SkColorFilterImageFilter, and move the matrix optimization there. This will allow the Chrome compositor to extract the optimized matrix, and potentially apply the color matrix itself, saving a buffer allocation & draw. by senorblanco@chromium.org · 12 years ago
  65. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 12 years ago
  66. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
  67. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  68. 27b40e9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  69. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  70. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  71. 08afc84 Files accidentally omitted from r6123. by bsalomon@google.com · 12 years ago
  72. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  73. 49a5b19 add MACRO macros to help with concat. Stolen from gpu headers by reed@google.com · 12 years ago
  74. 831c726 Correctly set width & height in filtered SkPictures by robertphillips@google.com · 12 years ago
  75. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  76. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  77. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  78. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  79. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  80. 63f1127 Make filter tool actually filter the read in SkPicture by robertphillips@google.com · 12 years ago
  81. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  82. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  83. 077348c Fix slow gm debug builds that are doing large path validation runs. by djsollen@google.com · 12 years ago
  84. c2e8cef Remove use of varargs in SkImageFilter. This is causing a crash in recent by senorblanco@chromium.org · 12 years ago
  85. a56fedc Add SK_API to SkString for hclam@chromium.org by vandebo@chromium.org · 12 years ago
  86. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  87. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
  88. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  89. 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 12 years ago
  90. 3fe1690 Delete three class declarations that we don't provide implementations anymore. by tfarina@chromium.org · 12 years ago
  91. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  92. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  93. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  94. 858804d Use AutoMatrix in GrTextContext by bsalomon@google.com · 12 years ago
  95. 1e269b5 Spell correct some comments. by bsalomon@google.com · 12 years ago
  96. 4200dfe Add SK_API to base classes of classes with SK_API. by bungeman@google.com · 12 years ago
  97. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  98. 8d21f6c When two or more color matrix image filters are connected together, and the non-leaf matrices do not require clamping, we can concatenate their matrices and apply them together. by senorblanco@chromium.org · 12 years ago
  99. 3bafe74 Add SkShader::asShadeProc to fast-path the caller when the shader is fast by reed@google.com · 12 years ago
  100. cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago