1. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  2. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  3. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  4. b4d40ef Don't upload texture smaller than the min texture size when stretching a bmp up to a POT by bsalomon · 9 years ago
  5. 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 9 years ago
  6. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  7. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  8. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  9. 0513c83 Fix NULL access by bsalomon · 9 years ago
  10. c59a1df Stretch small textures up to 16 pixels on PowerVR 54x by bsalomon · 9 years ago
  11. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  12. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  13. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  14. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  15. 99babf2 Further work on sRGB support. by jvanverth · 9 years ago
  16. 8b26b99 new image from backend desc by reed · 9 years ago
  17. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  18. bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 9 years ago
  19. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  20. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  21. 4ab3dbb Adding linear interpolation to rgb->yuv conversion by sugoi · 9 years ago
  22. cff10b2 change colorfilter to return an array of frag processors by reed · 9 years ago
  23. 5f5a8d7 adding preabandon flag to DM by joshualitt · 9 years ago
  24. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  25. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 9 years ago
  26. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  27. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 9 years ago
  28. f99e961 Allow resources' unique keys to be changed. by bsalomon · 9 years ago
  29. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 9 years ago
  30. 25d9c15 Pass Rendertarget into context. by joshualitt · 9 years ago
  31. 4ccce7e YUV scale fix by sugoi · 9 years ago
  32. 0ff748a Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/) by jvanverth · 9 years ago
  33. e6eddf7 YUV scale fix by sugoi · 9 years ago
  34. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 9 years ago
  35. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 9 years ago
  36. d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 9 years ago
  37. ba18f91 No more caching volatile bitmaps by sugoi · 9 years ago
  38. 8842556 Make npot resizing work properly for bmps that are explicitly texture backed. by bsalomon · 9 years ago
  39. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  40. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 9 years ago
  41. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  42. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 9 years ago
  43. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  44. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  45. 5813616 Do more cleanup from xp changes by egdaniel · 10 years ago
  46. 4043d17 Broken dm fix by sugoi · 10 years ago
  47. 692135f YUV planes cache by sugoi · 10 years ago
  48. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  49. fe43c40 Disable GPU sRGB textures for the moment. by jvanverth · 10 years ago
  50. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  51. 9ed7f57 When bitmap is texture backed, don't download and reupload pixels by bsalomon · 10 years ago
  52. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  53. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  54. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  55. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  56. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  57. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  58. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  59. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  60. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  61. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  62. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  63. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  64. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  65. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  66. e79a2da When bmp is not cached don't upload as index8 format. by bsalomon · 10 years ago
  67. ff58e46 Disabled YUV decoding for subsets by sugoi · 10 years ago
  68. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  69. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  70. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  71. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  72. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  73. ebfce41 Revert of Don't readback and reupload texture-backed bitmaps (patchset #1 id:1 of https://codereview.chromium.org/635573004/) by bsalomon · 10 years ago
  74. b9ab563 Don't readback and reupload texture-backed bitmaps by bsalomon · 10 years ago
  75. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  76. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  77. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  78. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  79. 77cd8b0 Revert of Added test for non cached ETC1 (patchset #2 id:20001 of https://codereview.chromium.org/564493002/) by bungeman · 10 years ago
  80. d9ec549 Added test for non cached ETC1 by sugoi · 10 years ago
  81. 0249ec2 Adding texture uploads without cache for YUV and ETC1 by sugoi · 10 years ago
  82. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  83. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  84. d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago
  85. 40a1e11 Add support for all compressed formats in KTX file format by krajcevski · 10 years ago
  86. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  87. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  88. f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
  89. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  90. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  91. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  92. 9a3cdbb Two new benches for ETC1 bitmaps. by krajcevski · 10 years ago
  93. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  94. 8c111f7 Change #def to be opt-out by krajcevski · 10 years ago
  95. 309e869 Fix bracket outside of ifdef by krajcevski · 10 years ago
  96. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  97. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  98. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  99. 9e967ad Preserve GrContext's matrix when calling SkShader::asNewEffect. by commit-bot@chromium.org · 10 years ago
  100. 3595f88 Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion by commit-bot@chromium.org · 10 years ago