1. 681ccf0 Fix hairline pathrenderer for Nexus-10. Switches to using additional by jvanverth@google.com · 11 years ago
  2. 5e2d270 Reverting r10707. Unreviewed. by jvanverth@google.com · 11 years ago
  3. 85eef60 Fix hairline pathrenderer for Nexus-10. Switches to using additional by commit-bot@chromium.org · 11 years ago
  4. 940c863 Revert r10640: Fix hairline pathrenderer for Nexus-10. by jvanverth@google.com · 11 years ago
  5. 78b64ae Fix hairline pathrenderer for Nexus-10. Switches to using additional by commit-bot@chromium.org · 11 years ago
  6. 34b05ca Separate quad UV calculation from bloat_quad by egdaniel@google.com · 11 years ago
  7. 3f2a2d5 Add Loop Blinn hairline conics to GPU by egdaniel@google.com · 11 years ago
  8. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  9. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  10. 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
  11. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  12. fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 11 years ago
  14. 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
  15. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  16. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  17. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  18. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  19. 912e68e Fix degenerate and near-degenerate hairlines on the gpu by commit-bot@chromium.org · 11 years ago
  20. 1dd9baa Reland path bounds change with correct bounds for convex and hairline path renderers. by bsalomon@google.com · 11 years ago
  21. d7c3742 Revert "Revert "Revert "Pass bounds into draw calls in path renderers.""" by bsalomon@google.com · 11 years ago
  22. 0bf4d47 fix uninitialized adcd by bsalomon@google.com · 11 years ago
  23. 2f2d130 Revert "Revert "Pass bounds into draw calls in path renderers."" by bsalomon@google.com · 11 years ago
  24. 9a9c3d5 Revert "Pass bounds into draw calls in path renderers." by bsalomon@google.com · 11 years ago
  25. f438c97 Pass bounds into draw calls in path renderers. by bsalomon@google.com · 11 years ago
  26. 94b284d Remove GrPathCmd by bsalomon@google.com · 12 years ago
  27. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 12 years ago
  28. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 12 years ago
  29. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 12 years ago
  30. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
  31. 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 12 years ago
  33. 5d01bec Fix for effect cache key. by commit-bot@chromium.org · 12 years ago
  34. 90c240a Move edge GrEffects to locally defined classes. by commit-bot@chromium.org · 12 years ago
  35. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  36. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  37. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  38. 87379e1 Fix minor cppcheck-found issues by robertphillips@google.com · 12 years ago
  39. 37cbc7f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 12 years ago
  41. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  42. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  43. 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 12 years ago
  44. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  45. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  46. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  47. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  48. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  49. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  50. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  51. 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
  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. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  55. 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
  56. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 12 years ago
  57. a834746 Make additional code paths go through GrDrawState helper classes for their matrix manipulations. by bsalomon@google.com · 12 years ago
  58. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  59. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  60. 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
  61. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  62. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 12 years ago
  63. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  64. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  65. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  66. a51ab84 Preserve convex control point polygon in cubic->quadratic approximation by bsalomon@google.com · 12 years ago
  67. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  68. b213ed8 Simplify vertex layout bitfields by making Position-as-texcoords the default. by tomhudson@google.com · 12 years ago
  69. 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
  70. 8a4fc40 Updated useSWOnlyPath method to use path chain instead of raw path renderer methods by robertphillips@google.com · 12 years ago
  71. fa66294 First functioning version of SW-only clip mask creator by robertphillips@google.com · 12 years ago
  72. 7460b37 Fixed minor Release & fixed point compiler warnings on Linux by robertphillips@google.com · 13 years ago
  73. 0e5104c misc fixes by bsalomon@google.com · 13 years ago
  74. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 13 years ago
  75. b3e40c0 Convert SkMatrix::I() assignments to SkMatrix::reset() calls by bsalomon@google.com · 13 years ago
  76. 1971317 Allow compiler to optimize applying quadratic UV matrix to verts by bsalomon@google.com · 13 years ago
  77. b372942 make pathrenderers release their geometry before returning by bsalomon@google.com · 13 years ago
  78. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 13 years ago
  79. 487dc76 remove unused variable by bsalomon@google.com · 13 years ago
  80. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  81. 8f9cbd6 Cleanup of r2830. by bsalomon@google.com · 13 years ago
  82. 3d0835b Revert 2830 and 2831. by bsalomon@google.com · 13 years ago
  83. 0fec61d Make GrDrawState a real class with getters and setters by bsalomon@google.com · 13 years ago
  84. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  85. 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 13 years ago
  86. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 13 years ago
  87. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrAAHairLinePathRenderer.cpp]
  88. f75b84e Add license by bsalomon@google.com · 13 years ago
  89. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  90. 0d2aa84 Fix override issue, rebase win hairmodes_gpu, complexclip_gpu by bsalomon@google.com · 13 years ago
  91. a8a6a32 Use GrAAHairlineRenderer for line segments only if FS derivs not avail by bsalomon@google.com · 13 years ago
  92. 18c9c19 Put caps in a struct, move up to GrDrawTarget by bsalomon@google.com · 13 years ago
  93. 2ec7280 Fix some warnings by bsalomon@google.com · 13 years ago
  94. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  95. a996fec Use push_back_n() in place of multiple push_back()s by bsalomon@google.com · 13 years ago
  96. dbeeac3 Add perspective support to the gpu aa hairline renderer. by bsalomon@google.com · 13 years ago
  97. 46a2a1e Make gpu hairline check for degenerate quad more robust by bsalomon@google.com · 13 years ago
  98. fcb0dbc Fix GrAAHairLinePathRenderer fixed pt build by bsalomon@google.com · 13 years ago
  99. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago