1. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  2. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  3. 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
  4. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 12 years ago
  5. a834746 Make additional code paths go through GrDrawState helper classes for their matrix manipulations. by bsalomon@google.com · 12 years ago
  6. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  7. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  8. 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
  9. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  10. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 12 years ago
  11. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  12. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  13. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  14. a51ab84 Preserve convex control point polygon in cubic->quadratic approximation by bsalomon@google.com · 12 years ago
  15. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  16. b213ed8 Simplify vertex layout bitfields by making Position-as-texcoords the default. by tomhudson@google.com · 12 years ago
  17. 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
  18. 8a4fc40 Updated useSWOnlyPath method to use path chain instead of raw path renderer methods by robertphillips@google.com · 12 years ago
  19. fa66294 First functioning version of SW-only clip mask creator by robertphillips@google.com · 12 years ago
  20. 7460b37 Fixed minor Release & fixed point compiler warnings on Linux by robertphillips@google.com · 12 years ago
  21. 0e5104c misc fixes by bsalomon@google.com · 12 years ago
  22. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 12 years ago
  23. b3e40c0 Convert SkMatrix::I() assignments to SkMatrix::reset() calls by bsalomon@google.com · 12 years ago
  24. 1971317 Allow compiler to optimize applying quadratic UV matrix to verts by bsalomon@google.com · 12 years ago
  25. b372942 make pathrenderers release their geometry before returning by bsalomon@google.com · 13 years ago
  26. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 13 years ago
  27. 487dc76 remove unused variable by bsalomon@google.com · 13 years ago
  28. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  29. 8f9cbd6 Cleanup of r2830. by bsalomon@google.com · 13 years ago
  30. 3d0835b Revert 2830 and 2831. by bsalomon@google.com · 13 years ago
  31. 0fec61d Make GrDrawState a real class with getters and setters by bsalomon@google.com · 13 years ago
  32. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  33. 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 13 years ago
  34. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 13 years ago
  35. 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]
  36. f75b84e Add license by bsalomon@google.com · 13 years ago
  37. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  38. 0d2aa84 Fix override issue, rebase win hairmodes_gpu, complexclip_gpu by bsalomon@google.com · 13 years ago
  39. a8a6a32 Use GrAAHairlineRenderer for line segments only if FS derivs not avail by bsalomon@google.com · 13 years ago
  40. 18c9c19 Put caps in a struct, move up to GrDrawTarget by bsalomon@google.com · 13 years ago
  41. 2ec7280 Fix some warnings by bsalomon@google.com · 13 years ago
  42. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  43. a996fec Use push_back_n() in place of multiple push_back()s by bsalomon@google.com · 13 years ago
  44. dbeeac3 Add perspective support to the gpu aa hairline renderer. by bsalomon@google.com · 13 years ago
  45. 46a2a1e Make gpu hairline check for degenerate quad more robust by bsalomon@google.com · 13 years ago
  46. fcb0dbc Fix GrAAHairLinePathRenderer fixed pt build by bsalomon@google.com · 13 years ago
  47. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago