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