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