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