1. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  2. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  3. 933e65d replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove them entirely! by commit-bot@chromium.org · 10 years ago
  4. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 10 years ago
  5. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 10 years ago
  6. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  7. 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
  8. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  9. 261dc56 Move VertexBuilder to a GrGLFullShaderBuilder subclass by commit-bot@chromium.org · 11 years ago
  10. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  11. 234d4fb Mark when effects and programs have vertex code by commit-bot@chromium.org · 11 years ago
  12. a4acf12 Revert "Add a requiresVertexShader method to GrGLEffect" by commit-bot@chromium.org · 11 years ago
  13. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  14. a91f031 Add a requiresVertexShader method to GrGLEffect by commit-bot@chromium.org · 11 years ago
  15. 106655e Fix convex path renderer bounds computation by commit-bot@chromium.org · 11 years ago
  16. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  17. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  18. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  19. fdfbb9d Fix repeated point quads/cubics in convex pr and update convexpaths GM by commit-bot@chromium.org · 11 years ago
  20. 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
  21. 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
  22. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  23. 1dd9baa Reland path bounds change with correct bounds for convex and hairline path renderers. by bsalomon@google.com · 11 years ago
  24. d7c3742 Revert "Revert "Revert "Pass bounds into draw calls in path renderers.""" by bsalomon@google.com · 11 years ago
  25. 2f2d130 Revert "Revert "Pass bounds into draw calls in path renderers."" by bsalomon@google.com · 11 years ago
  26. 9a9c3d5 Revert "Pass bounds into draw calls in path renderers." by bsalomon@google.com · 11 years ago
  27. f438c97 Pass bounds into draw calls in path renderers. by bsalomon@google.com · 11 years ago
  28. 7d9ffc8 Make GrAAConvexPathRender support paths with > 64K verts. by bsalomon@google.com · 11 years ago
  29. 94b284d Remove GrPathCmd by bsalomon@google.com · 11 years ago
  30. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 11 years ago
  31. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 11 years ago
  32. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 11 years ago
  33. 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  34. 5d01bec Fix for effect cache key. by commit-bot@chromium.org · 11 years ago
  35. 90c240a Move edge GrEffects to locally defined classes. by commit-bot@chromium.org · 11 years ago
  36. 054ae99 Take two for r8466: by jvanverth@google.com · 11 years ago
  37. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  38. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  39. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 11 years ago
  40. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  41. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  42. 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 11 years ago
  43. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 11 years ago
  44. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 11 years ago
  45. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 11 years ago
  46. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 11 years ago
  47. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 11 years ago
  48. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  49. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  50. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  51. 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
  52. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  53. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  54. a834746 Make additional code paths go through GrDrawState helper classes for their matrix manipulations. by bsalomon@google.com · 12 years ago
  55. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  56. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  57. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  58. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  59. a51ab84 Preserve convex control point polygon in cubic->quadratic approximation by bsalomon@google.com · 12 years ago
  60. b213ed8 Simplify vertex layout bitfields by making Position-as-texcoords the default. by tomhudson@google.com · 12 years ago
  61. 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
  62. 8a4fc40 Updated useSWOnlyPath method to use path chain instead of raw path renderer methods by robertphillips@google.com · 12 years ago
  63. fa66294 First functioning version of SW-only clip mask creator by robertphillips@google.com · 12 years ago
  64. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 12 years ago
  65. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 12 years ago
  66. 6390c72 Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  67. fa1dd11 Revert r3523 and r2522 by vandebo@chromium.org · 12 years ago
  68. 354fd0e Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  69. b3e40c0 Convert SkMatrix::I() assignments to SkMatrix::reset() calls by bsalomon@google.com · 12 years ago
  70. 1a38d55 Perform degenerate check in device coords in convex path renderer by bsalomon@google.com · 12 years ago
  71. 1971317 Allow compiler to optimize applying quadratic UV matrix to verts by bsalomon@google.com · 12 years ago
  72. b372942 make pathrenderers release their geometry before returning by bsalomon@google.com · 12 years ago
  73. af90f7f Recommit r3321 with fix for path orientation reversal. by bsalomon@google.com · 12 years ago
  74. 6d2733a Revert r3321 because of GM failure by bsalomon@google.com · 12 years ago
  75. c759af3 Avoid making a copy of the path in GrAAConvexPathRenderer by bsalomon@google.com · 12 years ago
  76. 68a5b26 Prealloc space for ~10 segments in GrAAConvexPathRenderer by bsalomon@google.com · 12 years ago
  77. 9b1517e minor improvement, remove some conditionals in GrAAConvexPathRenderer by bsalomon@google.com · 12 years ago
  78. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 12 years ago
  79. 5b56d9e In convex path renderer, translate polygon to origin for fanPt computation by bsalomon@google.com · 12 years ago
  80. 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 12 years ago
  81. 9732f62 Fix degenerate test in convex path renderer by bsalomon@google.com · 12 years ago
  82. 9aed114 by bsalomon@google.com · 12 years ago
  83. 0680961 revert 3078 by bsalomon@google.com · 12 years ago
  84. 495e210 fix interior issues in convex path renderer by bsalomon@google.com · 12 years ago
  85. 5cc90d1 Incorporate changes related to Tom's post-hoc comments on the convex path renderer. by bsalomon@google.com · 12 years ago
  86. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 12 years ago