1. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 11 years ago
  2. 1b035d8 Do div-by-zero check for all gpus in ellipse/rr effects. by commit-bot@chromium.org · 11 years ago
  3. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 11 years ago
  4. 4362a38 Distance field fixes for Android by commit-bot@chromium.org · 11 years ago
  5. 66beaf0 Revert of Distance field fixes for Android (https://codereview.chromium.org/205343008/) by commit-bot@chromium.org · 11 years ago
  6. 8fe2ee1 Distance field fixes for Android by commit-bot@chromium.org · 11 years ago
  7. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  8. e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
  9. 1b20a10 Revert "Do not apply hairline optimization for paths if nv_path_rendering is used" by bsalomon@google.com · 11 years ago
  10. 44fb865 Do not apply hairline optimization for paths if nv_path_rendering is used by commit-bot@chromium.org · 11 years ago
  11. eacc489 Fix for thin filled and hairline roundrects. by commit-bot@chromium.org · 11 years ago
  12. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  13. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  14. 261dc56 Move VertexBuilder to a GrGLFullShaderBuilder subclass by commit-bot@chromium.org · 11 years ago
  15. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  16. 234d4fb Mark when effects and programs have vertex code by commit-bot@chromium.org · 11 years ago
  17. a4acf12 Revert "Add a requiresVertexShader method to GrGLEffect" by commit-bot@chromium.org · 11 years ago
  18. 6cc8d44 Fix for ovals failing on Xoom. by jvanverth@google.com · 11 years ago
  19. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  20. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  21. a91f031 Add a requiresVertexShader method to GrGLEffect by commit-bot@chromium.org · 11 years ago
  22. 96a7a96 Fix for aliasing in device-independent ovals on Nexus 10. by commit-bot@chromium.org · 11 years ago
  23. 6fc1b49 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  24. 5242ed7 Add device-independent rendering of ovals, take two. by commit-bot@chromium.org · 11 years ago
  25. 059a5a3 Reverting r11075. by jvanverth@google.com · 11 years ago
  26. 97f74ab Add device-independent GPU rendering of ovals. by commit-bot@chromium.org · 11 years ago
  27. e0c170f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  28. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  29. cefde6e Fix stroked oval and rrect rendering on Ubuntu-x86-Release. by commit-bot@chromium.org · 11 years ago
  30. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  31. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  32. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  33. ef284a8 The two leaks are: by commit-bot@chromium.org · 11 years ago
  34. d1b5b14 Fix for Ovals/RRects on N4 missing interior rectangles. by jvanverth@google.com · 11 years ago
  35. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  36. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  37. 8be02fc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  38. 6bb3efc Better method for rendering AA ellipses. by commit-bot@chromium.org · 11 years ago
  39. 0431b87 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 166726b Fix stroked roundrects on Nexus 10. by commit-bot@chromium.org · 11 years ago
  41. e364741 Revert r9055. by jvanverth@google.com · 11 years ago
  42. 74d50a4 Better method for rendering AA ellipses. by commit-bot@chromium.org · 11 years ago
  43. f58d854 Reverting r9016 due to Nexus7 GM regressions by jvanverth@google.com · 11 years ago
  44. 1335264 Better method for rendering AA ellipses. by commit-bot@chromium.org · 11 years ago
  45. 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  46. 37d883d Disable AA for ovals and roundrects if MSAA is enabled. by commit-bot@chromium.org · 12 years ago
  47. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 12 years ago
  49. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 12 years ago
  50. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 12 years ago
  51. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  52. 0c88828 Fix non-uniform scale and stroked ellipses by commit-bot@chromium.org · 12 years ago
  53. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
  54. c4f2eca Disable GPU acceleration for narrow ovals. by jvanverth@google.com · 12 years ago
  55. 4674676 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 0a6cb60 Shader optimization for ovals. by commit-bot@chromium.org · 12 years ago
  57. 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. 90c240a Move edge GrEffects to locally defined classes. by commit-bot@chromium.org · 12 years ago
  59. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  60. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  61. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  62. 58e30fe Simplify the circle outset code and add comment relating it to the shader code. by bsalomon@google.com · 12 years ago
  63. bb5c465 Trim the copy of the dst made for dst-reading effects using the clip and dev-bounds of draw. by commit-bot@chromium.org · 12 years ago
  64. 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  65. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago