1. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  2. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  3. 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
  4. b1854a8 Make GrGLContextInfo have private ptr to GrGLInterface by commit-bot@chromium.org · 11 years ago
  5. ead86f2 quick fix for r13108 by bsalomon@google.com · 11 years ago
  6. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  7. a3b15ed Make GrGLInterface be context-specific on all platforms by commit-bot@chromium.org · 11 years ago
  8. 856673a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  9. 1c6affb Fix GL context creation on Windows when NV path rendering by robertphillips@google.com · 11 years ago
  10. 4744231 Add detection of mip support by commit-bot@chromium.org · 11 years ago
  11. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  12. cea9abb Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as it interferes with deleyed mipmap generation. by commit-bot@chromium.org · 11 years ago
  13. 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago
  14. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  15. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
  16. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  17. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  18. 9c96352 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. a50418f Don't check the framebuffer status every time we flush when we're on Chromium; by commit-bot@chromium.org · 11 years ago
  20. e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
  21. ce0e4ef Fix VC++ ptr-to-... and va_list confusion by commit-bot@chromium.org · 11 years ago
  22. 8660783 Minor fix in Ganesh shader generation. by commit-bot@chromium.org · 11 years ago
  23. 8b656c6 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
  24. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  25. 2731040 Remove the SKIA_IGNORE_GPU_MIPMAPS now that Chrome sets glGenMipmap for by commit-bot@chromium.org · 11 years ago
  26. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  27. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  28. f1077f9 Add extra warnings to match what Android uses. by mtklein@google.com · 11 years ago
  29. b60cdc8 Revert "Add extra warnings to match what Android uses." by scroggo@google.com · 11 years ago
  30. 692f88c Add extra warnings to match what Android uses. by djsollen@google.com · 11 years ago
  31. 1b20a10 Revert "Do not apply hairline optimization for paths if nv_path_rendering is used" by bsalomon@google.com · 11 years ago
  32. 44fb865 Do not apply hairline optimization for paths if nv_path_rendering is used by commit-bot@chromium.org · 11 years ago
  33. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  34. 5c8ee25 Make GrContext cache the gpu paths by commit-bot@chromium.org · 11 years ago
  35. 8995b7b Only disable scratch texture reuse on the N10 and N4 by robertphillips@google.com · 11 years ago
  36. 2080722 Fix two inconsistencies in handling fixed-function texture coordinate set generation by commit-bot@chromium.org · 11 years ago
  37. 3b60c14 Fix for r12069 (actually turn on don't-reuse-scratch-textures feature) by robertphillips@google.com · 11 years ago
  38. f7ee05f Turn on don't-reuse-scratch-textures for all Android devices by robertphillips@google.com · 11 years ago
  39. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  40. cb50510 No longer use scratch textures on ARM devices by robertphillips@google.com · 11 years ago
  41. c9424b8 Don't check if shaders compile or program links in release Chromium by commit-bot@chromium.org · 11 years ago
  42. da3d69c Fix broken MSAA for RGBA by commit-bot@chromium.org · 11 years ago
  43. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  44. 4c2af74 GrTHashCache -> GrTHashTable by mtklein@google.com · 11 years ago
  45. 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
  46. 8e919ad Fix GrProgramsTest to not generate tests with too many TexCoord references by commit-bot@chromium.org · 11 years ago
  47. 4256d24 Add support for GL_CHROMIUM_renderbuffer_format_BGRA8888 by commit-bot@chromium.org · 11 years ago
  48. 4677acc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  49. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  50. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  51. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  52. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  53. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  54. f29c380 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  55. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  56. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  57. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  58. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  59. 6b30e45 Use vertexless shaders when NVpr is available by commit-bot@chromium.org · 11 years ago
  60. 261dc56 Move VertexBuilder to a GrGLFullShaderBuilder subclass by commit-bot@chromium.org · 11 years ago
  61. 5c36364 Don't access RT when disabling scissor. by commit-bot@chromium.org · 11 years ago
  62. 5fd7d5c Allow gradient optimization with perspective by commit-bot@chromium.org · 11 years ago
  63. 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
  64. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  65. 949eef0 Use explicitly-sized enums in GrGLProgramDesc::KeyHeader by commit-bot@chromium.org · 11 years ago
  66. 234d4fb Mark when effects and programs have vertex code by commit-bot@chromium.org · 11 years ago
  67. 76eaf74 Add a GrCustomCoordsTextureEffect class by commit-bot@chromium.org · 11 years ago
  68. 410552a Move the GL shader compilation step into GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  69. a4acf12 Revert "Add a requiresVertexShader method to GrGLEffect" by commit-bot@chromium.org · 11 years ago
  70. 4382330 Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents. by commit-bot@chromium.org · 11 years ago
  71. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  72. 0694ea7 Fix to allow ovals GM to finish on N7 by commit-bot@chromium.org · 11 years ago
  73. a2f4b15 Don't declare displayCache variable if PROGRAM_CACHE_STATS not defined. by jvanverth@google.com · 11 years ago
  74. 5c9b6fa Only display program cache info if RTConf flag is set. by jvanverth@google.com · 11 years ago
  75. 115fbf6 Fix uninitialized string bug by robertphillips@google.com · 11 years ago
  76. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  77. ce6da4d Improve handling of FF vertex array state by commit-bot@chromium.org · 11 years ago
  78. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  79. 1acc3d7 Replace uses of GR_DEBUGCODE by SkDEBUGCODE. by commit-bot@chromium.org · 11 years ago
  80. a91f031 Add a requiresVertexShader method to GrGLEffect by commit-bot@chromium.org · 11 years ago
  81. e65d76f Remove coverage msaa func from android grglinterface setup by bsalomon@google.com · 11 years ago
  82. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  83. 1e62727 Fallback to GLES context when GL context setup fails at any stage. by commit-bot@chromium.org · 11 years ago
  84. 04c500f Update to allow packed depth-stencil on ES3 by commit-bot@chromium.org · 11 years ago
  85. 6fc1b49 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  87. 215a682 Add getGLMatrix method to MatrixState by commit-bot@chromium.org · 11 years ago
  88. 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
  89. 08bc508 Fix ES2 context init. by bsalomon@google.com · 11 years ago
  90. f5897f8 Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface android versions. by commit-bot@chromium.org · 11 years ago
  91. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  92. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  93. 3628ad9 Add bit to GrGLCaps for fixed function support by commit-bot@chromium.org · 11 years ago
  94. f714d51 Fix invalid enum error when checking for core profile in GrGLInterface::validate() by bsalomon@google.com · 11 years ago
  95. 06f0598 Modify GLSL version declaration to allow access to compat. features by commit-bot@chromium.org · 11 years ago
  96. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  97. 8b6b1c9 Moving out of order call to TexParameteri in GrGpuGL::onCreateTexture by junov@chromium.org · 11 years ago
  98. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  99. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  100. 726e621 Use indexed extensions on ES3. by commit-bot@chromium.org · 11 years ago