1. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  2. 9add5dc Move GrGLInterface function ptr setup into a common function for all OpenGL GrGLInterface factories (but not GLES yet). by commit-bot@chromium.org · 10 years ago
  3. e930a07 Add a GrLayerCache to GrContext by robertphillips@google.com · 10 years ago
  4. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  5. 3eedb80 Add clip effect for circles by commit-bot@chromium.org · 10 years ago
  6. 4784182 Revert of Implement text rendering with NVPR (https://codereview.chromium.org/196133014/) by commit-bot@chromium.org · 10 years ago
  7. dcb8ef9 Implement text rendering with NVPR by commit-bot@chromium.org · 10 years ago
  8. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 10 years ago
  9. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 11 years ago
  10. 4fcc3ca Add GrSet class built on top of RedBlackTree by commit-bot@chromium.org · 11 years ago
  11. c2f7824 Analytic rrect clip for cicular corners, radius >= 0.5 by commit-bot@chromium.org · 11 years ago
  12. c3fe549 Add convex polygon rendering effect and GM to test it. by commit-bot@chromium.org · 11 years ago
  13. ddf2bfb Move GrTextContext to private interface by commit-bot@chromium.org · 11 years ago
  14. ee9fb43 fix file names in gpu.gypi by bsalomon@google.com · 11 years ago
  15. 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago
  16. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  17. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  18. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  19. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  20. 742058f Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons by commit-bot@chromium.org · 11 years ago
  21. 4c2af74 GrTHashCache -> GrTHashTable by mtklein@google.com · 11 years ago
  22. c7a40fa Split out GrBitmapTextContext from GrTextContext. by jvanverth@google.com · 11 years ago
  23. 261dc56 Move VertexBuilder to a GrGLFullShaderBuilder subclass by commit-bot@chromium.org · 11 years ago
  24. 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
  25. 09846a0 Add new skyline Rectanizer by commit-bot@chromium.org · 11 years ago
  26. ea1abfc Fix gpu.gypi missing file issue by bsalomon@google.com · 11 years ago
  27. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  28. 76eaf74 Add a GrCustomCoordsTextureEffect class by commit-bot@chromium.org · 11 years ago
  29. 939ca7c move GrMalloc, GrFree, Gr_bzero to their sk equivalents by reed@google.com · 11 years ago
  30. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  31. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  32. bfe2b9d Move oval and rect renderer includes to private interface by jvanverth@google.com · 11 years ago
  33. 3aad3b0 add support for high quality image filtering on the GPU by humper@google.com · 11 years ago
  34. 07e1c3f Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  35. 2398bbd Revert "Pull out Effect Shaders in GPU Path Renderer" by egdaniel@google.com · 11 years ago
  36. 89ff637 Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  37. 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  38. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  39. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  40. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  41. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  42. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  43. e63296e Fuse skgr & gr targets in gyp files by robertphillips@google.com · 11 years ago
  44. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 11 years ago
  45. 90c240a Move edge GrEffects to locally defined classes. by commit-bot@chromium.org · 11 years ago
  46. 798c8c4 Move GrGLProgramDesc::Build to new cpp file. by bsalomon@google.com · 11 years ago
  47. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 11 years ago
  48. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 11 years ago
  49. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  50. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 11 years ago
  51. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
  52. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  54. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 12 years ago
  55. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  56. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
  57. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  58. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  59. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  60. 8f94361 Consolidate functions common the the null and debug GL interfaces. by bsalomon@google.com · 12 years ago
  61. e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 12 years ago
  62. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  63. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  64. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  65. 11f20d6 Remove GrInstanceCounter. by bsalomon@google.com · 12 years ago
  66. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  67. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  68. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  69. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  70. 170bd79 Move GrReducedClip to its own files. by bsalomon@google.com · 12 years ago
  71. 223137f Remove GrRandom API in favor of SkRandom. by tfarina@chromium.org · 12 years ago
  72. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  73. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  74. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  75. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  76. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  77. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  78. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  79. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  80. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  81. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  82. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  83. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  84. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  85. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  86. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  87. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
  88. af84e74 Move setPaint from GrContext to GrDrawState. by bsalomon@google.com · 12 years ago
  89. 2b64f84 Add SkNativeGLContext implementation for iOS. by bsalomon@google.com · 12 years ago
  90. c58b126 Move android gl files from src/gpu/android to src/gpu/gl/android. by bsalomon@google.com · 12 years ago
  91. 7ec0015 delete obsolete/unused SkGpuCanvas by reed@google.com · 12 years ago
  92. cca3c8f Make gpu work in iOS SampleApp. by bsalomon@google.com · 12 years ago
  93. f585c45 Remove GrTLList.h by robertphillips@google.com · 12 years ago
  94. 047696c Move GrTextureAccess decl/defn to separate files by bsalomon@google.com · 12 years ago
  95. 7fa1876 Extended instance counting to all GrResource-derived classes by robertphillips@google.com · 12 years ago
  96. 1fcc1b8 Moved GrClipMaskCache to its own files by robertphillips@google.com · 12 years ago
  97. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago
  98. 2080635 Add gpu.gypi to ease skia->chrome rolls by bsalomon@google.com · 12 years ago