1. 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  2. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
  3. af013bf Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  4. 62c447d Add an opaqueness hint to GrDrawState. by bsalomon · 10 years ago
  5. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  6. 0f1a7c4 Remove kDisableBlend_BlendOptFlag as it is no longer needed by egdaniel · 10 years ago
  7. 7869781 Add query for whether or not we have compressedTexSubImage by krajcevski · 10 years ago
  8. b414f25 Remove support in the gpu to use hardware AA lines. Current code paths could not reach this code and thus was never used. by egdaniel · 10 years ago
  9. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  10. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  11. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  12. 7ef2162 Add new ASTC pixel config by krajcevski · 10 years ago
  13. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  14. f99f884 Remove use of GrEffectRef from draw state and below. by bsalomon · 10 years ago
  15. 238b456 R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. This is a format that will likely be required on most mobile phones in the upcoming years, making it better to target than LATC, which is only available on NVIDIA GPUs. by krajcevski · 10 years ago
  16. 5da2fa4 Initialize a variable in GrDrawTarget::drawPaths by kkinnunen · 10 years ago
  17. 3eee383 Modify gpu debug markers to store gpu device markers when a flush occurs. by egdaniel · 10 years ago
  18. 6e7ddaa Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be. by commit-bot@chromium.org · 10 years ago
  19. 8e7d37d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  20. 42dc813 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  21. 8bfcd72 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  22. 420b2ff Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  23. 5e565d1 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  24. 2dcd243 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  25. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  26. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  27. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  28. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  29. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  30. ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 10 years ago
  31. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  32. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  33. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 10 years ago
  34. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 10 years ago
  35. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 10 years ago
  36. 3ae0e6c Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 10 years ago
  37. 4744231 Add detection of mip support by commit-bot@chromium.org · 11 years ago
  38. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  39. 8b656c6 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
  40. 9901727 Fix stale assert in GrDrawTarget::print by commit-bot@chromium.org · 11 years ago
  41. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  42. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  43. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  44. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  45. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  46. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  47. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  48. b835652 Plumb in flag for reusing scratch textures by commit-bot@chromium.org · 11 years ago
  49. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  50. 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
  51. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  52. b515881 Key shader on whether frag pos read is relative to top-left or bottom-left by bsalomon@google.com · 11 years ago
  53. 6b0cf02 Add support for GL_*_shader__framebuffer_fetch by bsalomon@google.com · 11 years ago
  54. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 11 years ago
  55. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  56. eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 11 years ago
  57. 63150af Use blitframebuffer to implement copySurface. by commit-bot@chromium.org · 11 years ago
  58. 116ad84 Make GrIODB record and play back copySurface. by bsalomon@google.com · 11 years ago
  59. a9493a3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  60. e4617bf Add GrDrawTarget::copySurface. by bsalomon@google.com · 11 years ago
  61. 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 11 years ago
  62. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  63. 054ae99 Take two for r8466: by jvanverth@google.com · 11 years ago
  64. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  65. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  66. bb5c465 Trim the copy of the dst made for dst-reading effects using the clip and dev-bounds of draw. by commit-bot@chromium.org · 11 years ago
  67. 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 11 years ago
  68. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  69. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  70. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  71. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  72. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  73. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  74. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 11 years ago
  75. 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 11 years ago
  76. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 11 years ago
  77. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 11 years ago
  78. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 11 years ago
  79. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 11 years ago
  80. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 11 years ago
  81. 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 11 years ago
  82. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 11 years ago
  83. 009dfe2 don't use NULL when comparing against ints/size_t (fixes warning) by reed@google.com · 11 years ago
  84. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 11 years ago
  85. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 11 years ago
  86. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  87. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 11 years ago
  88. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 11 years ago
  89. 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 11 years ago
  90. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 11 years ago
  91. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 11 years ago
  92. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  93. 371e105 Add GrEffect::updateKnownColorComponents(). It is used to determine whether the output of an effect has a constant output value for r,g,b, or a. by bsalomon@google.com · 12 years ago
  94. 4e8ef33 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  95. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  96. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  97. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  98. 8d67c07 Use GrDrawTarget::AutoClipRestore to set temporary irect clips. by bsalomon@google.com · 12 years ago
  99. cf939ae Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 12 years ago
  100. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago