1. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  2. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  3. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 8 years ago
  4. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  5. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 8 years ago
  6. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  7. f1036b2 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ ) by bsalomon · 8 years ago
  8. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  9. e7d7f90 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ ) by jcgregorio · 8 years ago
  10. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  11. f46a124 Set GL_PACK_ALIGNMENT before calling glReadPixels by bsalomon · 9 years ago
  12. 1d02a60 Remove unsigned < signed comparison. by mtklein · 9 years ago
  13. 5a42c33 Add new surface flag by jvanverth · 9 years ago
  14. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  15. a50e17a Add support for a new GPU interface by jvanverth · 9 years ago
  16. 16921ec SRGB read and write pixels working and unit test by bsalomon · 9 years ago
  17. 0e72b7e add/fix copyrights by reed · 9 years ago
  18. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  19. 29f8679 Removing GrAutoMalloc by joshualitt · 9 years ago
  20. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  21. 3211770 Add assignment op to enum bitfield ops by cdalton · 9 years ago
  22. e590266 Add unit tests for stroke rects and drawVertices by joshualitt · 9 years ago
  23. 72c7a60 remove legacy Gr things by bsalomon · 9 years ago
  24. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 9 years ago
  25. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 9 years ago
  26. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  27. 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
  28. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  29. 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
  30. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  31. 24db3b1 Add specialized content key class for resources. by bsalomon · 9 years ago
  32. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  33. f65f0b9 remove dead SK_SUPPORT_LEGACY_GRTYPES dead by reed · 10 years ago
  34. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  35. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  36. 5eefe42 Fix assert in GrMaskFormatBytesPerPixel. by jvanverth · 10 years ago
  37. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  38. 58f467c Cleanup: Remove GR_ARRAY_COUNT macro. by tfarina · 10 years ago
  39. 81b0928 fix typo in legacy flag alias by bsalomon · 10 years ago
  40. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  41. a0036c6 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  42. 26979c8 Revert of Delete unused method aliases and texture flag. (patchset #1 id:1 of https://codereview.chromium.org/672753002/) by bsalomon · 10 years ago
  43. 7fdffe4 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  44. 6517134 gl programs rewrite by joshualitt · 10 years ago
  45. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  46. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  47. 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
  48. d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago
  49. 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
  50. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  51. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  52. 2a413df Add ASTC to list of alpha compressed formats by krajcevski · 10 years ago
  53. 7ef2162 Add new ASTC pixel config by krajcevski · 10 years ago
  54. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  55. 238b456 R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. This is a format that will likely be required on most mobile phones in the upcoming years, making it better to target than LATC, which is only available on NVIDIA GPUs. by krajcevski · 10 years ago
  56. 748e9d3 Add LATC to alpha only pixel config by krajcevski · 10 years ago
  57. f9dae78 Remove GrIsPow2 in favor of SkIsPow2. by tfarina · 10 years ago
  58. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  59. 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
  60. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  61. 6e7ddaa Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be. by commit-bot@chromium.org · 10 years ago
  62. 42dc813 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  63. 8bfcd72 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  64. 420b2ff Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  65. 5e565d1 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  66. 2dcd243 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  67. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  68. 6e515d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  69. f8cb184 Add GPU support for color bitmap fonts by commit-bot@chromium.org · 11 years ago
  70. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  71. 65caeaf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  72. 939ca7c move GrMalloc, GrFree, Gr_bzero to their sk equivalents by reed@google.com · 11 years ago
  73. 3fddf0e First pass at font cache refactor: Create an atlas manager per texture by commit-bot@chromium.org · 11 years ago
  74. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  75. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  76. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  77. 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  78. ba66999 revert 9802 breacking tests on some configs by edisonn@google.com · 11 years ago
  79. cad107b Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  80. d092524 Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. This fixes the software canvas fallback in Chrome. by senorblanco@chromium.org · 11 years ago
  81. 94b284d Remove GrPathCmd by bsalomon@google.com · 11 years ago
  82. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 11 years ago
  83. e4657ed Add a macro for querying the byte order of SkPMColor. by commit-bot@chromium.org · 11 years ago
  84. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 11 years ago
  85. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 11 years ago
  86. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 11 years ago
  87. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 11 years ago
  88. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 11 years ago
  89. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 11 years ago
  90. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 11 years ago
  91. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 11 years ago
  92. ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 11 years ago
  93. 11f20d6 Remove GrInstanceCounter. by bsalomon@google.com · 12 years ago
  94. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  95. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  96. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  97. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  98. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  99. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  100. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 12 years ago