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