1. 249af15 BUG=skia: by joshualitt · 10 years ago
  2. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  3. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  4. 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  5. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
  6. af013bf Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  7. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  8. 8341eb7 Rename from "(un)lock" to "(un)map" for geometry buffers. by commit-bot@chromium.org · 10 years ago
  9. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  10. cabf4b2 Unify edge type enums across GrEffect subclasses that clip rendering to a geometry. by commit-bot@chromium.org · 10 years ago
  11. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 10 years ago
  12. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 10 years ago
  13. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  14. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  15. e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
  16. 1b20a10 Revert "Do not apply hairline optimization for paths if nv_path_rendering is used" by bsalomon@google.com · 11 years ago
  17. 44fb865 Do not apply hairline optimization for paths if nv_path_rendering is used by commit-bot@chromium.org · 11 years ago
  18. f91e3d4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. 52c7526 Reenable GrAAHairlinePathRenderer assert w/ fix by robertphillips@google.com · 11 years ago
  20. 4fe0555 Temporarily disable assert in GrAAHairlinePathRenderer.cpp by robertphillips@google.com · 11 years ago
  21. ada90da "Fix" for hairline corner bugs by robertphillips@google.com · 11 years ago
  22. b8bd6cb Fix bounds computation in GrAAHairlineRenderer by commit-bot@chromium.org · 11 years ago
  23. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  24. 8846247 Only assert that conic/quad effects get created if they are to be used. by commit-bot@chromium.org · 11 years ago
  25. 44a77c8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. 07e1c3f Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  27. 2398bbd Revert "Pull out Effect Shaders in GPU Path Renderer" by egdaniel@google.com · 11 years ago
  28. 89ff637 Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  29. 1394840 Move gpu conic calculations to GrPathUtils by commit-bot@chromium.org · 11 years ago
  30. 858638d Add direct bezier cubic support for GPU shaders by commit-bot@chromium.org · 11 years ago
  31. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  32. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  33. 681ccf0 Fix hairline pathrenderer for Nexus-10. Switches to using additional by jvanverth@google.com · 11 years ago
  34. 5e2d270 Reverting r10707. Unreviewed. by jvanverth@google.com · 11 years ago
  35. 85eef60 Fix hairline pathrenderer for Nexus-10. Switches to using additional by commit-bot@chromium.org · 11 years ago
  36. 940c863 Revert r10640: Fix hairline pathrenderer for Nexus-10. by jvanverth@google.com · 11 years ago
  37. 78b64ae Fix hairline pathrenderer for Nexus-10. Switches to using additional by commit-bot@chromium.org · 11 years ago
  38. 34b05ca Separate quad UV calculation from bloat_quad by egdaniel@google.com · 11 years ago
  39. 3f2a2d5 Add Loop Blinn hairline conics to GPU by egdaniel@google.com · 11 years ago
  40. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  41. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  42. 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
  43. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  44. fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  45. 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 11 years ago
  46. 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
  47. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  48. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  49. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  50. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  51. 912e68e Fix degenerate and near-degenerate hairlines on the gpu by commit-bot@chromium.org · 11 years ago
  52. 1dd9baa Reland path bounds change with correct bounds for convex and hairline path renderers. by bsalomon@google.com · 11 years ago
  53. d7c3742 Revert "Revert "Revert "Pass bounds into draw calls in path renderers.""" by bsalomon@google.com · 11 years ago
  54. 0bf4d47 fix uninitialized adcd by bsalomon@google.com · 11 years ago
  55. 2f2d130 Revert "Revert "Pass bounds into draw calls in path renderers."" by bsalomon@google.com · 11 years ago
  56. 9a9c3d5 Revert "Pass bounds into draw calls in path renderers." by bsalomon@google.com · 11 years ago
  57. f438c97 Pass bounds into draw calls in path renderers. by bsalomon@google.com · 11 years ago
  58. 94b284d Remove GrPathCmd by bsalomon@google.com · 11 years ago
  59. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 11 years ago
  60. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 11 years ago
  61. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 11 years ago
  62. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 11 years ago
  63. 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  64. 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 11 years ago
  65. 5d01bec Fix for effect cache key. by commit-bot@chromium.org · 11 years ago
  66. 90c240a Move edge GrEffects to locally defined classes. by commit-bot@chromium.org · 11 years ago
  67. 054ae99 Take two for r8466: by jvanverth@google.com · 11 years ago
  68. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  69. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  70. 87379e1 Fix minor cppcheck-found issues by robertphillips@google.com · 11 years ago
  71. 37cbc7f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  72. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 11 years ago
  73. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  74. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  75. 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 11 years ago
  76. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 11 years ago
  77. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 11 years ago
  78. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 11 years ago
  79. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 11 years ago
  80. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 11 years ago
  81. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  82. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  83. 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
  84. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  85. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  86. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  87. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 12 years ago
  88. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 12 years ago
  89. a834746 Make additional code paths go through GrDrawState helper classes for their matrix manipulations. by bsalomon@google.com · 12 years ago
  90. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  91. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  92. 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
  93. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  94. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 12 years ago
  95. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  96. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  97. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  98. a51ab84 Preserve convex control point polygon in cubic->quadratic approximation by bsalomon@google.com · 12 years ago
  99. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  100. b213ed8 Simplify vertex layout bitfields by making Position-as-texcoords the default. by tomhudson@google.com · 12 years ago