1. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  2. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  3. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  4. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago[Renamed (85%) from src/gpu/GrDrawState.h]
  5. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  6. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  7. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  8. 40d4bd8 removing coord change matrices by joshualitt · 10 years ago
  9. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  10. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  11. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  12. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  13. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  14. 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
  15. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  16. 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
  17. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  18. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  19. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  20. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  21. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  22. 04ddf89 Small cleanups after GrDrawState/GrOptDrawState base class elimination. by bsalomon · 10 years ago
  23. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  24. 9853cce Drawstate on stack by joshualitt · 10 years ago
  25. 912b3d2 Use DrawStates ProcOptInfo when creating the Optimized Draw State. by egdaniel · 10 years ago
  26. b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago
  27. cd8b630 Add isUnblended query to GrDrawState. by egdaniel · 10 years ago
  28. 4dd9988 remove separate color from coverage by joshualitt · 10 years ago
  29. 69bb90c Remove cached OptDrawState from GrDrawState. by egdaniel · 10 years ago
  30. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  31. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  32. 7a6184f cleanup reentrance logic in CMM by joshualitt · 10 years ago
  33. a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  34. 3a0cfeb Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 of https://codereview.chromium.org/676983003/) by joshualitt · 10 years ago
  35. 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  36. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  37. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  38. 89c7a2e Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:1500001 of https://codereview.chromium.org/637003003/) by joshualitt · 10 years ago
  39. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  40. 6517134 gl programs rewrite by joshualitt · 10 years ago
  41. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  42. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  43. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  44. b109ac2 Make createOptDrawState return NULL if we would end up not drawing by egdaniel · 10 years ago
  45. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  46. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  47. c064824 Calculate Primary and Secondary output types in the GrOptDrawState by egdaniel · 10 years ago
  48. 45725db Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef on IOType. by bsalomon · 10 years ago
  49. f96ba02 Rename GrProgramResource to GrGpuResourceRef by bsalomon · 10 years ago
  50. c492334 Make templated GrProgramTResource subclass of GrProgramResource by bsalomon · 10 years ago
  51. 170f90b Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  52. 8a4c103 Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 id:220001 of https://codereview.chromium.org/504203004/) by egdaniel · 10 years ago
  53. ee62065 Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  54. 249af15 BUG=skia: by joshualitt · 10 years ago
  55. 3658f38 Create an optimized draw state but not hooked in yet to gpu pipeline by egdaniel · 10 years ago
  56. 2a9ca78 Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms. by bsalomon · 10 years ago
  57. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  58. 52e9d63 Don't take a ref on GP in AutoEffectRestore. by bsalomon · 10 years ago
  59. 9b53652 Change behavior of GrDS::AutoEffectRestort wrt GPs. by bsalomon · 10 years ago
  60. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  61. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 10 years ago
  62. 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  63. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
  64. af013bf Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  65. 21aed57 Create Read-only Base class for GrDrawState that holds data members and getters by egdaniel · 10 years ago
  66. ab78e06 Store vertex size in DrawState when setVertexAttribs is called by egdaniel · 10 years ago
  67. 8cbf3d5 Remove State struct from GrDrawState by egdaniel · 10 years ago
  68. 9c0822a Always use both a color and coverage attribute in GrAARectRenderer. by bsalomon · 10 years ago
  69. 62c447d Add an opaqueness hint to GrDrawState. by bsalomon · 10 years ago
  70. 776bdbd Create struct in GrDrawState to hold key DrawState data. by egdaniel · 10 years ago
  71. 8f72733 Move functions from GrDrawState.h to GrDrawState.cpp and delete unused functions. by bsalomon · 10 years ago
  72. 72336ed Don't compare constant color and coverage between GrDrawStates when they are provided by vertex attributes. by bsalomon · 10 years ago
  73. 838f62d Replace op== with CombineIfPossible in GrDrawState. by bsalomon · 10 years ago
  74. 0673676 Don't compare coord change matrices to determine effect compatibility when using explicit local coords. by bsalomon · 10 years ago
  75. 0f1a7c4 Remove kDisableBlend_BlendOptFlag as it is no longer needed by egdaniel · 10 years ago
  76. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  77. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  78. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  79. 9514d24 Cache the return values of getBlendOpts in GrDrawState by egdaniel · 10 years ago
  80. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  81. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  82. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  83. 2ed5ef8 Remove GrDrawState::CommonState by bsalomon · 10 years ago
  84. a70353e Remove deferred version of GrDrawState. by bsalomon · 10 years ago
  85. bce3d6d Reduce integer divides in GrAllocator by bsalomon · 10 years ago
  86. 8af0523 Fall back to using clip effect for outer rect in drawdrrect by bsalomon · 10 years ago
  87. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  88. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  89. e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
  90. 1b20a10 Revert "Do not apply hairline optimization for paths if nv_path_rendering is used" by bsalomon@google.com · 11 years ago
  91. 44fb865 Do not apply hairline optimization for paths if nv_path_rendering is used by commit-bot@chromium.org · 11 years ago
  92. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  93. fe070ba Make sure attribute indexes are correct after restoring vertex attributes by commit-bot@chromium.org · 11 years ago
  94. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  95. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  96. 1acc3d7 Replace uses of GR_DEBUGCODE by SkDEBUGCODE. by commit-bot@chromium.org · 11 years ago
  97. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  98. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  99. 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  100. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago