1. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  2. 5c55fef GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
  3. 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
  4. 7a75e52 GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
  5. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  6. 58f467c Cleanup: Remove GR_ARRAY_COUNT macro. by tfarina · 10 years ago
  7. 81b0928 fix typo in legacy flag alias by bsalomon · 10 years ago
  8. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  9. 0e60282 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  10. 98102a8 Revert of Patch to remove constant attributes (patchset #8 id:120002 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  11. 95f5194 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  12. 9f2825f Revert of Patch to remove constant attributes (patchset #6 id:100001 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  13. 84c94c0 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  14. 27c1521 Add gpu support for glVertexAttrb1f, 2fv, and 3fv by egdaniel · 10 years ago
  15. a0036c6 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  16. 74077b9 Added varying struct by joshualitt · 10 years ago
  17. 24234fe Build gpu stats tracking in dev builds. by bsalomon · 10 years ago
  18. c6f3e2c Revert of Added varying struct (patchset #9 id:160001 of https://codereview.chromium.org/671023002/) by joshualitt · 10 years ago
  19. 852ae80 Added varying struct by joshualitt · 10 years ago
  20. 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
  21. 7fdffe4 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  22. 427cf28 Remove AutoScratchTexture by bsalomon · 10 years ago
  23. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  24. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  25. de258cd Make GrFragmentProcessor auto-compare coord xforms. by bsalomon · 10 years ago
  26. f276541 Last round of effect->processor (for now) by bsalomon · 10 years ago
  27. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  28. b762cb5 More effect->processor cleanup by bsalomon · 10 years ago
  29. 98b33eb Some cleanup in processor header files. by bsalomon · 10 years ago
  30. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  31. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  32. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  33. ab84fae Track if all stages modulate inputColor in computeInvariantOutput by egdaniel · 10 years ago
  34. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  35. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  36. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  37. 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
  38. 294c326 Fix color emoji. by jvanverth · 10 years ago
  39. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  40. e817dbb Revert of Fix color emoji. (patchset #11 id:320001 of https://codereview.chromium.org/636183005/) by jvanverth · 10 years ago
  41. bc92163 Fix color emoji. by jvanverth · 10 years ago
  42. 9e87fa7 Force linking of static member variables for GLPrograms by joshualitt · 10 years ago
  43. 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  44. 6517134 gl programs rewrite by joshualitt · 10 years ago
  45. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  46. ac211af call derived ~ from GrIORef by bsalomon · 10 years ago
  47. 81e6448 Remove ~GrIORef since last remaining virtual and now all inline by bsalomon · 10 years ago
  48. 0f9e8a7 Revert of Use presence of a content key as non-scratch indicator (patchset #5 id:80001 of https://codereview.chromium.org/639873002/) by bsalomon · 10 years ago
  49. 9eefe08 Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  50. 544fe23 Add SK_API to GrGpuResource TBR=reed@google.com by bsalomon · 10 years ago
  51. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  52. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 10 years ago
  53. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  54. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  55. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  56. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  57. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  58. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  59. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  60. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  61. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  62. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  63. d012877 Fix ref cnt'ing issue in GrProgramElement. by bsalomon · 10 years ago
  64. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  65. 85d3427 Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes pixel ops flag. (patchset #3 id:40001 of https://codereview.chromium.org/622663002/) by bsalomon · 10 years ago
  66. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  67. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  68. 29dda80 Add support for EGL on linux by derekf · 10 years ago
  69. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  70. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  71. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  72. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  73. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  74. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  75. e33985a Revert "Add support for EGL on linux" by borenet · 10 years ago
  76. 1cea736 Add support for EGL on linux by derekf · 10 years ago
  77. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  78. f238091 Adding support for GL_CHROMIUM_copy_texture, part 1 by junov · 10 years ago
  79. 8d034a1 Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
  80. 4401a1f Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:20001 of https://codereview.chromium.org/586073002/) by bsalomon · 10 years ago
  81. 150723b Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
  82. 45725db Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef on IOType. by bsalomon · 10 years ago
  83. b3e3a95 Make GrIODB keep pending IO refs on all resources it records into its cmd stream. by bsalomon · 10 years ago
  84. 754f4e9 Add counting of some GL calls by robertphillips · 10 years ago
  85. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  86. 4e205b1 Remove createPath* from GrGpu and GrContext by cdalton · 10 years ago
  87. 149b3ec Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins by cdalton · 10 years ago
  88. f96ba02 Rename GrProgramResource to GrGpuResourceRef by bsalomon · 10 years ago
  89. 3850971 Revert "Revert "Move SkGpuDevice.h to src/gpu"" by bsalomon · 10 years ago
  90. b0a35f7 Revert "Move SkGpuDevice.h to src/gpu" by borenet · 10 years ago
  91. d99bbb6 Move SkGpuDevice.h to src/gpu by bsalomon · 10 years ago
  92. c492334 Make templated GrProgramTResource subclass of GrProgramResource by bsalomon · 10 years ago
  93. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  94. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  95. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  96. 249af15 BUG=skia: by joshualitt · 10 years ago
  97. 841010f disable conservative rasterclip on gpu, until we understand perspective by reed · 10 years ago
  98. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  99. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  100. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago