1. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  2. 6db9128 Add option to add precision to varyings in shader by egdaniel · 10 years ago
  3. 6267f81 Move MakeDivByTextureWHMatrix to GrCoordTransform by bsalomon · 10 years ago
  4. 9bd5bbf Fix to use high precision on cubics not conics. by egdaniel · 10 years ago
  5. b2f94d1 Use highp for gpu bezier effects by egdaniel · 10 years ago
  6. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
  7. 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  8. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
  9. af013bf Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  10. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  11. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  12. 01a492f Fix == operator in GrTextureDomain so we don't compair uninitilized values by egdaniel · 10 years ago
  13. cecc91c Make GrGLConfigConversionEffect work for Imagination and some other GPUs. by changjun.yang · 10 years ago
  14. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago
  15. 838f62d Replace op== with CombineIfPossible in GrDrawState. by bsalomon · 10 years ago
  16. d9e183f Fix for texture domain on imagination gpus by joshualitt · 10 years ago
  17. 78f0718 Add effect caching to distance field text. by jvanverth · 10 years ago
  18. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  19. 5ae5fc5 Adding repeat mode to texture domain by joshualitt · 10 years ago
  20. fdd09c2 Revert of Add effect caching to distance field text. (https://codereview.chromium.org/424103002/) by bensong · 10 years ago
  21. 137bac0 Add effect caching to distance field text. by jvanverth · 10 years ago
  22. ac97792 Initial change to move 2D kernel to its own file. by joshualitt · 10 years ago
  23. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  24. 3d533ac Replace GrTHash with SkTDynamicHash by robertphillips · 10 years ago
  25. 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
  26. 79fd216 Revert of Make GrGLConfigConversionEffect work for Imagination and some other GPUs. (https://codereview.chromium.org/277323002/) by bsalomon · 10 years ago
  27. 93cf46f Make GrGLConfigConversionEffect work for Imagination and some other GPUs. by changjun.yang · 10 years ago
  28. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  29. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  30. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  31. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  32. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  33. 24dcac2 YUV to RGB converter by sugoi · 10 years ago
  34. f99f884 Remove use of GrEffectRef from draw state and below. by bsalomon · 10 years ago
  35. a887026 Fix int to float bug in shader on gpu Dotted Line cl by egdaniel · 10 years ago
  36. f767e79 Add the ability for gpu to render dotted lines (dashed line, 0 on interval, round caps) by egdaniel · 10 years ago
  37. 2290000 Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw components when in the y-flip case. This works around an Adreno driver bug. by bsalomon · 10 years ago
  38. 160a52b Stop referencing gl_FragCoord z and w components. by bsalomon · 10 years ago
  39. aed7007 Fix shader code by krajcevski · 10 years ago
  40. f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
  41. e61c411 Use vertex attributes for dash effect in gpu by egdaniel · 10 years ago
  42. 2d2a68c Gamma correction for distance field text. by jvanverth · 10 years ago
  43. 919ed4c Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/) by scroggo · 10 years ago
  44. 4d517fd Gamma correction for distance field text. by jvanverth · 10 years ago
  45. 9927bd3 Centralize decision about whether to do bicubic filtering, and fallbacks to mip, bilerp, or nearest by commit-bot@chromium.org · 10 years ago
  46. 3b9e8be Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  47. 3595f88 Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion by commit-bot@chromium.org · 10 years ago
  48. ad88340 Fix build error for windows for Dashing CL by commit-bot@chromium.org · 10 years ago
  49. 628ed0b Add Dashing gpu effect for simple dashed lines by commit-bot@chromium.org · 10 years ago
  50. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  51. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 10 years ago
  52. a1ed7ae Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  53. 762cd80 Move distance field generation to the glyph cache. by commit-bot@chromium.org · 10 years ago
  54. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 10 years ago
  55. 1b035d8 Do div-by-zero check for all gpus in ellipse/rr effects. by commit-bot@chromium.org · 10 years ago
  56. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  57. 609ced4 Add LCD support for distance field text. by commit-bot@chromium.org · 10 years ago
  58. d0a5029 Add effect for ellipse clipping. by commit-bot@chromium.org · 10 years ago
  59. da0d978 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  60. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  61. 3eedb80 Add clip effect for circles by commit-bot@chromium.org · 10 years ago
  62. 4362a38 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  63. 66beaf0 Revert of Distance field fixes for Android (https://codereview.chromium.org/205343008/) by commit-bot@chromium.org · 10 years ago
  64. 8fe2ee1 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  65. 2663263 Add GM that tests GrTextureDomain and fix bug where kDecal_Mode gets incorrectly ignored. by commit-bot@chromium.org · 10 years ago
  66. 6e4eb21 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  67. 2a8be90 When clipping treat rrect corners where either the x or y radius is < 0.5 as square. by commit-bot@chromium.org · 10 years ago
  68. 9615d5f Remove the now-unnecessary enum in the elliptical clipping effect. by commit-bot@chromium.org · 10 years ago
  69. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  70. 44a435b Attempt to fix -1->unsigned warning on mac 10.6 by bsalomon@google.com · 10 years ago
  71. fa5edbe Add effect-based clip for nine-patch SkRRects. by commit-bot@chromium.org · 10 years ago
  72. affa77d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  73. 2ae9501 Fix unit tests by bsalomon@google.com · 10 years ago
  74. 1e35304 Fix for test failure by robertphillips@google.com · 10 years ago
  75. 4355f21 Add elliptical-corner rrect clip effect. Currently only handles the case where all corners have the same pair of radii. by commit-bot@chromium.org · 10 years ago
  76. c169f44 fix build error in chromium by commit-bot@chromium.org · 10 years ago
  77. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 10 years ago
  78. de9f251 Fix radical assumption that 0.5 in double is exactly convertible to float. by bsalomon@google.com · 10 years ago
  79. c5c748c Handle rrects with one circular corner and three square corners in GrRRectEffect. by commit-bot@chromium.org · 10 years ago
  80. dd58422 Use bitfield rather than distinct enum types for circular corners in RRectEffect. by commit-bot@chromium.org · 10 years ago
  81. e5a041c Implement the clip as 4 or fewer GrEffects when possible. by commit-bot@chromium.org · 10 years ago
  82. 06acb58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  83. cabf4b2 Unify edge type enums across GrEffect subclasses that clip rendering to a geometry. by commit-bot@chromium.org · 10 years ago
  84. f1f66c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  85. fbde87f Add GM that directly tests GrRRectEffect and add inverse fill version of effect. by commit-bot@chromium.org · 10 years ago
  86. d85f32c Make GrConvexPolyEffect support inverse fills and non-AA rects by commit-bot@chromium.org · 10 years ago
  87. cb3672e Add effect-based clipping for circular "tab" style rrects. by commit-bot@chromium.org · 10 years ago
  88. e528089 Hide GrRRectEffect class from header by commit-bot@chromium.org · 10 years ago
  89. 6e7ddee Add f suffix to 0.5 to fix mac 10.6 warning by bsalomon@google.com · 10 years ago
  90. c2f7824 Analytic rrect clip for cicular corners, radius >= 0.5 by commit-bot@chromium.org · 10 years ago
  91. a3b5327 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  92. 6c89c34 Improved distance field sampling by commit-bot@chromium.org · 10 years ago
  93. f053980 Specialize GrConvexPolyEffect for AA rects, use for AA clip rects. by commit-bot@chromium.org · 10 years ago
  94. 6dee875 Add workaround for Xoom crashing after discard removed from shader. by commit-bot@chromium.org · 10 years ago
  95. b21fac1 Make GMs aware of what tool they're being run in. by commit-bot@chromium.org · 10 years ago
  96. 65ee5f4 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 10 years ago
  97. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  98. c3fe549 Add convex polygon rendering effect and GM to test it. by commit-bot@chromium.org · 10 years ago
  99. 7d7f314 Use GrTextureDomain in GrBicubicEffect to perform non-bleeding HQ filter drawBitmap. by commit-bot@chromium.org · 11 years ago
  100. bc91fd7 Make GrBicubicEffect take tile modes rather than GrTextureParams. by commit-bot@chromium.org · 11 years ago