1. aa48d36 Fix drawVertices when there is a paint alpha by bsalomon · 9 years ago
  2. 7bdd70a Fix for 2056 by joshualitt · 9 years ago
  3. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  4. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  5. e2bcec3 fix for default path renderer draws harlines without bloating by joshualitt · 9 years ago
  6. b39abc4 remove unused helper function by reed · 9 years ago
  7. b5d3263 try texture-maker to generalize stretching for npot and min-tex-size by reed · 9 years ago
  8. 966c2c3 Revert of By default purge resources that haven't been used for 64 flushes (patchset #5 id:80001 of https://codereview.chromium.org/1316233003/ ) by bsalomon · 9 years ago
  9. 198a350 By default purge resources that haven't been used for 64 flushes by bsalomon · 9 years ago
  10. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  11. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  12. c6363ef Make methods on GrGpuResource safe to call on abandoned resource by bsalomon · 9 years ago
  13. 14eaaa6 Fix GrDrawVerticesBatch to work with override colors and eliminate local coords when posssible. by bsalomon · 9 years ago
  14. 38ddbad Mangle output var in GrGLFragmentProcessor::emitChild by bsalomon · 9 years ago
  15. 6f0fdac skia: Add support for ANGLE on linux by hendrikw · 9 years ago
  16. 10cae83 Move determiniation of strokerect rects internal by joshualitt · 9 years ago
  17. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  18. 11edad9 Fix for degenerate stroke rect by joshualitt · 9 years ago
  19. e73f1f6 Prefer dual source/framebuffer fetch paths for GPU LCD. by egdaniel · 9 years ago
  20. a204ced Revert of Fix for degenerate stroke rect (patchset #7 id:110001 of https://codereview.chromium.org/1359453002/ ) by joshualitt · 9 years ago
  21. 511684f Fix for degenerate stroke rect by joshualitt · 9 years ago
  22. bf87730 Move GrFragmentProcessor implementation to its own cpp file by bsalomon · 9 years ago
  23. 3905c37 fix factory count by Brian Salomon · 9 years ago
  24. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  25. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  26. aa37a96 Create append methods in batch namespaces by joshualitt · 9 years ago
  27. 2120b6f Fix for combining with perspective local rects by joshualitt · 9 years ago
  28. 3566d44 Move StrokeRectBatches into .cpp files by joshualitt · 9 years ago
  29. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  30. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  31. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  32. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  33. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  34. ef4ba3d Fix Ganesh perspective projection bug by robertphillips · 9 years ago
  35. 3322a81 share code between SkGr and Cacherator by reed · 9 years ago
  36. 5d08d44 minor cleanup by joshualitt · 9 years ago
  37. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  38. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  39. eb00eab fix up GrGLProgrambuilder precision on varyings by joshualitt · 9 years ago
  40. 27b6335 On gpu, use max(r,g,b) for coverage alpha in LCD and update lcd blend gm. by egdaniel · 9 years ago
  41. fb1e2fc Update params to get better packing for DF path atlas by jvanverth · 9 years ago
  42. 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago
  43. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
  44. 79bd2ae Minor fix to attaching stencils by egdaniel · 9 years ago
  45. 506c802 Add helper for creating leaf FPs inside GrFP::TestCreate functions by bsalomon · 9 years ago
  46. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  47. b5b6032 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
  48. 59ce45f Revert of Test that GrFragmentProcessors work without input colors. (patchset #2 id:20001 of https://codereview.chromium.org/1341853002/ ) by bsalomon · 9 years ago
  49. 72c58e7 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
  50. 3833daa Fix GPU-only snapping bug in mask blur rendering by robertphillips · 9 years ago
  51. 5a744b7 Have SkVarAlloc::alloc() use sk_malloc_throw. by mtklein · 9 years ago
  52. 56f38fb disable kIndex_8 gpu support for now -- seems to always be slower by reed · 9 years ago
  53. 4c9281d remove dead code not mentioned in any GYP by mtklein · 9 years ago
  54. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  55. 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 9 years ago
  56. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  57. e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
  58. 465283c Remove batchtracker by joshualitt · 9 years ago
  59. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  60. e66fec2 fix missing clipmaskmanager by Brian Salomon · 9 years ago
  61. eef3c5b Fix texture creation on stencil format test code by egdaniel · 9 years ago
  62. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  63. ad792c1 Simplify installation of pipeling into GrDrawBatch in GrDrawTarget by bsalomon · 9 years ago
  64. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  65. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  66. a82bf95 Fix leak of path ranges by bsalomon · 9 years ago
  67. ff1d547 Calculate pixel config and stencil fmt pairs once per pixel config. by egdaniel · 9 years ago
  68. 6c6f658 Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  69. 059dffa There's a set probability that a linear pipeline of random procs will be created (old behavior), or a pipeline with a single proc tree (added behavior). by wangyix · 9 years ago
  70. ce79a3a Initialize subrun variables to make Valgrind happy by jvanverth · 9 years ago
  71. 32ab260 Revert of Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessin… (patchset #1 id:1 of https://codereview.chromium.org/1329313002/ ) by bsalomon · 9 years ago
  72. eb662bc Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  73. 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
  74. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  75. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  76. 336cda3 wire up incNumDraws by joshualitt · 9 years ago
  77. 157e648 Detach cache in DF routines rather than passing it in. by jvanverth · 9 years ago
  78. 036fd8e Added TestCreate for SkComposeShader; will pick two random child procs that don't have children of their own. This prevents creating an arbitrarily large tree of procs. Also, it will choose a random coefficient mode for the xfermode. by wangyix · 9 years ago
  79. 87a5c9f Add number of draws to GrGpu stats by joshualitt · 9 years ago
  80. 90e8ab7 Re-enable nvpr text rendering in DM. by bsalomon · 9 years ago
  81. 54a6b1a emitChild() used to generate a mangled outputColor based on the parent's outputColor; now it just accepts an outputColor string. It's now up to the programmer to declare outputColors if needed before emitting child code. by wangyix · 9 years ago
  82. 43fe618 refactor parts of SkGr.cpp for use by SkImages by reed · 9 years ago
  83. 44c3128 Clean up some lint complaints by robertphillips · 9 years ago
  84. fac9ceb Add new GM to directly exercise perspective bitmap drawing by robertphillips · 9 years ago
  85. 06f989a Revert of Minor cleanup in GrTessellatingPathRenderer. (patchset #1 id:1 of https://codereview.chromium.org/1322023002/ ) by senorblanco · 9 years ago
  86. 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago
  87. 9446930 Fix for distancefield text uses override descriptor by joshualitt · 9 years ago
  88. 0a1fa5e skia: Replace CommandBuffer_ with egl by hendrikw · 9 years ago
  89. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  90. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  91. aeb77ea GrGLBlend::AppendPorterDuffBlend now supports kClear_Mode by wangyix · 9 years ago
  92. 2dc2994 Various minor cross-platform changes by jvanverth · 9 years ago
  93. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago
  94. f6703fa Make GrTextContext no longer store a GrDrawContext by robertphillips · 9 years ago
  95. 9389b87 Minor cleanup in GrTessellatingPathRenderer. by senorblanco · 9 years ago
  96. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  97. 9ceb6b5 Revert of By default purge resources that haven't been used for 64 flushes (patchset #4 id:60001 of https://codereview.chromium.org/1316233003/ ) by bsalomon · 9 years ago
  98. bd783cd By default purge resources that haven't been used for 64 flushes by bsalomon · 9 years ago
  99. 8db52b6 Revert of By default purge resources that haven't been used for 64 flushes (patchset #3 id:40001 of https://codereview.chromium.org/1316233003/ ) by bsalomon · 9 years ago
  100. 71d0c33 By default purge resources that haven't been used for 64 flushes by Brian Salomon · 9 years ago