1. d5fd2ff Compile Vulkan when building for the Android framework. by djsollen · 8 years ago
  2. b3058bd initial checkin of SkSL compiler by ethannicholas · 8 years ago
  3. 58daedb Update GYP for linux Vulkan to support SDK 1.0.13 by egdaniel · 8 years ago
  4. 43bf511 Delete ChromeOS code by borenet · 8 years ago
  5. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  6. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 9 years ago
  7. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  8. a6b439a Fix 32bit win Vulkan build by bsalomon · 9 years ago
  9. 41dc3d6 Support building Vulkan on Linux. by bsalomon · 9 years ago
  10. f98bc6d Use installed vulkan SDK and remove checked in SDK by bsalomon · 9 years ago
  11. de7bbab Pull and build shaderc rather than use checked in lib/header by bsalomon · 9 years ago
  12. b5f0d40 Revert "Pull and build shaderc rather than use checked in lib/header" by Eric Boren · 9 years ago
  13. 7d4490e Pull and build shaderc rather than use checked in lib/header by bsalomon · 9 years ago
  14. 2d07b76 Update shaderc lib and use single combined lib by Greg Daniel · 9 years ago
  15. 7499e69 Incorporate Vulkan files into main gpu.gyp/gpu.gypi by bsalomon · 9 years ago
  16. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  17. 540e488 Add include paths in gputest.gyp for use by additional gpu tests. by egdaniel · 9 years ago
  18. cd1f2da add -Iinclude/private anywhere we have -Isrc/core by mtklein · 9 years ago
  19. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  20. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  21. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  22. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  23. 611cc5f delete experimental path renderers by joshualitt · 9 years ago
  24. 4808757 Remove all code related to NaCl by borenet · 10 years ago
  25. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 10 years ago
  26. f7edcde Both DM and nanobench need this, so moving the duplicated code to by tomhudson · 10 years ago
  27. 86e31a1 Allow user to pass in a path for extra dependencies for gpu by egdaniel · 10 years ago
  28. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  29. ced9010 Fix include for GrPortderDuffXferProcessor.cpp TBR=bsalomon@google.com by egdaniel · 10 years ago
  30. 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago
  31. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  32. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  33. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  34. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  35. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  36. 29dda80 Add support for EGL on linux by derekf · 10 years ago
  37. e33985a Revert "Add support for EGL on linux" by borenet · 10 years ago
  38. 1cea736 Add support for EGL on linux by derekf · 10 years ago
  39. 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
  40. c7d29c8 update our build system to support the experimental L-Release NDK by Derek Sollenberger · 10 years ago
  41. 5c2fca0 Add an LATC compressor to the A8 masks, and hide it behind an ifdef. by krajcevski · 10 years ago
  42. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  43. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  44. 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
  45. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  46. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 11 years ago
  47. 8065ec5 Add new module for distance field generation. by commit-bot@chromium.org · 11 years ago
  48. b5f3b35 Revert of Add new module for distance field generation. (https://codereview.chromium.org/178543007/) by commit-bot@chromium.org · 11 years ago
  49. bf99824 Add new module for distance field generation. by commit-bot@chromium.org · 11 years ago
  50. 9d0ecf4 Modify how gpu.gyp includes angle.gyp. by commit-bot@chromium.org · 11 years ago
  51. ddf2bfb Move GrTextContext to private interface by commit-bot@chromium.org · 11 years ago
  52. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  53. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  54. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  55. 42cc237 New Composite CSS border object by robertphillips@google.com · 11 years ago
  56. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  57. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago
  58. 4e5559a Allow specifying the max texture count on the bots by robertphillips@google.com · 11 years ago
  59. 4382330 Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents. by commit-bot@chromium.org · 11 years ago
  60. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
  61. b8f3655 Update obvious deps. by bungeman@google.com · 11 years ago
  62. 899f1d8 Revert deps changes in r10220 and r10217. by bungeman@google.com · 11 years ago
  63. 2b0ab9e Update obvious deps. by bungeman@google.com · 11 years ago
  64. e63296e Fuse skgr & gr targets in gyp files by robertphillips@google.com · 11 years ago
  65. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  66. 403b90e Exclude angle dependency on non-angle builds by djsollen@google.com · 11 years ago
  67. 71cf3ae Use XQuartz's version of OSMesa rather than Mac SDK's. It is newer and has a fix for a bug that unit tests and GM trigger. by bsalomon@google.com · 12 years ago
  68. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago
  69. 74dda90 This takes the convex path tesselator from the Android code and hooks it into a by jvanverth@google.com · 12 years ago
  70. e3453cb This CL introduces a new path renderer. by sugoi@google.com · 12 years ago
  71. 0d92353 Fix Linux link errors for some targets by adding -lX11 to gpu.gyp's by senorblanco@chromium.org · 12 years ago
  72. db2e25a Fix NoGPU build by borenet@google.com · 12 years ago
  73. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  74. 42041e6 Allow default texture cache limit to be set within gyp. by djsollen@google.com · 12 years ago
  75. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  76. 2b64f84 Add SkNativeGLContext implementation for iOS. by bsalomon@google.com · 12 years ago
  77. cca3c8f Make gpu work in iOS SampleApp. by bsalomon@google.com · 12 years ago
  78. 202a51b Add effects/core.gypi to 'sources' to make them appear in VS projects by bsalomon@google.com · 12 years ago
  79. ac4b86c Make gpu.gypi show up in IDE projects by bsalomon@google.com · 12 years ago
  80. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  81. 2080635 Add gpu.gypi to ease skia->chrome rolls by bsalomon@google.com · 12 years ago
  82. 84207c4 Move the code for the GPU implementation of morphology effects from GrContext by senorblanco@chromium.org · 12 years ago
  83. 2e2aedc Added GrTextureStripAtlas object. by rileya@google.com · 12 years ago
  84. 3c4121e Updated gpu.gyp to move GrCacheID.h from src\gpu to include\gpu by robertphillips@google.com · 12 years ago
  85. 46a8600 Refactored cacheID in preparation for clip mask caching changes by robertphillips@google.com · 12 years ago
  86. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
  87. c3841b9 Move GL programs unit test code to tests project. by bsalomon@google.com · 12 years ago
  88. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  89. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  90. d7cc651 Move GPU gradients into src/effects/gradients. by rileya@google.com · 12 years ago
  91. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 12 years ago
  92. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  93. 2f68e76 Move texture domains onto a GrCustomStage, off of GrSamplerState. by tomhudson@google.com · 12 years ago
  94. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  95. 5f47a39 The correct fix for the lighting filters on Windows: set the GL calling by senorblanco@chromium.org · 12 years ago
  96. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 12 years ago
  97. f0a104e Remove GrStringBuilder by bsalomon@google.com · 12 years ago
  98. 41efe04 Partially rolled forward the SkGrPixelRef changes by robertphillips@google.com · 12 years ago
  99. 375ff85 Un-trifurcate GrTextContext: get rid of Default and Batched subclasses, by tomhudson@google.com · 12 years ago
  100. e9c0469 Pseudo-reverted r4396 (SkGrPixelRef files are still in source pool but are unused) by robertphillips@google.com · 12 years ago