1. 87f48d9 create and thread batch tracker object by joshualitt · 10 years ago
  2. 841a6b5 Revert of create and thread batch tracker object (patchset #9 id:160001 of https://codereview.chromium.org/772513002/) by joshualitt · 10 years ago
  3. c3a6eb2 create and thread batch tracker object by joshualitt · 10 years ago
  4. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  5. ee64d6e Add glGetShaderPrecisionFormat by bsalomon · 10 years ago
  6. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  7. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  8. 4bd4e80 Add function to return an unpremuled version of a GrColor by egdaniel · 10 years ago
  9. 5eefe42 Fix assert in GrMaskFormatBytesPerPixel. by jvanverth · 10 years ago
  10. 267ce48 remove proc key by joshualitt · 10 years ago
  11. a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
  12. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  13. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  14. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  15. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  16. b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
  17. 02bcd9d move GrGeometryProcessor to src by joshualitt · 10 years ago
  18. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  19. ec03a46 Add processor name to comment when printing out shaders. by egdaniel · 10 years ago
  20. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  21. 9853cce Drawstate on stack by joshualitt · 10 years ago
  22. 84c8e62 Allow GPU resources to not be counted against the cache budget. by bsalomon · 10 years ago
  23. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  24. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  25. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  26. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  27. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  28. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  29. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  30. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  31. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  32. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago
  33. b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago
  34. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  35. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  36. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  37. 4052a8e Remove coverage from grpaint by joshualitt · 10 years ago
  38. 6d4488c Remove all knowledge of resource keys from the legacy cache. by bsalomon · 10 years ago
  39. fe369ee Move GrResourceKey static functions from .h to .cpp to fix shared lib builds by bsalomon · 10 years ago
  40. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  41. 4973d9d Default geometry processor by joshualitt · 10 years ago
  42. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  43. ff34307 Default geometry processor by joshualitt · 10 years ago
  44. 2ecf86e Revert of Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #1 id:1 of https://codereview.chromium.org/693933004/) by mtklein · 10 years ago
  45. e27065a Send coverage VA as floats instead of bytes NOTREECHECKS=True by egdaniel · 10 years ago
  46. 3343557 Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  47. d5cd4ee Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #2 id:20001 of https://codereview.chromium.org/704563003/) by egdaniel · 10 years ago
  48. fdcf2c0 Revert of Add mock context and use in ResourceCacheTest. (patchset #4 id:60001 of https://codereview.chromium.org/702083003/) by bsalomon · 10 years ago
  49. 31f8867 Turn on NVPR 4x MSAA by default when supported in DM and nanobench. by mtklein · 10 years ago
  50. 820dd6c Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  51. 87a94eb Rename and clarify semantics of GrContext::resolveRenderTarget. by bsalomon · 10 years ago
  52. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  53. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
  54. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  55. 5c55fef GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
  56. b9e8230 Revert of GrContext no longer ever draws on Gpu (patchset #7 id:120001 of https://codereview.chromium.org/683733005/) by joshualitt · 10 years ago
  57. 7a75e52 GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
  58. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  59. 58f467c Cleanup: Remove GR_ARRAY_COUNT macro. by tfarina · 10 years ago
  60. 81b0928 fix typo in legacy flag alias by bsalomon · 10 years ago
  61. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  62. 0e60282 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  63. 98102a8 Revert of Patch to remove constant attributes (patchset #8 id:120002 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  64. 95f5194 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  65. 9f2825f Revert of Patch to remove constant attributes (patchset #6 id:100001 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  66. 84c94c0 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  67. 27c1521 Add gpu support for glVertexAttrb1f, 2fv, and 3fv by egdaniel · 10 years ago
  68. a0036c6 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  69. 74077b9 Added varying struct by joshualitt · 10 years ago
  70. 24234fe Build gpu stats tracking in dev builds. by bsalomon · 10 years ago
  71. c6f3e2c Revert of Added varying struct (patchset #9 id:160001 of https://codereview.chromium.org/671023002/) by joshualitt · 10 years ago
  72. 852ae80 Added varying struct by joshualitt · 10 years ago
  73. 26979c8 Revert of Delete unused method aliases and texture flag. (patchset #1 id:1 of https://codereview.chromium.org/672753002/) by bsalomon · 10 years ago
  74. 7fdffe4 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  75. 427cf28 Remove AutoScratchTexture by bsalomon · 10 years ago
  76. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  77. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  78. de258cd Make GrFragmentProcessor auto-compare coord xforms. by bsalomon · 10 years ago
  79. f276541 Last round of effect->processor (for now) by bsalomon · 10 years ago
  80. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  81. b762cb5 More effect->processor cleanup by bsalomon · 10 years ago
  82. 98b33eb Some cleanup in processor header files. by bsalomon · 10 years ago
  83. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  84. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  85. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  86. ab84fae Track if all stages modulate inputColor in computeInvariantOutput by egdaniel · 10 years ago
  87. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  88. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  89. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  90. 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
  91. 294c326 Fix color emoji. by jvanverth · 10 years ago
  92. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  93. e817dbb Revert of Fix color emoji. (patchset #11 id:320001 of https://codereview.chromium.org/636183005/) by jvanverth · 10 years ago
  94. bc92163 Fix color emoji. by jvanverth · 10 years ago
  95. 9e87fa7 Force linking of static member variables for GLPrograms by joshualitt · 10 years ago
  96. 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  97. 6517134 gl programs rewrite by joshualitt · 10 years ago
  98. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  99. ac211af call derived ~ from GrIORef by bsalomon · 10 years ago
  100. 81e6448 Remove ~GrIORef since last remaining virtual and now all inline by bsalomon · 10 years ago