1. 5b65357 Simplify GrGLPathRendering interface by kkinnunen · 10 years ago
  2. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  3. cecc91c Make GrGLConfigConversionEffect work for Imagination and some other GPUs. by changjun.yang · 10 years ago
  4. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  5. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  6. 637e57e Fix srcAlpaWillBeOne() for coverage drawing by bsalomon · 10 years ago
  7. 6617d50 Rename GPUAccelData to GrAccelData by robertphillips · 10 years ago
  8. 6f294af Refactor GrLayerCache for new API by robertphillips · 10 years ago
  9. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  10. 776d355 Make null gpu context threadsafe(r) and make sure buffer objects are destroyed. by bsalomon · 10 years ago
  11. 71614ac Add override to force bitmap rendering by krajcevski · 10 years ago
  12. c30aaa0 Use combined color/coverage attribute when possible in aa rect renderer. by bsalomon · 10 years ago
  13. 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
  14. 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
  15. db1f156 Make comment ASCII in GrDrawTarget.h by bsalomon · 10 years ago
  16. c019ec4 Add layer counting to SkPictureRecord by robertphillips · 10 years ago
  17. 3b73e01 Revert of Add layer counting to SkPictureRecord (https://codereview.chromium.org/464433002/) by mtklein · 10 years ago
  18. 4a2b2e8 Add layer counting to SkPictureRecord by robertphillips · 10 years ago
  19. d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago
  20. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  21. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago
  22. 3f86099 Fix crash in nvpr text after abandoning context by cdalton · 10 years ago
  23. 9c0822a Always use both a color and coverage attribute in GrAARectRenderer. by bsalomon · 10 years ago
  24. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  25. bab82ed Pretty print of shaders by joshualitt · 10 years ago
  26. 62c447d Add an opaqueness hint to GrDrawState. by bsalomon · 10 years ago
  27. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  28. c863ab0 Cleanup of context initialization by joshualitt · 10 years ago
  29. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  30. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  31. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  32. b8ccc2f Pass compressed blitters to our mask drawing algorithm by krajcevski · 10 years ago
  33. 776bdbd Create struct in GrDrawState to hold key DrawState data. by egdaniel · 10 years ago
  34. a098dd4 Fix drawVertices() on GPU when texs=colors=shaders=indices=null by bsalomon · 10 years ago
  35. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  36. af13c7c Revert "Calculate rough approximations for nvpr path sizes" by bungeman · 10 years ago
  37. 40a1e11 Add support for all compressed formats in KTX file format by krajcevski · 10 years ago
  38. 61bff70 Calculate rough approximations for nvpr path sizes by cdalton · 10 years ago
  39. 8f72733 Move functions from GrDrawState.h to GrDrawState.cpp and delete unused functions. by bsalomon · 10 years ago
  40. e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  41. 72336ed Don't compare constant color and coverage between GrDrawStates when they are provided by vertex attributes. by bsalomon · 10 years ago
  42. 838f62d Replace op== with CombineIfPossible in GrDrawState. by bsalomon · 10 years ago
  43. 6d7f5fa Enable gpu Debug markers if tracing category skia.gpu is enabled by egdaniel · 10 years ago
  44. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  45. 0673676 Don't compare coord change matrices to determine effect compatibility when using explicit local coords. by bsalomon · 10 years ago
  46. 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 10 years ago
  47. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  48. 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  49. 41ebbdd Exit early when draw can be skipped. Be more robust against abandoned GrContext. by bsalomon · 10 years ago
  50. dddc18a Make GrGLProgram be available to GrGLProgramDataManager by kkinnunen · 10 years ago
  51. 7883132 Fix for Chrome Canaries. by jvanverth · 10 years ago
  52. 9bcd23b Rollback text allocation changes. by jvanverth · 10 years ago
  53. 5816233 FBFetch refactor + arm support by joshualitt · 10 years ago
  54. 0c42332 Add CTM to the cached layers' key and reduce render target pingponging in layer pre-rendering by robertphillips · 10 years ago
  55. d9e183f Fix for texture domain on imagination gpus by joshualitt · 10 years ago
  56. 0f1a7c4 Remove kDisableBlend_BlendOptFlag as it is no longer needed by egdaniel · 10 years ago
  57. b3abe90 Start the process of choosing the correct compression format by krajcevski · 10 years ago
  58. 4682170 Test removal of mesa specific version parse by joshualitt · 10 years ago
  59. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  60. 78697816 Add query for whether or not we have compressedTexSubImage by krajcevski · 10 years ago
  61. 1723bfc Add vertex bounds check for distance field rendering. by jvanverth · 10 years ago
  62. ed6f03e Fix ref counting of cached layer's texture by robertphillips · 10 years ago
  63. 78f0718 Add effect caching to distance field text. by jvanverth · 10 years ago
  64. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  65. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 10 years ago
  66. a14da25 fRight -> fBottom by krajcevski · 10 years ago
  67. 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
  68. 5ae5fc5 Adding repeat mode to texture domain by joshualitt · 10 years ago
  69. 25a67bc Add query for block dimensions of a given format by krajcevski · 10 years ago
  70. fdd09c2 Revert of Add effect caching to distance field text. (https://codereview.chromium.org/424103002/) by bensong · 10 years ago
  71. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  72. 137bac0 Add effect caching to distance field text. by jvanverth · 10 years ago
  73. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  74. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  75. 09dde64 Now always use Atlas for layer cache by robertphillips · 10 years ago
  76. 8ab8cc0 Finish removing GrTHashTable by robertphillips · 10 years ago
  77. 320c923 Add plot-based purging to GrLayerCache by robertphillips · 10 years ago
  78. 2bff230 round and bevel hairline rects show the same as miter hairline rects by yunchao.he · 10 years ago
  79. 2354f84 Test abandoning GL context in dm/nanobench. by bsalomon · 10 years ago
  80. feceba5 Add vertex color support to distance field text. by jvanverth · 10 years ago
  81. f17bc6c Move vertex buffer setup out of drawPackedGlyph(). by jvanverth · 10 years ago
  82. b2808cd Send less transform data when drawing text with nvpr by cdalton · 10 years ago
  83. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  84. 6c18c80 Revert of Move vertex buffer setup out of drawPackedGlyph(). (https://codereview.chromium.org/414573002/) by jvanverth · 10 years ago
  85. 1d38619 Move vertex buffer setup out of drawPackedGlyph(). by jvanverth · 10 years ago
  86. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  87. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  88. 730c044 Alter Default & Software path renderers to better handle AA hairline paths by robertphillips · 10 years ago
  89. dd6d227 Replace use of GrTHashTable in GrFontCache with SkTDynamicHash. by jvanverth · 10 years ago
  90. 1c63bf6 Revert "Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/)" by bsalomon · 10 years ago
  91. be03570 Remove unused enum value and member of GrGpuObject by bsalomon · 10 years ago
  92. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  93. ac97792 Initial change to move 2D kernel to its own file. by joshualitt · 10 years ago
  94. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  95. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  96. 93a37bc Add macro so that gpu trace marker can add an arg to the TRACE_EVENT it makes by egdaniel · 10 years ago
  97. 7a037f4 Move GrTMultiMap to src/core and rename it by robertphillips · 10 years ago
  98. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  99. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  100. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago