1. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  2. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  3. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  4. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  5. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  6. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  7. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  8. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  9. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  10. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  11. f4e5e33 cleaning up geometry handling in gpu by joshualitt · 10 years ago
  12. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  13. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  14. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  15. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  16. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  17. 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
  18. 329bf48 BUG=skia: by joshualitt · 10 years ago
  19. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  20. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  21. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  22. a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  23. 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
  24. 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  25. 5ead6da Oval and stroke AA rect now batch by joshualitt · 10 years ago
  26. 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
  27. 18055af Oval and stroke AA rect now batch by joshualitt · 10 years ago
  28. 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
  29. bc54fab Oval and stroke AA rect now batch by joshualitt · 10 years ago
  30. 855d83f Uses a single pre-baked set of paths for drawing nvpr text of a given by cdalton · 10 years ago
  31. 4e205b1 Remove createPath* from GrGpu and GrContext by cdalton · 10 years ago
  32. e337130 Fix typo by robertphillips · 10 years ago
  33. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  34. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 10 years ago
  35. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  36. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  37. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  38. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  39. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  40. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  41. f9dae78 Remove GrIsPow2 in favor of SkIsPow2. by tfarina · 10 years ago
  42. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  43. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  44. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  45. 8341eb7 Rename from "(un)lock" to "(un)map" for geometry buffers. by commit-bot@chromium.org · 10 years ago
  46. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  47. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  48. ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 10 years ago
  49. 13e6576 Remove forceRenderTargetFlush (unused) by commit-bot@chromium.org · 10 years ago
  50. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 10 years ago
  51. 3ae0e6c Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 11 years ago
  52. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  53. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  54. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  55. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  56. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  57. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  58. 939ca7c move GrMalloc, GrFree, Gr_bzero to their sk equivalents by reed@google.com · 11 years ago
  59. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  60. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  61. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  62. d92cf2e Fix texture allocation in SWMaskHelper by robertphillips@google.com · 11 years ago
  63. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  64. 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  65. 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
  66. 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 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. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.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. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  72. 6438695 Revert 7625 until after M26 due to a mix of perf changes. by bsalomon@google.com · 12 years ago
  73. 1c7c01a Remove GR_STATIC_RECT_VB Review URL: https://codereview.appspot.com/7304055 by bsalomon@google.com · 12 years ago
  74. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
  75. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  76. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
  77. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  78. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  79. 4d26340 Fix init order warning by bsalomon@google.com · 12 years ago
  80. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  81. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  83. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
  84. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  85. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 12 years ago
  86. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  87. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  88. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  89. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  90. 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
  91. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  92. d3eb336 Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanup by robertphillips@google.com · 12 years ago
  93. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  94. 2e60206 Don't allow previous render target to be deleted in GrGpu::clear by bsalomon@google.com · 12 years ago
  95. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 12 years ago
  96. d6bbbf8 Simplified stencil buffer caching by robertphillips@google.com · 12 years ago
  97. 9474ed0 Switch GrGpu's GrResource list over to using SkTDLinkedList by robertphillips@google.com · 12 years ago
  98. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  99. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  100. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago