1. f65f0b9 remove dead SK_SUPPORT_LEGACY_GRTYPES dead by reed · 10 years ago
  2. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  3. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  4. 5eefe42 Fix assert in GrMaskFormatBytesPerPixel. by jvanverth · 10 years ago
  5. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  6. 58f467c Cleanup: Remove GR_ARRAY_COUNT macro. by tfarina · 10 years ago
  7. 81b0928 fix typo in legacy flag alias by bsalomon · 10 years ago
  8. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  9. a0036c6 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  10. 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
  11. 7fdffe4 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  12. 6517134 gl programs rewrite by joshualitt · 10 years ago
  13. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  14. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  15. 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
  16. d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago
  17. 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
  18. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  19. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  20. 2a413df Add ASTC to list of alpha compressed formats by krajcevski · 10 years ago
  21. 7ef2162 Add new ASTC pixel config by krajcevski · 10 years ago
  22. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  23. 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
  24. 748e9d3 Add LATC to alpha only pixel config by krajcevski · 10 years ago
  25. f9dae78 Remove GrIsPow2 in favor of SkIsPow2. by tfarina · 10 years ago
  26. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  27. 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
  28. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  29. 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
  30. 42dc813 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  31. 8bfcd72 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  32. 420b2ff Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  33. 5e565d1 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  34. 2dcd243 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  35. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  36. 6e515d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  37. f8cb184 Add GPU support for color bitmap fonts by commit-bot@chromium.org · 11 years ago
  38. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  39. 65caeaf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 939ca7c move GrMalloc, GrFree, Gr_bzero to their sk equivalents by reed@google.com · 11 years ago
  41. 3fddf0e First pass at font cache refactor: Create an atlas manager per texture by commit-bot@chromium.org · 11 years ago
  42. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  43. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  44. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  45. 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  46. ba66999 revert 9802 breacking tests on some configs by edisonn@google.com · 11 years ago
  47. cad107b Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  48. 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
  49. 94b284d Remove GrPathCmd by bsalomon@google.com · 11 years ago
  50. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 11 years ago
  51. e4657ed Add a macro for querying the byte order of SkPMColor. by commit-bot@chromium.org · 11 years ago
  52. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 11 years ago
  53. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 11 years ago
  54. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 11 years ago
  55. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 11 years ago
  56. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 11 years ago
  57. 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
  58. 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
  59. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 11 years ago
  60. 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
  61. 11f20d6 Remove GrInstanceCounter. by bsalomon@google.com · 12 years ago
  62. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  64. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  65. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  66. 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
  67. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  68. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 12 years ago
  69. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  70. 5e49732 Fix int64->int32 warning by bsalomon@google.com · 12 years ago
  71. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  72. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  73. 9c2ea84 Split cache-specific fields out of GrTextureDesc by robertphillips@google.com · 12 years ago
  74. 5091b70 Added resource domain to GrTextureDesc by robertphillips@google.com · 12 years ago
  75. 15c0fea AutoScratchTexture can now release its texture and it will return to the texture cache when freed by robertphillips@google.com · 12 years ago
  76. 4da34e3 Add GrMemoryPool as a helper to override operators new/delete by bsalomon@google.com · 12 years ago
  77. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  78. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 12 years ago
  79. 07ef911 Fixed Linux compiler complaints by robertphillips@google.com · 12 years ago
  80. 3271628 Move texture descriptor into GrTexture by robertphillips@google.com · 12 years ago
  81. a4d8fc2 Stop using GrDrawState to track GPU's blend state by bsalomon@google.com · 12 years ago
  82. 0f191f3 Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op) by robertphillips@google.com · 12 years ago
  83. b9014f4 Remove deprecated names from Gr (WK is no longer using them) by bsalomon@google.com · 12 years ago
  84. 4bcb0c6 Reland 3144 with assertion fix. by bsalomon@google.com · 12 years ago
  85. 0439e56 revert 3144 by bsalomon@google.com · 12 years ago
  86. aa67735 Allow chrome to limit the number of FBO status checks by bsalomon@google.com · 12 years ago
  87. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 12 years ago
  88. 7d72c45 code cleanup for single_pass_path() and remove enum GrConvexHint by bsalomon@google.com · 12 years ago
  89. b1caea0 Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformTexture or GrPlatformRenderTarget instead) by bsalomon@google.com · 13 years ago
  90. 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
  91. 01224d5 Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see by tomhudson@google.com · 13 years ago
  92. 74b9871 Do writepixels alpha-premul using gpu by bsalomon@google.com · 13 years ago
  93. 0ba52fc Filter out draws to non-PMA configs that won't blend correctly by bsalomon@google.com · 13 years ago
  94. 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 13 years ago
  95. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  96. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  97. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  98. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  99. 64c4fe4 More removal of texture fUploadByteCount and rename fFormat to fConfig for consistency. by bsalomon@google.com · 13 years ago
  100. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrTypes.h]