1. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  2. 949eef0 Use explicitly-sized enums in GrGLProgramDesc::KeyHeader by commit-bot@chromium.org · 11 years ago
  3. 1d3bfdc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  4. 234d4fb Mark when effects and programs have vertex code by commit-bot@chromium.org · 11 years ago
  5. 76eaf74 Add a GrCustomCoordsTextureEffect class by commit-bot@chromium.org · 11 years ago
  6. 6c5d9a1 Add GrSurface::savePixels(). by commit-bot@chromium.org · 11 years ago
  7. 410552a Move the GL shader compilation step into GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  8. a4acf12 Revert "Add a requiresVertexShader method to GrGLEffect" by commit-bot@chromium.org · 11 years ago
  9. 50df4d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  10. 7d330eb GrAtlas cleanup: Split out GrPlot and GrAtlas by commit-bot@chromium.org · 11 years ago
  11. 939ca7c move GrMalloc, GrFree, Gr_bzero to their sk equivalents by reed@google.com · 11 years ago
  12. 9529441 GrAtlas refactor: Replace GrMaskFormat usage in GrAtlas with GrPixelConfig. by commit-bot@chromium.org · 11 years ago
  13. 3fddf0e First pass at font cache refactor: Create an atlas manager per texture by commit-bot@chromium.org · 11 years ago
  14. 4382330 Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents. by commit-bot@chromium.org · 11 years ago
  15. f91e3d4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  16. c5e57bd silence the error test to be a better citizen by commit-bot@chromium.org · 11 years ago
  17. 52c7526 Reenable GrAAHairlinePathRenderer assert w/ fix by robertphillips@google.com · 11 years ago
  18. 4fe0555 Temporarily disable assert in GrAAHairlinePathRenderer.cpp by robertphillips@google.com · 11 years ago
  19. 9528bdb Don't reuse scratch textures update by robertphillips@google.com · 11 years ago
  20. ada90da "Fix" for hairline corner bugs by robertphillips@google.com · 11 years ago
  21. 5898dce Attempt to remove 64 bit min size for NPOT resized texture. by commit-bot@chromium.org · 11 years ago
  22. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  23. 0694ea7 Fix to allow ovals GM to finish on N7 by commit-bot@chromium.org · 11 years ago
  24. 07f81a5 Baby step in making SkGpuDevice no longer derive from SkBitmapDevice by robertphillips@google.com · 11 years ago
  25. bbe55fd Have multiple plotmgrs, one for each mask format. by jvanverth@google.com · 11 years ago
  26. a2f4b15 Don't declare displayCache variable if PROGRAM_CACHE_STATS not defined. by jvanverth@google.com · 11 years ago
  27. 5c9b6fa Only display program cache info if RTConf flag is set. by jvanverth@google.com · 11 years ago
  28. e932c98 re-enable GrIODB by bsalomon@google.com · 11 years ago
  29. 6cc8d44 Fix for ovals failing on Xoom. by jvanverth@google.com · 11 years ago
  30. 115fbf6 Fix uninitialized string bug by robertphillips@google.com · 11 years ago
  31. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  32. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  33. ce6da4d Improve handling of FF vertex array state by commit-bot@chromium.org · 11 years ago
  34. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  35. 1acc3d7 Replace uses of GR_DEBUGCODE by SkDEBUGCODE. by commit-bot@chromium.org · 11 years ago
  36. a91f031 Add a requiresVertexShader method to GrGLEffect by commit-bot@chromium.org · 11 years ago
  37. e65d76f Remove coverage msaa func from android grglinterface setup by bsalomon@google.com · 11 years ago
  38. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  39. 96a7a96 Fix for aliasing in device-independent ovals on Nexus 10. by commit-bot@chromium.org · 11 years ago
  40. 1e62727 Fallback to GLES context when GL context setup fails at any stage. by commit-bot@chromium.org · 11 years ago
  41. bfe2b9d Move oval and rect renderer includes to private interface by jvanverth@google.com · 11 years ago
  42. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  43. 04c500f Update to allow packed depth-stencil on ES3 by commit-bot@chromium.org · 11 years ago
  44. 6fc1b49 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  45. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  46. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  47. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  48. 5242ed7 Add device-independent rendering of ovals, take two. by commit-bot@chromium.org · 11 years ago
  49. 215a682 Add getGLMatrix method to MatrixState by commit-bot@chromium.org · 11 years ago
  50. 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
  51. c3723db Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  52. d1af237 fix the onIsEqual method on the new bicubic effect to consider the texture accesses as well as the textures by humper@google.com · 11 years ago
  53. 08bc508 Fix ES2 context init. by bsalomon@google.com · 11 years ago
  54. 3aad3b0 add support for high quality image filtering on the GPU by humper@google.com · 11 years ago
  55. 059a5a3 Reverting r11075. by jvanverth@google.com · 11 years ago
  56. 97f74ab Add device-independent GPU rendering of ovals. by commit-bot@chromium.org · 11 years ago
  57. 106655e Fix convex path renderer bounds computation by commit-bot@chromium.org · 11 years ago
  58. f5897f8 Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface android versions. by commit-bot@chromium.org · 11 years ago
  59. b8bd6cb Fix bounds computation in GrAAHairlineRenderer by commit-bot@chromium.org · 11 years ago
  60. e0c170f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  61. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  62. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  63. 3628ad9 Add bit to GrGLCaps for fixed function support by commit-bot@chromium.org · 11 years ago
  64. f714d51 Fix invalid enum error when checking for core profile in GrGLInterface::validate() by bsalomon@google.com · 11 years ago
  65. cefde6e Fix stroked oval and rrect rendering on Ubuntu-x86-Release. by commit-bot@chromium.org · 11 years ago
  66. 06f0598 Modify GLSL version declaration to allow access to compat. features by commit-bot@chromium.org · 11 years ago
  67. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  68. 8b6b1c9 Moving out of order call to TexParameteri in GrGpuGL::onCreateTexture by junov@chromium.org · 11 years ago
  69. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  70. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  71. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  72. fbaea53 In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix. by senorblanco@chromium.org · 11 years ago
  73. 8846247 Only assert that conic/quad effects get created if they are to be used. by commit-bot@chromium.org · 11 years ago
  74. 726e621 Use indexed extensions on ES3. by commit-bot@chromium.org · 11 years ago
  75. 53a0b6c Add GMs for gpu Bezier shaders by commit-bot@chromium.org · 11 years ago
  76. 44a77c8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  77. 07e1c3f Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  78. 2398bbd Revert "Pull out Effect Shaders in GPU Path Renderer" by egdaniel@google.com · 11 years ago
  79. 89ff637 Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  80. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  81. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago
  82. 7a434a2 Recognize that ES3 supports texture storage. Add workaround for apparent Adreno bug. by commit-bot@chromium.org · 11 years ago
  83. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  84. 941df4f Add validation check that linewidth func is present (we already call it on ES). by commit-bot@chromium.org · 11 years ago
  85. 6364b5e Use ES3 texture swizzling. by commit-bot@chromium.org · 11 years ago
  86. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  87. 1394840 Move gpu conic calculations to GrPathUtils by commit-bot@chromium.org · 11 years ago
  88. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  89. 2cc0b47 Third (and hopefully final) change to support bleed flag in Ganesh by robertphillips@google.com · 11 years ago
  90. c5dffe4 Update renderable configs for ES3 by commit-bot@chromium.org · 11 years ago
  91. 4348663 Fix stack buffer read overflow in GrConvolutionEffect::TestCreate. by bungeman@google.com · 11 years ago
  92. 8700295 Change comments about size internal formats by commit-bot@chromium.org · 11 years ago
  93. 858638d Add direct bezier cubic support for GPU shaders by commit-bot@chromium.org · 11 years ago
  94. 3323c4d Revert "Changed rules about sized internal formats on GLES3." by bsalomon@google.com · 11 years ago
  95. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
  96. c0b9b20 Changed rules about sized internal formats on GLES3. by commit-bot@chromium.org · 11 years ago
  97. 31acc11 Fix name of "bleed" flag by robertphillips@google.com · 11 years ago
  98. 8d3c640 Fix for nested rect drawing bug by robertphillips@google.com · 11 years ago
  99. d7ca661 Update tiled bitmap path to respect bleed flag by robertphillips@google.com · 11 years ago
  100. c58795f Remove unused typedef. by bungeman@google.com · 11 years ago