1. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  2. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  3. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  4. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  5. f4e67e3 Fail to create GrContext when we get a NULL for a GL/GLSL version string by commit-bot@chromium.org · 10 years ago
  6. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  7. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  8. beb8b3a Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps. by commit-bot@chromium.org · 10 years ago
  9. a915772 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  10. 52ffbf6 Use glInvalidateFramebuffer() when it is supported. by commit-bot@chromium.org · 10 years ago
  11. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  12. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  13. 4362a38 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  14. 66beaf0 Revert of Distance field fixes for Android (https://codereview.chromium.org/205343008/) by commit-bot@chromium.org · 10 years ago
  15. 8fe2ee1 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  16. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  17. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  18. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  19. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  20. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  21. 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
  22. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  23. 1c6affb Fix GL context creation on Windows when NV path rendering by robertphillips@google.com · 11 years ago
  24. 4744231 Add detection of mip support by commit-bot@chromium.org · 11 years ago
  25. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  26. 8b656c6 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
  27. 8995b7b Only disable scratch texture reuse on the N10 and N4 by robertphillips@google.com · 11 years ago
  28. 3b60c14 Fix for r12069 (actually turn on don't-reuse-scratch-textures feature) by robertphillips@google.com · 11 years ago
  29. f7ee05f Turn on don't-reuse-scratch-textures for all Android devices by robertphillips@google.com · 11 years ago
  30. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  31. cb50510 No longer use scratch textures on ARM devices by robertphillips@google.com · 11 years ago
  32. da3d69c Fix broken MSAA for RGBA by commit-bot@chromium.org · 11 years ago
  33. 4256d24 Add support for GL_CHROMIUM_renderbuffer_format_BGRA8888 by commit-bot@chromium.org · 11 years ago
  34. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  35. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  36. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  37. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  38. 04c500f Update to allow packed depth-stencil on ES3 by commit-bot@chromium.org · 11 years ago
  39. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  40. 3628ad9 Add bit to GrGLCaps for fixed function support by commit-bot@chromium.org · 11 years ago
  41. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  42. 7a434a2 Recognize that ES3 supports texture storage. Add workaround for apparent Adreno bug. by commit-bot@chromium.org · 11 years ago
  43. 6364b5e Use ES3 texture swizzling. by commit-bot@chromium.org · 11 years ago
  44. c5dffe4 Update renderable configs for ES3 by commit-bot@chromium.org · 11 years ago
  45. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  46. 22dd6b9 Always support NPOT tiling/MIPs on ES3 by commit-bot@chromium.org · 11 years ago
  47. dc3134c Always support pack/unpack row length on ES3. Add support for NV_pack_subimage extension. by commit-bot@chromium.org · 11 years ago
  48. 2276c01 Support VAO when on ES3. by commit-bot@chromium.org · 11 years ago
  49. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 11 years ago
  50. e4eaea2 Alter resource cache and GrContext to (optionally) never reuse a scratch texture by robertphillips@google.com · 11 years ago
  51. b835652 Plumb in flag for reusing scratch textures by commit-bot@chromium.org · 11 years ago
  52. 459104c Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA or GL_RED. by commit-bot@chromium.org · 11 years ago
  53. a15f7e5 Use all available texture units. by commit-bot@chromium.org · 11 years ago
  54. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
  55. 6b0cf02 Add support for GL_*_shader__framebuffer_fetch by bsalomon@google.com · 11 years ago
  56. 347c382 Add support for GL_EXT_multisampled_render_to_texture. by bsalomon@google.com · 11 years ago
  57. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 11 years ago
  58. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 11 years ago
  59. b6b72e5 Attempt to silence signed/unsigned warnings in android build. by bsalomon@google.com · 11 years ago
  60. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 11 years ago
  61. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  62. 71ebd05 Fix non-Windows build break in r8364. by bsalomon@google.com · 11 years ago
  63. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  64. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
  65. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 12 years ago
  66. 07631cf Validate that VAO functions are present in ES2 interfaces and add bit to caps indicating VAO support. by bsalomon@google.com · 12 years ago
  67. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  68. 2b1b8c0 Checkpoint towards core profile support. by bsalomon@google.com · 12 years ago
  69. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  70. 3012ded Enable cpu-array dynamic vertex data on SGX. by bsalomon@google.com · 12 years ago
  71. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  72. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  73. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  74. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 12 years ago
  75. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 12 years ago
  76. 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
  77. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  78. 548a433 Fix linux warnings Review URL: http://codereview.appspot.com/6354093/ by bsalomon@google.com · 12 years ago
  79. eca2dfb fixed missing "return" error by robertphillips@google.com · 12 years ago
  80. 1d89c93 Added ReadPixels format-supported check to GL Caps by robertphillips@google.com · 12 years ago
  81. e76b7cc fix gl error of 'invalid enum' from GL_COLOR_TABLE by bsalomon@google.com · 12 years ago
  82. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 12 years ago
  83. 60da417 Move max vertex attributes value to GL Caps by bsalomon@google.com · 12 years ago
  84. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  85. c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 12 years ago
  86. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 12 years ago
  87. 0048469 Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with http://crbug.com/125596 ('M20 windows renderer stability maze') by epoger@google.com · 12 years ago
  88. f6b070d Clamp requested MSAA sample count to GL_MAX_SAMPLES by bsalomon@google.com · 12 years ago
  89. c9668ec Add support for GL_NV_framebuffer_multisample_coverage by bsalomon@google.com · 12 years ago
  90. 99a5ac0 Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a performance gain for large blurs by robertphillips@google.com · 12 years ago
  91. 6995068 Initial version of R8 support by robertphillips@google.com · 12 years ago
  92. ca13d39 Revert 3191 Review URL: http://codereview.appspot.com/5656068/ by bsalomon@google.com · 13 years ago
  93. 621dfe6 Add test to detect bias in conversion of frag shader floats to bytes by bsalomon@google.com · 13 years ago
  94. f7fa806 Make GLCaps be standalone and be a member of GrGLContextInfo by bsalomon@google.com · 13 years ago