1. 0f1a7c4 Remove kDisableBlend_BlendOptFlag as it is no longer needed by egdaniel · 10 years ago
  2. b3abe90 Start the process of choosing the correct compression format by krajcevski · 10 years ago
  3. 4682170 Test removal of mesa specific version parse by joshualitt · 10 years ago
  4. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  5. 7869781 Add query for whether or not we have compressedTexSubImage by krajcevski · 10 years ago
  6. 1723bfc Add vertex bounds check for distance field rendering. by jvanverth · 10 years ago
  7. ed6f03e Fix ref counting of cached layer's texture by robertphillips · 10 years ago
  8. 78f0718 Add effect caching to distance field text. by jvanverth · 10 years ago
  9. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  10. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 10 years ago
  11. a14da25 fRight -> fBottom by krajcevski · 10 years ago
  12. 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
  13. 5ae5fc5 Adding repeat mode to texture domain by joshualitt · 10 years ago
  14. 25a67bc Add query for block dimensions of a given format by krajcevski · 10 years ago
  15. fdd09c2 Revert of Add effect caching to distance field text. (https://codereview.chromium.org/424103002/) by bensong · 10 years ago
  16. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  17. 137bac0 Add effect caching to distance field text. by jvanverth · 10 years ago
  18. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  19. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  20. 09dde64 Now always use Atlas for layer cache by robertphillips · 10 years ago
  21. 8ab8cc0 Finish removing GrTHashTable by robertphillips · 10 years ago
  22. 320c923 Add plot-based purging to GrLayerCache by robertphillips · 10 years ago
  23. 2bff230 round and bevel hairline rects show the same as miter hairline rects by yunchao.he · 10 years ago
  24. 2354f84 Test abandoning GL context in dm/nanobench. by bsalomon · 10 years ago
  25. feceba5 Add vertex color support to distance field text. by jvanverth · 10 years ago
  26. f17bc6c Move vertex buffer setup out of drawPackedGlyph(). by jvanverth · 10 years ago
  27. b2808cd Send less transform data when drawing text with nvpr by cdalton · 10 years ago
  28. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  29. 6c18c80 Revert of Move vertex buffer setup out of drawPackedGlyph(). (https://codereview.chromium.org/414573002/) by jvanverth · 10 years ago
  30. 1d38619 Move vertex buffer setup out of drawPackedGlyph(). by jvanverth · 10 years ago
  31. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  32. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  33. 730c044 Alter Default & Software path renderers to better handle AA hairline paths by robertphillips · 10 years ago
  34. dd6d227 Replace use of GrTHashTable in GrFontCache with SkTDynamicHash. by jvanverth · 10 years ago
  35. 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
  36. be03570 Remove unused enum value and member of GrGpuObject by bsalomon · 10 years ago
  37. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  38. ac97792 Initial change to move 2D kernel to its own file. by joshualitt · 10 years ago
  39. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  40. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  41. 93a37bc Add macro so that gpu trace marker can add an arg to the TRACE_EVENT it makes by egdaniel · 10 years ago
  42. 7a037f4 Move GrTMultiMap to src/core and rename it by robertphillips · 10 years ago
  43. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  44. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  45. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  46. 3d533ac Replace GrTHash with SkTDynamicHash by robertphillips · 10 years ago
  47. 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
  48. 9514d24 Cache the return values of getBlendOpts in GrDrawState by egdaniel · 10 years ago
  49. e904c09 Fix alpha textures in NV ES3 contexts on Windows. by bsalomon · 10 years ago
  50. 8dd90cb Add IsPath to GrGLInterface by cdalton · 10 years ago
  51. 91bdbcd Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are deleted. by bsalomon · 10 years ago
  52. 261b8a9 Make GrLayerCache use multiple plots in its atlas by robertphillips · 10 years ago
  53. 929f29a Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  54. 7ef2162 Add new ASTC pixel config by krajcevski · 10 years ago
  55. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  56. b577c55 Generalize mask helper a bit for compression by krajcevski · 10 years ago
  57. 17dabfc Add unique ID to GrPlot by robertphillips · 10 years ago
  58. c7af812 Revert of Reopened: Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by bungeman · 10 years ago
  59. 7940100 Revert of Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. (https://codereview.chromium.org/379113004/) by mtklein · 10 years ago
  60. 21048b5 Always have GrLayer's rect be valid by robertphillips · 10 years ago
  61. 32a311b Fixed the bug in drawVertices when no colors or texture coordinates are provided by modifying the grprimitive to klines and adjusting the indices. by dandov · 10 years ago
  62. c0ea398 Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  63. 8339371 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  64. a179a1e SkAutoRef seems lonely. Might as well delete it. by mtklein · 10 years ago
  65. 49b3590 Revert of drawVertices bug on gpu side (https://codereview.chromium.org/387113002/) by dandov · 10 years ago
  66. 612364d Fixed the bug in drawVertices when no colors or texture coordinates are provided by modifying the grprimitive to klines and adjusting the indices. by dandov · 10 years ago
  67. c4f30b1 Make GrAtlas::removePlot static by robertphillips · 10 years ago
  68. 733f5f5 Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions. by jvanverth · 10 years ago
  69. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 10 years ago
  70. c855ca0 Revert of Remove gpu shader optimatization for solid white or trans black colors (https://codereview.chromium.org/375823005/) by egdaniel · 10 years ago
  71. 5f78d22 Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  72. 6142609 Cleanup SkPicture* classes a bit by robertphillips · 10 years ago
  73. c26d991 Split SkPictureReplacementPlayback out of SkPicturePlayback by robertphillips · 10 years ago
  74. d78a168 Improve gpu tracing when applying markers directly to gpu target by egdaniel · 10 years ago
  75. 79fd216 Revert of Make GrGLConfigConversionEffect work for Imagination and some other GPUs. (https://codereview.chromium.org/277323002/) by bsalomon · 10 years ago
  76. 93cf46f Make GrGLConfigConversionEffect work for Imagination and some other GPUs. by changjun.yang · 10 years ago
  77. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  78. 1ad00e4 Split SkPictureRangePlayback out of SkPicturePlayback by robertphillips · 10 years ago
  79. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  80. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  81. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  82. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  83. 24dcac2 YUV to RGB converter by sugoi · 10 years ago
  84. ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
  85. f99f884 Remove use of GrEffectRef from draw state and below. by bsalomon · 10 years ago
  86. 2ed5ef8 Remove GrDrawState::CommonState by bsalomon · 10 years ago
  87. a70353e Remove deferred version of GrDrawState. by bsalomon · 10 years ago
  88. 0b99de0 Add Instant Trace Event for shader compilation in gpu which outputs shader text as attribute by egdaniel · 10 years ago
  89. 2fe7b46 Revert of Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by reed · 10 years ago
  90. 753a296 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  91. 32b9a3b Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  92. e1bc1c6 Make GrAllocator Iter return non-const T by bsalomon · 10 years ago
  93. 217daa7 Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/) by mtklein · 10 years ago
  94. f0480b1 Combine clip stack and clip origin into one struct in GrIODB. by bsalomon · 10 years ago
  95. e9a729c Remove the AA requirement for selecting GrEffect-based clipping. by bsalomon · 10 years ago
  96. e159386 Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/) by bsalomon · 10 years ago
  97. a73218b Remove the AA requirement for selecting GrEffect-based clipping. by bsalomon · 10 years ago
  98. bce3d6d Reduce integer divides in GrAllocator by bsalomon · 10 years ago
  99. a887026 Fix int to float bug in shader on gpu Dotted Line cl by egdaniel · 10 years ago
  100. f767e79 Add the ability for gpu to render dotted lines (dashed line, 0 on interval, round caps) by egdaniel · 10 years ago