1. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  2. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  3. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  4. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  5. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  6. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  7. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  8. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  9. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  10. a047f12 whitespace change to context to force rebuild of skia by joshualitt · 10 years ago
  11. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  12. 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
  13. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  14. 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
  15. 787cdf9 Ganesh text rendering cleanup. by jvanverth · 10 years ago
  16. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  17. e638d1c check matrix does not have rotation or perspective transformation by derekf · 10 years ago
  18. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  19. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  20. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 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. dace19e Correct accounting for wrapped resources by bsalomon · 10 years ago
  24. 5478d42 Push creation of default GP to the caller by joshualitt · 10 years ago
  25. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  26. 191bcc0 Fix ref-cnting bug in GrContext::readRenderTargetPixels by bsalomon · 10 years ago
  27. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  28. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 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. 395ef05 Fix use of NULL ptr in GrContext::drawRect by bsalomon · 10 years ago
  32. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  33. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  34. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  35. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  36. 3343557 Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  37. 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
  38. 820dd6c Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  39. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  40. 87a94eb Rename and clarify semantics of GrContext::resolveRenderTarget. by bsalomon · 10 years ago
  41. 0537f29 Revert changes to GrContext::resolveRenderTarget by bsalomon · 10 years ago
  42. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  43. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  44. 5c55fef GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
  45. 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
  46. 7a75e52 GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
  47. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  48. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  49. b44293e aa rect renderer takes a gpu on construction by joshualitt · 10 years ago
  50. 183e985 Widen the set of nested rects that can be drawn natively on the GPU by robertphillips · 10 years ago
  51. 000f829 Prefer to recycle non-RT scratch textures that don't have pending IO by bsalomon · 10 years ago
  52. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  53. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 10 years ago
  54. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  55. 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  56. 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
  57. 9eefe08 Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  58. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  59. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 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. 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
  63. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  64. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  65. 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
  66. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  67. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  68. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  69. 656f2cd Make writeRenderTargetPixels use draw buffer rather than GrGpu by bsalomon · 10 years ago
  70. 2bb5210 Applying post-commit comments from https://codereview.chromium.org/607993002/ by junov · 10 years ago
  71. 96c118e Change GrContext::copyTexture to go through GrDrawTarget by junov · 10 years ago
  72. 34a9895 Revert "Use draw buffer for texture copy impl." by Brian Salomon · 10 years ago
  73. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  74. e3d4bf2 Use draw buffer for texture copy impl. by bsalomon · 10 years ago
  75. 8d034a1 Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
  76. 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
  77. 150723b Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
  78. 754f4e9 Add counting of some GL calls by robertphillips · 10 years ago
  79. 4e205b1 Remove createPath* from GrGpu and GrContext by cdalton · 10 years ago
  80. e337130 Fix typo by robertphillips · 10 years ago
  81. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  82. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  83. 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  84. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
  85. af013bf Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  86. 5219e57 Remove skip draw check in GrContext by egdaniel · 10 years ago
  87. 02e36f2 Fix leak of GrResourceCacheEntry by bsalomon · 10 years ago
  88. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  89. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  90. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  91. c30aaa0 Use combined color/coverage attribute when possible in aa rect renderer. by bsalomon · 10 years ago
  92. b62508b Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating temporary buffers on the heap instead of allowing stack allocation by george · 10 years ago
  93. 9c6d4d7 Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this by introducing an Options struct to be passed to a GrContext on creation. by krajcevski · 10 years ago
  94. 9c0822a Always use both a color and coverage attribute in GrAARectRenderer. by bsalomon · 10 years ago
  95. 62c447d Add an opaqueness hint to GrDrawState. by bsalomon · 10 years ago
  96. 6d7f5fa Enable gpu Debug markers if tracing category skia.gpu is enabled by egdaniel · 10 years ago
  97. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  98. 41ebbdd Exit early when draw can be skipped. Be more robust against abandoned GrContext. by bsalomon · 10 years ago
  99. 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
  100. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago