1. 2f68e76 Move texture domains onto a GrCustomStage, off of GrSamplerState. by tomhudson@google.com · 12 years ago
  2. e742bf0 Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?) when there's by tomhudson@google.com · 12 years ago
  3. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  4. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  5. 56c79b1 Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stack by robertphillips@google.com · 12 years ago
  6. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
  7. fea85ac Minor refactoring to make GrAutoMatrix a nested sub-class of GrContext by robertphillips@google.com · 12 years ago
  8. bca1c5d Fixed merge error in r4545 by robertphillips@google.com · 12 years ago
  9. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  10. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 12 years ago
  11. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  12. 3e33258 Added GPU implementation of 2-point conical gradient. by rileya@google.com · 12 years ago
  13. 375ff85 Un-trifurcate GrTextContext: get rid of Default and Batched subclasses, by tomhudson@google.com · 12 years ago
  14. e9c0469 Pseudo-reverted r4396 (SkGrPixelRef files are still in source pool but are unused) by robertphillips@google.com · 12 years ago
  15. 5088eb4 Moved SkGrTexturePixelRef to SkGrPixelRef by robertphillips@google.com · 12 years ago
  16. d881bc1 Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef using new GrSurface class by robertphillips@google.com · 12 years ago
  17. 26344cf add explicit purgeAll() so we don't get foiled by the min cache-limit by reed@google.com · 12 years ago
  18. fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 12 years ago
  19. f13f588 Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions. by tomhudson@google.com · 12 years ago
  20. 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
  21. 9ec0753 Altered GrDrawState to always ref texture and render target by robertphillips@google.com · 12 years ago
  22. c82a8b7 Fixed two bugs in SW-only clip mask generation by robertphillips@google.com · 12 years ago
  23. 8f7e1da Remove count budget from resource cache by bsalomon@google.com · 12 years ago
  24. b702c0f GPU would ignore the path effect when its stroke is zero, fix it by bsalomon@google.com · 12 years ago
  25. 56f2244 Fix for r4201 performance regression (http://code.google.com/p/skia/issues/detail?id=640) by robertphillips@google.com · 12 years ago
  26. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  27. 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
  28. 3a5dab4 Always filter gradient textures by bsalomon@google.com · 12 years ago
  29. a1e5795 GrTexture can now create its own cache key by robertphillips@google.com · 12 years ago
  30. 83e5eb8 Clean up likely reference leak in Ganesh custom stages. by tomhudson@google.com · 12 years ago
  31. 898e7b5 Flip the switch to turn on GrCustomStage implementation of gradients; by tomhudson@google.com · 12 years ago
  32. b505a12 Implement morphology as a custom effect by bsalomon@google.com · 12 years ago
  33. c077d1e Rolling back 4053 by robertphillips@google.com · 12 years ago
  34. ab303ef Speculative fix for Android Debug only crash in r4049 by robertphillips@google.com · 12 years ago
  35. ac2c666 Rolling back r4049 by robertphillips@google.com · 12 years ago
  36. 837576b Altered GrDrawState to always ref textures and render target by robertphillips@google.com · 12 years ago
  37. 5af5606 convert float to SkScalar changes by robertphillips@google.com · 12 years ago
  38. 7d30a21 Fixes matrix inconsistency in GPU draws with filters. Also adds a GM test. by bsalomon@google.com · 12 years ago
  39. 99a5ac0 Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a performance gain for large blurs by robertphillips@google.com · 12 years ago
  40. 8637a36 Minor Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  41. 1b3ac8b Don't use the usage flag to determine whether an SkGpuDevice needs to be cleared. Fixes regression in testimagefilters introduced by r3565. Also add baselines for testimagefilters gm on windows. by bsalomon@google.com · 12 years ago
  42. 419400b remove extra parameter ctm in skPaint2GrPaintShader() by bsalomon@google.com · 12 years ago
  43. aad7e27 Fixing blurred shadows of hairline paths when rendered on the GPU by junov@chromium.org · 12 years ago
  44. 2ac4ef5 Fixing the drawing of blurred shodows for hairline paths with software rendering by junov@chromium.org · 12 years ago
  45. 730ca3b Fix NULL as SkColor warning on clang. by bsalomon@google.com · 12 years ago
  46. 06cd732 Reland 3563 by bsalomon@google.com · 12 years ago
  47. 18bbb8b Revet 3563 due to mac bot failure by bsalomon@google.com · 12 years ago
  48. 423d6d9 Improve save layer handling in SkGpuDevice by bsalomon@google.com · 12 years ago
  49. b9014f4 Remove deprecated names from Gr (WK is no longer using them) by bsalomon@google.com · 12 years ago
  50. 8500322 disable GPU blur on small paths by bsalomon@google.com · 12 years ago
  51. 22f42b7 [GPU] when paint has patheffect, it should fallback to path render by bsalomon@google.com · 12 years ago
  52. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  53. f8aa18c Compile with c++0x. http://codereview.appspot.com/5841074/ by bungeman@google.com · 12 years ago
  54. f32a9b6 GPU blit speedup: avoid texture filtering and texture domain when not necessary by junov@chromium.org · 12 years ago
  55. f4a9c82 Split GrTextContext into baseclass and subclass by bsalomon@google.com · 12 years ago
  56. 9183216 use floats to compute texture matrix / coords by bsalomon@google.com · 13 years ago
  57. 3b4dd90 Refactor Gaussian blur and morphology from SkGpuDevice into GrContext. by senorblanco@chromium.org · 13 years ago
  58. 84405e0 make skpaint2grpaint functions be local to skgpudevice.cpp by bsalomon@google.com · 13 years ago
  59. 8c0a0d3 Avoid hairline coverage mul when possible by bsalomon@google.com · 13 years ago
  60. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  61. 8b58c4d path effect on a very thin line should not be discarded by bsalomon@google.com · 13 years ago
  62. 75f9f25 Add code path for Gr client to resolve an Gr-created MSAA render target. by bsalomon@google.com · 13 years ago
  63. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  64. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  65. d9ce125 Prefer a texture pixel ref to a render target pixel ref when creating an SkGpuDevice by bsalomon@google.com · 13 years ago
  66. dd1be60 Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather than alpha to draw hairlines < 1pix wide in GPU. by bsalomon@google.com · 13 years ago
  67. dafde9e Remove shadersupport caps bit by bsalomon@google.com · 13 years ago
  68. 15865a7 Correct GPU glyph positioning. http://codereview.appspot.com/5522050/ by bungeman@google.com · 13 years ago
  69. 547e5be Remove accidentally checked in printf by bsalomon@google.com · 13 years ago
  70. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  71. b3c20fa Speculative fix to please the skia buildbots. I couldn't repro the failure by senorblanco@chromium.org · 13 years ago
  72. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  73. 88939ae Revert r2872 by bsalomon@google.com · 13 years ago
  74. 9a4c389 two loops for setting stage descs by bsalomon@google.com · 13 years ago
  75. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
  76. 1fadb20 Remove static initiazled gClampNearest in gpu backend by bsalomon@google.com · 13 years ago
  77. 75d939b add SK_OVERRIDEs, move impl of virtuals into .cpp by reed@google.com · 13 years ago
  78. 9791291 Prep for GrDrawState as a class Part 2 by bsalomon@google.com · 13 years ago
  79. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  80. 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
  81. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  82. be2aa2a use AsMode instead of deprecated IsMode by mike@reedtribe.org · 13 years ago
  83. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 13 years ago
  84. 74b9871 Do writepixels alpha-premul using gpu by bsalomon@google.com · 13 years ago
  85. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  86. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  87. 60014ca Implement Gaussian blurs for images. The caller creates an an by senorblanco@chromium.org · 13 years ago
  88. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  89. 979432b Turn off annoying printfs by bsalomon@google.com · 13 years ago
  90. 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago
  91. 910267d Make SkDevice::onReadPixels take a const& rather than const* by bsalomon@google.com · 13 years ago
  92. c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
  93. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  94. 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
  95. 452943d internalDrawBitmap is using kShaderTextureIdx. It should be kBitmapTextureIdx. No functional change, both are names for 0. by bsalomon@google.com · 13 years ago
  96. 02f5584 Change SkAutoMaskImage so that we're less likely to write leaky code. by bungeman@google.com · 13 years ago
  97. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  98. fe62638 use common code for treating thin lines as hairlines (much faster) by reed@google.com · 13 years ago
  99. 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
  100. 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago