1. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  2. 54f0e9d Add Xfer Processor for GrCustomXfermodes by egdaniel · 10 years ago
  3. 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
  4. b54fe40 fMaxTexCoords is unused in Release builds by mtklein · 10 years ago
  5. 89069a9 possible bug fix for nvpr by joshualitt · 10 years ago
  6. f351aa3 Add Arithmetic mode xp. by egdaniel · 10 years ago
  7. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  8. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  9. 95145a9 Switch to a more complete method of filtering hoisted layers by robertphillips · 10 years ago
  10. 31b52b7 fix for winvdows nvpr by joshualitt · 10 years ago
  11. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  12. 3c1096f fix for FB fetch on nexus 10 ES3.0 by joshualitt · 10 years ago
  13. 5d17286 Revert of Switch to a more complete method of filtering hoisted layers (patchset #1 id:1 of https://codereview.chromium.org/842323003/) by robertphillips · 10 years ago
  14. 74668a8 Switch to a more complete method of filtering hoisted layers by robertphillips · 10 years ago
  15. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  16. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  17. 57f192d Allow non-atlasable layer to still be hoisted by robertphillips · 10 years ago
  18. f4e5995 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  19. a27b82d Remove distance field generation and storage from SkGlyphCache. by jvanverth · 10 years ago
  20. 690fc59 Revert of It is dangerous to ignore SkRect::intersect's return value (patchset #6 id:100001 of https://codereview.chromium.org/833943002/) by robertphillips · 10 years ago
  21. 152f524 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  22. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  23. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  24. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  25. 9790a7b Cap id size returned by GrScratchKey::GenerateResourceType by robertphillips · 10 years ago
  26. af18a09 Add conic support to Default and AAConvex path redender. by egdaniel · 10 years ago
  27. 787bb48 Fix for chrome fuzzer by joshualitt · 10 years ago
  28. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  29. be9588a Fix for disabled color writes xp on n6 by egdaniel · 10 years ago
  30. ee2af95 ViewMatrix uniform upload moved to GeometryProcessor by joshualitt · 10 years ago
  31. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  32. 40d4bd8 removing coord change matrices by joshualitt · 10 years ago
  33. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  34. 73483d9 fix for valgrind by joshualitt · 10 years ago
  35. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  36. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  37. 14afb43 Fix conics for gpu GrAAHairLinePathRender by egdaniel · 10 years ago
  38. fe43c40 Disable GPU sRGB textures for the moment. by jvanverth · 10 years ago
  39. 51d1f7e reenable complexclip3 for gpu by bsalomon · 10 years ago
  40. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  41. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  42. 91f8e7f Initialize wrapped render target wrap status correctly by kkinnunen · 10 years ago
  43. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  44. 9ed7f57 When bitmap is texture backed, don't download and reupload pixels by bsalomon · 10 years ago
  45. c262582 Remove the low hanging fruit with coord change matrices by joshualitt · 10 years ago
  46. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  47. 309d4d5 Remove GrCoordTransform::kPosition_CoordSet by bsalomon · 10 years ago
  48. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  49. 3f490a0 Fix complexclip3 test on gpu by bsalomon · 10 years ago
  50. 1334c21 One more pass at getting half float texture configs correct. by jvanverth · 10 years ago
  51. e3d5c7f Cleanup: More override fixes. by tfarina · 10 years ago
  52. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  53. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  54. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  55. f72b752 Re-enable default sized formats, handling BGRA exception. by jvanverth · 10 years ago
  56. 1f78c0a Stop calling flushGLState in onStencilPath by bsalomon · 10 years ago
  57. a86a233 Give the hoisting surfaces surface props by robertphillips · 10 years ago
  58. e1869ca Revert using sized formats for everything except ES 2.0. by jvanverth · 10 years ago
  59. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  60. 3f801cb Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  61. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  62. 29097f9 Rename GrGpuGL_program.cpp to GrGLGpuProgramCache.cpp by bsalomon · 10 years ago
  63. 86f0328 Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 of https://codereview.chromium.org/803183003/) by robertphillips · 10 years ago
  64. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  65. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  66. bdd22a3 Revert of Change desktop and ES 3.0 to always use sized internal texture formats. (patchset #2 id:20001 of https://codereview.chromium.org/806943002/) by jvanverth · 10 years ago
  67. bc02bf0 Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  68. a047f12 whitespace change to context to force rebuild of skia by joshualitt · 10 years ago
  69. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
  70. bc3d0de Move all non-program cache functions out of GrGpuGL_program.cpp by bsalomon · 10 years ago
  71. 830d206 devirtualize some functions on GrGpu by bsalomon · 10 years ago
  72. 54160f3 Add xp optimization for RGB coverage. by egdaniel · 10 years ago
  73. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
  74. ce1c886 Do circle anti-aliasing in normalized space to avoid precision issues with half-floats on Adreno. by bsalomon · 10 years ago
  75. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  76. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  77. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  78. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  79. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  80. 59dba14 SkRecord: increase min block to 512B, remove max. by mtklein · 10 years ago
  81. e832b95 valgrind static uninit fix by joshualitt · 10 years ago
  82. a60b2ea Fix float and half float support on mobile. by jvanverth · 10 years ago
  83. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  84. 5756aff Adding a custom data field to GrGpuResource by junov · 10 years ago
  85. ccb328d Fix some win64 warnings. by bsalomon · 10 years ago
  86. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  87. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  88. f364b61 Really fix valgrind issue by joshualitt · 10 years ago
  89. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  90. 06f019f Revert of Fix to set correct output type when blending when we've read dst (patchset #4 id:60001 of https://codereview.chromium.org/791143002/) by joshualitt · 10 years ago
  91. bd528cd fix for chrome bug with sub pixel hairlines by joshualitt · 10 years ago
  92. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  93. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  94. 733fc20 Fix to set correct output type when blending when we've read dst by egdaniel · 10 years ago
  95. 9b33822 fix for valgrind uninit variables by joshualitt · 10 years ago
  96. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  97. 9a0c7ab Skia: Track the fIsWrapped separately so that we delete correctly by hendrikw · 10 years ago
  98. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  99. 138aa22 Remove unused static function skcolor_to_grcolor_nopremultiply. by egdaniel · 10 years ago
  100. 6dd1739 Fix for alpha textures on Nexus 6. by jvanverth · 10 years ago