1. 8c07b7a Allow max tile size to be overridden separately from max texture size. by bsalomon · 9 years ago
  2. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  3. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  4. 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 9 years ago
  5. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 9 years ago
  6. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  7. 16921ec SRGB read and write pixels working and unit test by bsalomon · 9 years ago
  8. 5800155 add drawArraysInstanced to caps by joshualitt · 9 years ago
  9. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  10. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  11. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  12. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  13. 83bc229 Work around for nexus 6 TexSubImage issue by joshualitt · 9 years ago
  14. 274980c Revert of Work around for nexus 6 TexSubImage issue (patchset #4 id:60001 of https://codereview.chromium.org/1173203005/) by joshualitt · 9 years ago
  15. c69fe20 Work around for nexus 6 TexSubImage issue by joshualitt · 9 years ago
  16. 1dd0542 Review URL: https://codereview.chromium.org/1166513002 by cdalton · 9 years ago
  17. 4cd6713 Init GrGLSLCaps fields from inside GrGLCaps by cdalton · 9 years ago
  18. e5b74c6 Set GeometryBufferMapThreshold defaults by joshualitt · 9 years ago
  19. c59a1df Stretch small textures up to 16 pixels on PowerVR 54x by bsalomon · 9 years ago
  20. 7224c86 add context override of GeometryBufferMapThreshold by joshualitt · 9 years ago
  21. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  22. 682c269 Store context options on caps. by bsalomon · 9 years ago
  23. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  24. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  25. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  26. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago[Renamed from src/gpu/GrDrawTargetCaps.h]
  27. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  28. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  29. 0e9ac4a Add virtual destructor for GrDrawTargetCaps by bsalomon · 9 years ago
  30. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 10 years ago
  31. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 10 years ago
  32. fd4167d Import glTextureBarrier by cdalton · 10 years ago
  33. 9665eee Remove unused HWAA flag and uniqueID field from GrDrawTargetCaps. by egdaniel · 10 years ago
  34. bdad9c3 Add flag to force gpu trace markers to be used and printed out for debugging. by egdaniel · 10 years ago
  35. d08ea5f Round stencil buffers dims up to next pow2 when allowed by bsalomon · 10 years ago
  36. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  37. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  38. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  39. bc127a3 Add UniqueID to GrDrawTargetCaps. by egdaniel · 10 years ago
  40. 78697816 Add query for whether or not we have compressedTexSubImage by krajcevski · 10 years ago
  41. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  42. 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
  43. 42dc813 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  44. 8bfcd72 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  45. 420b2ff Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  46. 5e565d1 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  47. 2dcd243 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  48. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 11 years ago
  49. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 11 years ago
  50. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 11 years ago
  51. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
  52. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  53. 4744231 Add detection of mip support by commit-bot@chromium.org · 11 years ago
  54. 8b656c6 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
  55. 7ed98df Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  56. 2d2e5c4 Make not-reusing-scratch-textures only apply to texture uploads by robertphillips@google.com · 11 years ago
  57. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  58. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  59. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  60. faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 11 years ago
  61. b835652 Plumb in flag for reusing scratch textures by commit-bot@chromium.org · 11 years ago
  62. 6b0cf02 Add support for GL_*_shader__framebuffer_fetch by bsalomon@google.com · 12 years ago
  63. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago