1. 91bd459 add SkDataSet class, so SkAnnotation can be more immutable-like by reed@google.com · 12 years ago
  2. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 12 years ago
  3. 3a52d68 Revert SkNO_RETURN_HINT fix in favor of a simpler fix by bsalomon@google.com · 12 years ago
  4. 22f0761 Fix SkNO_RETURN_HINT warnings on mac/clang by bsalomon@google.com · 12 years ago
  5. bad1b2f add SkPath::contains(x, y) by mike@reedtribe.org · 12 years ago
  6. 37946b5 Move animated view headers to correct directory. by bungeman@google.com · 12 years ago
  7. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  8. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  9. 2c02619 Fix misnamed function in explanatory comment. by tomhudson@google.com · 12 years ago
  10. 3a67a66 Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like by senorblanco@chromium.org · 12 years ago
  11. 1dcfa1f Fix definition of isEqual() for two gradient effect custom stages. by tomhudson@google.com · 12 years ago
  12. 142e1fe restore 4478 w/ fixed assert (no long need 8-byte alignment) by reed@google.com · 12 years ago
  13. fc8581b revert 4478 by reed@google.com · 12 years ago
  14. f8affe5 switch callers to SkChecksum::Compute (no 32/64 preference) by reed@google.com · 12 years ago
  15. bdb1ec4 Minor cleanup in lighting image filters: Made the light color a member of the by senorblanco@chromium.org · 12 years ago
  16. b158a82 fix 64bit warnings (use: GYP_DEFINES=skia_arch_width=64 make ... ) by reed@google.com · 12 years ago
  17. 00aad94 define SK_CPU_SSE_LEVEL to a min of SSE2 if we're on 64bit x86 by reed@google.com · 12 years ago
  18. 88db9ef add SkChecksum as a static class, for the replacement API by reed@google.com · 12 years ago
  19. 54823c2 Rolling back r4034 (Proposed plumbing to propagate save & restore) by robertphillips@google.com · 12 years ago
  20. 44f7c4a Make SkTSearch variants with compare func as template param by bsalomon@google.com · 12 years ago
  21. 3e33258 Added GPU implementation of 2-point conical gradient. by rileya@google.com · 12 years ago
  22. 8dbd572 normalize names for SSE levels by reed@google.com · 12 years ago
  23. a2a95f9 experimental hittest for paths (incomplete) by mike@reedtribe.org · 12 years ago
  24. fd59d12 change NewWithCString to allocate room for the terminating NULL, so the data by reed@google.com · 12 years ago
  25. 2e07942 add read/write SkData methods by reed@google.com · 12 years ago
  26. 126b436 detect SSE level in visual studio by reed@google.com · 12 years ago
  27. 5ccbe38 undo accidental checkin by reed@google.com · 12 years ago
  28. ab69788 create symbols for the various SSE values by reed@google.com · 12 years ago
  29. 4a2cb30 add SK_CPU_SSE_LEVEL, which may be defined to 2 or 3 (or 41 or 42 in the future) by reed@google.com · 12 years ago
  30. 41efe04 Partially rolled forward the SkGrPixelRef changes by robertphillips@google.com · 12 years ago
  31. 375ff85 Un-trifurcate GrTextContext: get rid of Default and Batched subclasses, by tomhudson@google.com · 12 years ago
  32. ecf1f32 Temporarily readding SkGrTexturePixelRef.h/.cpp until WebKit is transitioned to SkGrPixelRef by robertphillips@google.com · 12 years ago
  33. 2357927 Fixed memory deletion error in instance counting mechanism by robertphillips@google.com · 12 years ago
  34. 5088eb4 Moved SkGrTexturePixelRef to SkGrPixelRef by robertphillips@google.com · 12 years ago
  35. d881bc1 Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef using new GrSurface class by robertphillips@google.com · 12 years ago
  36. ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 12 years ago
  37. 565254b Fix SkGPipe drawing, and turn it on by default. by scroggo@google.com · 12 years ago
  38. dbc936d add SkData::NewFromCString() by reed@google.com · 12 years ago
  39. fffc8d0 Added EOF marker to address clang++ error by robertphillips@google.com · 12 years ago
  40. ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 12 years ago
  41. 97fafe1 Altered SkInstCnt to print out atexit by robertphillips@google.com · 12 years ago
  42. b74af87 Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) by robertphillips@google.com · 12 years ago
  43. c6faa5a add SkAlign8 and SkIsAlign8 macros by reed@google.com · 12 years ago
  44. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  45. fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 12 years ago
  46. 563a3b4 more SkInstCnt plumbing fix some typeface leaks by reed@google.com · 12 years ago
  47. 73e19fb show # of unknown subclasses in dump by reed@google.com · 12 years ago
  48. fcb57b5 more SkInstCnt plumbing by reed@google.com · 12 years ago
  49. 82ce2b8 add more SkInstCnt plumbing by reed@google.com · 12 years ago
  50. 3b42998 stick SkInstCnt in more classes, to help track down leaks by reed@google.com · 12 years ago
  51. 0833777 Cleanup flattening code to properly serialize lighting image filters. by djsollen@google.com · 12 years ago
  52. f13f588 Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions. by tomhudson@google.com · 12 years ago
  53. 34342f6 export flags on the state of the world when a picture was serialized. by reed@google.com · 12 years ago
  54. 5df2a99 [android] Add an API to load customized font config for testing. by djsollen@google.com · 12 years ago
  55. f49b429 Raster implementation of diffuse and specular lighting filters. Externally, by senorblanco@chromium.org · 12 years ago
  56. 07fc0d1 Revert r4287. Large numbers of textures created by random gradients can cause poor driver performance (at least on Mac) by bsalomon@google.com · 12 years ago
  57. 15c0fea AutoScratchTexture can now release its texture and it will return to the texture cache when freed by robertphillips@google.com · 12 years ago
  58. 5e24129 Move GrTemplates.h to src by bsalomon@google.com · 12 years ago
  59. 9ec0753 Altered GrDrawState to always ref texture and render target by robertphillips@google.com · 12 years ago
  60. 7d501ab Add GrSurface parent class above GrTexture & GrRenderTarget by robertphillips@google.com · 12 years ago
  61. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  62. c82a8b7 Fixed two bugs in SW-only clip mask generation by robertphillips@google.com · 12 years ago
  63. a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 12 years ago
  64. 8f7e1da Remove count budget from resource cache by bsalomon@google.com · 12 years ago
  65. 4da34e3 Add GrMemoryPool as a helper to override operators new/delete by bsalomon@google.com · 12 years ago
  66. 50e4ce0 Fix memory leaks. by tomhudson@google.com · 12 years ago
  67. c0af317 TLS GrContext count by bsalomon@google.com · 12 years ago
  68. f69a11b Use GrAARectRenderer in GPU AA clip mask generation by robertphillips@google.com · 12 years ago
  69. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  70. f22f77f NV PR spec update to function param, use GrGL typedefs rather than fundamental types by bsalomon@google.com · 12 years ago
  71. 9a323c9 faster SkScalarIsFinite() by reed@google.com · 12 years ago
  72. e98ade4 Added Texture desc to render target by robertphillips@google.com · 12 years ago
  73. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  74. 51c62a6 add readPtr and writePtr to SkReader32 and SkWriter32 by reed@google.com · 12 years ago
  75. 64a0ec3 Move SkColorTable into its own header and reduce includes in SkFlattenable.h by djsollen@google.com · 12 years ago
  76. 957ebdd Adding API to GrTexture to reset cached texture parameter values by junov@chromium.org · 12 years ago
  77. f6747b0 Split GrContext's AA Rect drawing methods into helper class by robertphillips@google.com · 12 years ago
  78. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  79. 4151341 Add SK_API to null canvas create method by bsalomon@google.com · 12 years ago
  80. 19bbd3d Null canvas by bsalomon@google.com · 12 years ago
  81. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  82. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  83. df9d656 Add SkPath::getVerbs/countVerbs by bsalomon@google.com · 12 years ago
  84. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  85. f6d3c5a Make SkPath::RawIter require a non-NULL pts pointer. by bsalomon@google.com · 12 years ago
  86. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  87. 72c9672 Add tiled rendering as an option to GM. by scroggo@google.com · 12 years ago
  88. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 12 years ago
  89. cb7be69 Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours is by reed@google.com · 12 years ago
  90. 9923c2b Remove gpu stats tracking by bsalomon@google.com · 12 years ago
  91. fe11cb6 Add GL function pointers for GL_NV_path_rendering by bsalomon@google.com · 12 years ago
  92. 3dd4591 fix warnings on Mac in miscellaneous files by caryclark@google.com · 12 years ago
  93. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 12 years ago
  94. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  95. 25c1993 Reverting r4162 by robertphillips@google.com · 12 years ago
  96. 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 12 years ago
  97. 0090ec7 Fix for compiler error in r4154 by robertphillips@google.com · 12 years ago
  98. 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 12 years ago
  99. d2ae1fa remove 4x4 downsample filter mode by bsalomon@google.com · 12 years ago
  100. a1e5795 GrTexture can now create its own cache key by robertphillips@google.com · 12 years ago