1. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  2. f4f2b44 Add onGetBlendInfo to GrXferProcessor by cdalton · 9 years ago
  3. f3c2c46 Make the GPU dashing effect MSAA-friendly. by senorblanco · 9 years ago
  4. bc02735 Fix LCD text and add path fix for Mali. by jvanverth · 9 years ago
  5. 221360a Real fix for the Mali bug. by jvanverth · 9 years ago
  6. 8ed3b9a Rename DistanceFieldTextureEffect.{cpp,h} by jvanverth · 9 years ago
  7. 502286d Rename the distance field geoprocs to something more reasonable. by jvanverth · 9 years ago
  8. bb4a1cf Calculate inverse scale for distance field text in vertex shader by jvanverth · 9 years ago
  9. ff271c2 Revert of Calculate inverse scale for distance fields in vertex shader (patchset #6 id:100001 of https://codereview.chromium.org/1029423003/) by jvanverth · 9 years ago
  10. 5b14303 Calculate inverse scale for distance field text in vertex shader by jvanverth · 9 years ago
  11. c9c3e62 Add constant color GrFP. by bsalomon · 9 years ago
  12. 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 9 years ago
  13. d0d37ca Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 9 years ago
  14. 82973db Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #31 id:590001 of https://codereview.chromium.org/1034733002/) by rmistry · 9 years ago
  15. fd40a24 Revert of Fix GLSL error on Android. (patchset #2 id:20001 of https://codereview.chromium.org/1053873002/) by rmistry · 9 years ago
  16. f90cd8e Fix GLSL error on Android. by senorblanco · 9 years ago
  17. dfbbec4 Add constant color GrFP. by bsalomon · 9 years ago
  18. 46112cf Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 9 years ago
  19. 21deace Emulate distance field gamma fix by making glyphs thicker or thinner by jvanverth · 9 years ago
  20. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  21. 24ba008 Add minimum size for using distance fields. by jvanverth · 9 years ago
  22. d68a550 Fix up some issues introduced by https://codereview.chromium.org/1013773002/ by jvanverth · 10 years ago
  23. 354eba5 Fix SDF gradient calculation for non-uniform xforms by jvanverth · 10 years ago
  24. cb251f1 Adjust atlas sizes to fix Mali400 precision issues by jvanverth · 10 years ago
  25. 4ab3dbb Adding linear interpolation to rgb->yuv conversion by sugoi · 10 years ago
  26. 4b31de8 handle null vertex or index buffers in batch by joshualitt · 10 years ago
  27. b841060 Revert of Adding linear interpolation to rgb->yuv conversion (patchset #1 id:1 of https://codereview.chromium.org/973563002/) by joshualitt · 10 years ago
  28. cd9d42c Adding linear interpolation to rgb->yuv conversion by sugoi · 10 years ago
  29. d0f5457 valgrind fix by joshualitt · 10 years ago
  30. 4f569be Dash batch by joshualitt · 10 years ago
  31. 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
  32. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  33. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  34. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  35. 44701df Move clip off of draw target by joshualitt · 10 years ago
  36. 9671ecd Use highp for distance field texture coord varyings. by jvanverth · 10 years ago
  37. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 10 years ago
  38. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  39. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  40. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  41. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  42. 5a105ff Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  43. e4ef1ca Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/) by reed · 10 years ago
  44. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  45. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  46. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  47. 4ccce7e YUV scale fix by sugoi · 10 years ago
  48. f7c2d55 Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation. by egdaniel · 10 years ago
  49. 0ff748a Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/) by jvanverth · 10 years ago
  50. e6eddf7 YUV scale fix by sugoi · 10 years ago
  51. 2b816ba Revert of Use dst copies in porter duffer XP to correctly render certain blends. (patchset #4 id:60001 of https://codereview.chromium.org/914003003/) by egdaniel · 10 years ago
  52. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  53. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  54. dd21987 fix for uniform view matrix being uploaded but not used by joshualitt · 10 years ago
  55. 02b0501 Small change to use a GrGeometryProcessor for all BitmapText draw calls by joshualitt · 10 years ago
  56. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  57. 41d4f09 Move GrXferProcessor subclasses into cpp files by egdaniel · 10 years ago
  58. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  59. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  60. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  61. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  62. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  63. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  64. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  65. 5224ba7 Dash using vertex attributes for interval and stroke width by joshualitt · 10 years ago
  66. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  67. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  68. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
  69. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  70. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
  71. 7f14c9b Revert of Add device space "nudge" to gpu draws (patchset #6 id:90001 of https://codereview.chromium.org/877473005/) by robertphillips · 10 years ago
  72. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  73. b932999 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  74. 9cc2f26 Revert of Add device space "nudge" to gpu draws (patchset #5 id:70001 of https://codereview.chromium.org/877473005/) by robertphillips · 10 years ago
  75. e79d7b7 Revert of Remove 'f' from 0.05f in shader code (patchset #1 id:1 of https://codereview.chromium.org/888483002/) by robertphillips · 10 years ago
  76. 1726997 Remove 'f' from 0.05f in shader code by robertphillips · 10 years ago
  77. 2d55d07 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  78. 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
  79. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  80. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  81. fdf7ccc Use highp for distance field texture coordinates. by jvanverth · 10 years ago
  82. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  83. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  84. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  85. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  86. 50282b4 fLuminance is unsed unless SK_GAMMA_APPLY_TO_A8 is defined by mtklein · 10 years ago
  87. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  88. 2467d71 Remove a few unused statements. by cwallez · 10 years ago
  89. 46d36f0 Refactor position computation to enable device space "nudge" by robertphillips · 10 years ago
  90. 54f0e9d Add Xfer Processor for GrCustomXfermodes by egdaniel · 10 years ago
  91. 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
  92. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  93. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  94. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  95. be9588a Fix for disabled color writes xp on n6 by egdaniel · 10 years ago
  96. ee2af95 ViewMatrix uniform upload moved to GeometryProcessor by joshualitt · 10 years ago
  97. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  98. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  99. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  100. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago