1. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  2. ee2af95 ViewMatrix uniform upload moved to GeometryProcessor by joshualitt · 10 years ago
  3. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  4. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  5. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  6. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  7. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  8. 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
  9. ce1c886 Do circle anti-aliasing in normalized space to avoid precision issues with half-floats on Adreno. by bsalomon · 10 years ago
  10. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  11. 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
  12. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  13. 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
  14. 03d3bb0 get rid of static gps by joshualitt · 10 years ago
  15. eb2a676 Remove backend factories by joshualitt · 10 years ago
  16. 87f48d9 create and thread batch tracker object by joshualitt · 10 years ago
  17. 841a6b5 Revert of create and thread batch tracker object (patchset #9 id:160001 of https://codereview.chromium.org/772513002/) by joshualitt · 10 years ago
  18. c3a6eb2 create and thread batch tracker object by joshualitt · 10 years ago
  19. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  20. 9853cce Drawstate on stack by joshualitt · 10 years ago
  21. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  22. 4973d9d Default geometry processor by joshualitt · 10 years ago
  23. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  24. ff34307 Default geometry processor by joshualitt · 10 years ago
  25. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  26. 74077b9 Added varying struct by joshualitt · 10 years ago
  27. c6f3e2c Revert of Added varying struct (patchset #9 id:160001 of https://codereview.chromium.org/671023002/) by joshualitt · 10 years ago
  28. 852ae80 Added varying struct by joshualitt · 10 years ago
  29. 58a6544 fix memory leak by joshualitt · 10 years ago
  30. 5ead6da Oval and stroke AA rect now batch by joshualitt · 10 years ago
  31. 67f7f74 Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/) by joshualitt · 10 years ago
  32. 18055af Oval and stroke AA rect now batch by joshualitt · 10 years ago
  33. 9deb696 Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/) by mtklein · 10 years ago
  34. bc54fab Oval and stroke AA rect now batch by joshualitt · 10 years ago
  35. c369e7c GP Emit Code takes a struct by joshualitt · 10 years ago
  36. 98b33eb Some cleanup in processor header files. by bsalomon · 10 years ago
  37. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  38. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  39. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  40. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  41. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  42. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  43. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  44. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  45. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  46. 408d612 Breaking out full program and frag only by joshualitt · 10 years ago
  47. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  48. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  49. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  50. 249af15 BUG=skia: by joshualitt · 10 years ago
  51. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  52. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  53. 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  54. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
  55. af013bf Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  56. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  57. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  58. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  59. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  60. 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
  61. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  62. 8af0523 Fall back to using clip effect for outer rect in drawdrrect by bsalomon · 10 years ago
  63. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 10 years ago
  64. 1b035d8 Do div-by-zero check for all gpus in ellipse/rr effects. by commit-bot@chromium.org · 10 years ago
  65. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  66. 4362a38 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  67. 66beaf0 Revert of Distance field fixes for Android (https://codereview.chromium.org/205343008/) by commit-bot@chromium.org · 10 years ago
  68. 8fe2ee1 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  69. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  70. e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
  71. 1b20a10 Revert "Do not apply hairline optimization for paths if nv_path_rendering is used" by bsalomon@google.com · 11 years ago
  72. 44fb865 Do not apply hairline optimization for paths if nv_path_rendering is used by commit-bot@chromium.org · 11 years ago
  73. eacc489 Fix for thin filled and hairline roundrects. by commit-bot@chromium.org · 11 years ago
  74. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  75. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  76. 261dc56 Move VertexBuilder to a GrGLFullShaderBuilder subclass by commit-bot@chromium.org · 11 years ago
  77. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  78. 234d4fb Mark when effects and programs have vertex code by commit-bot@chromium.org · 11 years ago
  79. a4acf12 Revert "Add a requiresVertexShader method to GrGLEffect" by commit-bot@chromium.org · 11 years ago
  80. 6cc8d44 Fix for ovals failing on Xoom. by jvanverth@google.com · 11 years ago
  81. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  82. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  83. a91f031 Add a requiresVertexShader method to GrGLEffect by commit-bot@chromium.org · 11 years ago
  84. 96a7a96 Fix for aliasing in device-independent ovals on Nexus 10. by commit-bot@chromium.org · 11 years ago
  85. 6fc1b49 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. 5242ed7 Add device-independent rendering of ovals, take two. by commit-bot@chromium.org · 11 years ago
  87. 059a5a3 Reverting r11075. by jvanverth@google.com · 11 years ago
  88. 97f74ab Add device-independent GPU rendering of ovals. by commit-bot@chromium.org · 11 years ago
  89. e0c170f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  90. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  91. cefde6e Fix stroked oval and rrect rendering on Ubuntu-x86-Release. by commit-bot@chromium.org · 11 years ago
  92. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  93. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  94. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  95. ef284a8 The two leaks are: by commit-bot@chromium.org · 11 years ago
  96. d1b5b14 Fix for Ovals/RRects on N4 missing interior rectangles. by jvanverth@google.com · 11 years ago
  97. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  98. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  99. 8be02fc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. 6bb3efc Better method for rendering AA ellipses. by commit-bot@chromium.org · 11 years ago