1. 3729469 Change clear() to respect the clip by reed · 10 years ago
  2. eff2c72 move some copy surface stuff to GrFlushToGpuDrawTarget by bsalomon · 10 years ago
  3. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  4. ba1bf8a Remove comment by robertphillips · 10 years ago
  5. a0d5ad7 skia: Prevent GL_RED from being used with MESA by hendrikw · 10 years ago
  6. bc0c4bd Add additional clean up code in MPD path by robertphillips · 10 years ago
  7. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago
  8. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  9. e05162d Ignore SkGlyphCache gamma for nvpr text by cdalton · 10 years ago
  10. 20b373c Add color emoji fallback for nvpr text by cdalton · 10 years ago
  11. 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
  12. bb25e44 Add extra safety check to the EGL context setup. by joakim.landberg · 10 years ago
  13. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  14. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  15. c67870c Update effect key for descriptor to not record offsets. by egdaniel · 10 years ago
  16. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  17. 1dbd816 Fix early out in GrResourceCache2::purgeAsNeeded by bsalomon · 10 years ago
  18. 267ce48 remove proc key by joshualitt · 10 years ago
  19. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  20. f8449ba Update invariant output computation for various texture effects. by egdaniel · 10 years ago
  21. 74d80eb Remove unnessary check to skip drawing. by egdaniel · 10 years ago
  22. a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
  23. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  24. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  25. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  26. 612e926 Revert of Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #1 id:1 of https://codereview.chromium.org/750973003/) by tomhudson · 10 years ago
  27. 55fe3d7 Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #2 id:20001 of https://codereview.chromium.org/754653002/) by tomhudson · 10 years ago
  28. 30d7841 Add support for hoisting layers in pictures drawn with a matrix by robertphillips · 10 years ago
  29. 04c9695 Remove Picture deletion listeners. by mtklein · 10 years ago
  30. af000f4 Add gpu support for Apple specific 'Vertex Arrays' functions by paraboul · 10 years ago
  31. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  32. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  33. 77d77f4 Add pop_back to GrTRecorder.h by bsalomon · 10 years ago
  34. ec8bb94 Fix error in Ganesh' tiled bitmap drawing by robertphillips · 10 years ago
  35. 947556f remove GrAllocPool by joshualitt · 10 years ago
  36. c07379d Adding GeometryData object by joshualitt · 10 years ago
  37. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  38. b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
  39. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  40. e097be5 Implement conics for NVPR by kkinnunen · 10 years ago
  41. 04ddf89 Small cleanups after GrDrawState/GrOptDrawState base class elimination. by bsalomon · 10 years ago
  42. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  43. 02bcd9d move GrGeometryProcessor to src by joshualitt · 10 years ago
  44. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  45. ec03a46 Add processor name to comment when printing out shaders. by egdaniel · 10 years ago
  46. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  47. 6be2aa9 wip for drawables by reed · 10 years ago
  48. 780b11e fix for use of uninit variable by joshualitt · 10 years ago
  49. 6d467ec minor cleanup in GrGpu.h by bsalomon · 10 years ago
  50. 542ecbb Remove unused NVPR related GL tokens by kkinnunen · 10 years ago
  51. 9853cce Drawstate on stack by joshualitt · 10 years ago
  52. b436ed6 Reduce the amount of validation in GrResourceCache2 by bsalomon · 10 years ago
  53. 84c8e62 Allow GPU resources to not be counted against the cache budget. by bsalomon · 10 years ago
  54. 912b3d2 Use DrawStates ProcOptInfo when creating the Optimized Draw State. by egdaniel · 10 years ago
  55. dace19e Correct accounting for wrapped resources by bsalomon · 10 years ago
  56. 5478d42 Push creation of default GP to the caller by joshualitt · 10 years ago
  57. 82b1d62 Guard high water cache stats vars by GR_CACHE_STATS by bsalomon · 10 years ago
  58. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  59. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  60. 191bcc0 Fix ref-cnting bug in GrContext::readRenderTargetPixels by bsalomon · 10 years ago
  61. 082a462 Move WGL header from include to src by djsollen · 10 years ago
  62. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  63. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  64. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  65. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  66. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  67. bc97c93 Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX. by bungeman · 10 years ago
  68. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  69. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  70. 3fc6a2f Combine similar DrawPaths calls in GrInOrderDrawBuffer by cdalton · 10 years ago
  71. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago
  72. b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago
  73. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  74. b1cff03 Relax constraints on src coeff in GrDrawState::willBlendWithDst. by egdaniel · 10 years ago
  75. 5adbf1b Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/) by reed · 10 years ago
  76. b122ee5 start to replace onCreateDevice with onCreateCompatibleDevice by reed · 10 years ago
  77. 395ef05 Fix use of NULL ptr in GrContext::drawRect by bsalomon · 10 years ago
  78. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  79. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  80. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  81. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  82. cd8b630 Add isUnblended query to GrDrawState. by egdaniel · 10 years ago
  83. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  84. 4052a8e Remove coverage from grpaint by joshualitt · 10 years ago
  85. 4dd9988 remove separate color from coverage by joshualitt · 10 years ago
  86. 672550d Remove bogus assert by bsalomon · 10 years ago
  87. 69bb90c Remove cached OptDrawState from GrDrawState. by egdaniel · 10 years ago
  88. 6d4488c Remove all knowledge of resource keys from the legacy cache. by bsalomon · 10 years ago
  89. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  90. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  91. fe369ee Move GrResourceKey static functions from .h to .cpp to fix shared lib builds by bsalomon · 10 years ago
  92. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  93. 6beeb8f Small refactoring of layer discovery code by robertphillips · 10 years ago
  94. a63f32e Address MSAA rendering in layer hoisting by robertphillips · 10 years ago
  95. 4973d9d Default geometry processor by joshualitt · 10 years ago
  96. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  97. f4e5e33 cleaning up geometry handling in gpu by joshualitt · 10 years ago
  98. c4650ee Update GrTRecorder to preserve memory allocations by cdalton · 10 years ago
  99. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  100. ff34307 Default geometry processor by joshualitt · 10 years ago