1. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 13 years ago
  2. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 13 years ago
  3. 115b06f Re-revert r6233. by bsalomon@google.com · 13 years ago
  4. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 13 years ago
  5. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 13 years ago
  6. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 13 years ago
  7. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 13 years ago
  8. d3eb336 Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanup by robertphillips@google.com · 13 years ago
  9. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 13 years ago
  10. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 13 years ago
  11. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 13 years ago
  12. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  13. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  14. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
  15. 985fa79 Protect filter_texture() against render target change. by senorblanco@chromium.org · 13 years ago
  16. 055f908 Reset clip in ~SkGpuDevice by robertphillips@google.com · 13 years ago
  17. 7d12675 GPU: add failure checks for the scratch textures used in Gaussian blur. by robertphillips@google.com · 13 years ago
  18. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 13 years ago
  19. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 13 years ago
  20. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 13 years ago
  21. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 13 years ago
  22. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 13 years ago
  23. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  24. 3cbaa2d Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments. by bsalomon@google.com · 13 years ago
  25. 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 13 years ago
  26. 5dc26b9 SkTCopyOnFirstWrite by bsalomon@google.com · 13 years ago
  27. a6926b1 Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a partial revert of r5871 which reverted r5861). by bsalomon@google.com · 13 years ago
  28. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 13 years ago
  29. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 13 years ago
  30. 0e354aa Remove external matrix feature. by bsalomon@google.com · 13 years ago
  31. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 13 years ago
  32. c7448ce GrPaint encapsulation. by bsalomon@google.com · 13 years ago
  33. 88becf4 Rename GrPaint fields/enums/members texture->color mask->coverage. by bsalomon@google.com · 13 years ago
  34. ae75d25 Oops, forgot a file Review URL: https://codereview.appspot.com/6593064 by caryclark@google.com · 13 years ago
  35. dc3a4e5 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  36. ccb3950 Speculative render target ref/unref fixes by robertphillips@google.com · 13 years ago
  37. ffad46b Fixed bug in drawing of large bitmaps by robertphillips@google.com · 13 years ago
  38. 22b460c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  39. bac6b05 Update Ganesh to support fractional rects in drawBitmapRect by robertphillips@google.com · 13 years ago
  40. 9c39744 Fix recursive GPU processing for SkImageFilter. Plumb through the by senorblanco@chromium.org · 13 years ago
  41. 7064e9a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  42. ccaa002 Fix some linux build warnings Review URL: https://codereview.appspot.com/6571050 by bsalomon@google.com · 13 years ago
  43. 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 13 years ago
  44. 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 13 years ago
  45. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 13 years ago
  46. 8090e65 Make the SkGrPixelRef be responsible for unlocking device's scratch texture in the cache by bsalomon@google.com · 13 years ago
  47. a292112 Remove SkGpuDevice::fTexture, use new pixel ref class name by bsalomon@google.com · 13 years ago
  48. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  49. e8e7d5f Remove unnecessary flush from SkGpuDevice by bsalomon@google.com · 13 years ago
  50. cae9529 Revert 5213. WK r126226 has landed in Chromium and the workaround is no longer necessary. by bsalomon@google.com · 13 years ago
  51. 5b59198 Flush in ~SkGpuDevice to unblock Skia roll by bsalomon@google.com · 13 years ago
  52. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 13 years ago
  53. 0d94482 Fix uninitialized color filter data on GrPaint by bsalomon@google.com · 13 years ago
  54. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 13 years ago
  55. 9c2ea84 Split cache-specific fields out of GrTextureDesc by robertphillips@google.com · 13 years ago
  56. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 13 years ago
  57. 46f9350 Added SkClipStack portion of new clip mask caching system by robertphillips@google.com · 13 years ago
  58. 768fee8 Fixed oversized SkRegion bound problem for complexclip_aa GM by robertphillips@google.com · 13 years ago
  59. 302cffb Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and by senorblanco@chromium.org · 13 years ago
  60. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 13 years ago
  61. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 13 years ago
  62. f8d904a GrClip no longer translates its clips (to better mimic SkClipStack's behavior) by robertphillips@google.com · 13 years ago
  63. d7cc651 Move GPU gradients into src/effects/gradients. by rileya@google.com · 13 years ago
  64. 1c31f63 Remove texture/mask setters on GrPaint by bsalomon@google.com · 13 years ago
  65. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 13 years ago
  66. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 13 years ago
  67. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 13 years ago
  68. 4c2a2f7 Added isIntersectionOfRects to SkClipStack by robertphillips@google.com · 13 years ago
  69. 8f4fdc9 Fix npot bitmap tiling by bsalomon@google.com · 13 years ago
  70. 607fe07 Added bound computation to SkClipStack by robertphillips@google.com · 13 years ago
  71. 2683a41 Fix build break in r4694: move reset() call before setting custom stage on sampler. by tomhudson@google.com · 13 years ago
  72. 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 13 years ago
  73. 96291df Remove assertion when texture matrix is unused by bsalomon@google.com · 13 years ago
  74. cbd0ad9 Fix color filter LUT (install custom stage after reset of sampler). Over the shoulder review by TomH. by bsalomon@google.com · 13 years ago
  75. 25f3e9b Work around unused matrix uniform assertion for color filter LUT. by bsalomon@google.com · 13 years ago
  76. e3d3216 Remove stage masks by bsalomon@google.com · 13 years ago
  77. 5ce42ca Make GPU linear gradients do bilinear filtering. by rileya@google.com · 13 years ago
  78. 22e57f9 New subclasses for both Gr and GrGL gradient effect classes. by rileya@google.com · 13 years ago
  79. 24f3ad1 Move texture lock/unlock functions from SkGpuDevice into SkGr as global functions, also removed inconsistent "SkGr" class. by rileya@google.com · 13 years ago
  80. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 13 years ago
  81. 1e95d71 Clean up the use of AutoScratchTexture in the gaussian blur and morphology by senorblanco@chromium.org · 13 years ago
  82. 2f68e76 Move texture domains onto a GrCustomStage, off of GrSamplerState. by tomhudson@google.com · 13 years ago
  83. e742bf0 Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?) when there's by tomhudson@google.com · 13 years ago
  84. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 13 years ago
  85. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 13 years ago
  86. 56c79b1 Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stack by robertphillips@google.com · 13 years ago
  87. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 13 years ago
  88. fea85ac Minor refactoring to make GrAutoMatrix a nested sub-class of GrContext by robertphillips@google.com · 13 years ago
  89. bca1c5d Fixed merge error in r4545 by robertphillips@google.com · 13 years ago
  90. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 13 years ago
  91. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 13 years ago
  92. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 13 years ago
  93. 3e33258 Added GPU implementation of 2-point conical gradient. by rileya@google.com · 13 years ago
  94. 375ff85 Un-trifurcate GrTextContext: get rid of Default and Batched subclasses, by tomhudson@google.com · 13 years ago
  95. e9c0469 Pseudo-reverted r4396 (SkGrPixelRef files are still in source pool but are unused) by robertphillips@google.com · 13 years ago
  96. 5088eb4 Moved SkGrTexturePixelRef to SkGrPixelRef by robertphillips@google.com · 13 years ago
  97. d881bc1 Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef using new GrSurface class by robertphillips@google.com · 13 years ago
  98. 26344cf add explicit purgeAll() so we don't get foiled by the min cache-limit by reed@google.com · 13 years ago
  99. fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 13 years ago
  100. f13f588 Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions. by tomhudson@google.com · 13 years ago