1. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  2. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  3. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  4. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  5. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  6. c978478 Make gms use getTopDevice() rather than getDevice(). by bsalomon@google.com · 11 years ago
  7. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  8. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  9. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  10. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  11. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  12. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  13. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  14. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  15. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  16. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  17. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  18. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  19. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  20. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  21. c7448ce GrPaint encapsulation. by bsalomon@google.com · 12 years ago
  22. 88becf4 Rename GrPaint fields/enums/members texture->color mask->coverage. by bsalomon@google.com · 12 years ago
  23. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  24. a68937c Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system. by bsalomon@google.com · 12 years ago
  25. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  26. 1c31f63 Remove texture/mask setters on GrPaint by bsalomon@google.com · 12 years ago
  27. 56c79b1 Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stack by robertphillips@google.com · 12 years ago
  28. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  29. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  30. 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
  31. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  32. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
  33. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  34. 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
  35. 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
  36. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  37. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  38. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  39. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  40. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago