1. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 12 years ago
  2. 1dd9baa Reland path bounds change with correct bounds for convex and hairline path renderers. by bsalomon@google.com · 12 years ago
  3. d7c3742 Revert "Revert "Revert "Pass bounds into draw calls in path renderers.""" by bsalomon@google.com · 12 years ago
  4. 2f2d130 Revert "Revert "Pass bounds into draw calls in path renderers."" by bsalomon@google.com · 12 years ago
  5. 9a9c3d5 Revert "Pass bounds into draw calls in path renderers." by bsalomon@google.com · 12 years ago
  6. f438c97 Pass bounds into draw calls in path renderers. by bsalomon@google.com · 12 years ago
  7. 94b284d Remove GrPathCmd by bsalomon@google.com · 12 years ago
  8. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  9. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  10. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  11. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  12. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 13 years ago
  13. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 13 years ago
  14. 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 · 13 years ago
  15. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 13 years ago
  16. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 13 years ago
  17. 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 13 years ago
  18. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 13 years ago
  19. 03f1ecd Fix for typo in r5754 by robertphillips@google.com · 13 years ago
  20. ccb3950 Speculative render target ref/unref fixes by robertphillips@google.com · 13 years ago
  21. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  22. e3d3216 Remove stage masks by bsalomon@google.com · 13 years ago
  23. b213ed8 Simplify vertex layout bitfields by making Position-as-texcoords the default. by tomhudson@google.com · 13 years ago
  24. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 13 years ago
  25. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 13 years ago
  26. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 13 years ago
  27. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 13 years ago
  28. b3e40c0 Convert SkMatrix::I() assignments to SkMatrix::reset() calls by bsalomon@google.com · 13 years ago
  29. b372942 make pathrenderers release their geometry before returning by bsalomon@google.com · 13 years ago
  30. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 13 years ago
  31. 7d72c45 code cleanup for single_pass_path() and remove enum GrConvexHint by bsalomon@google.com · 13 years ago
  32. 6b2445e Make GrStencilState a class to enable future optimizations by bsalomon@google.com · 14 years ago
  33. 8f9cbd6 Cleanup of r2830. by bsalomon@google.com · 14 years ago
  34. 3d0835b Revert 2830 and 2831. by bsalomon@google.com · 14 years ago
  35. 0fec61d Make GrDrawState a real class with getters and setters by bsalomon@google.com · 14 years ago
  36. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 14 years ago
  37. 62b0968 Speed up GrDrawState handling. by tomhudson@google.com · 14 years ago
  38. 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 14 years ago
  39. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 14 years ago
  40. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 14 years ago[Renamed from gpu/src/GrDefaultPathRenderer.cpp]
  41. 86c1f71 Gpu blend optimizations, handle more xfer modes with fractional pixel coverage by bsalomon@google.com · 14 years ago
  42. 8c2fe99 Fix some issues in gpu device with perspective. Add a gm that would have caught them. by bsalomon@google.com · 14 years ago
  43. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 14 years ago
  44. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 14 years ago
  45. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 14 years ago
  46. dd5f744 Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity(). by tomhudson@google.com · 14 years ago
  47. 3008519 Use a prioritized list of path renderers in Gr. by bsalomon@google.com · 14 years ago