1. 9ac9953 Remove GrSurface::desc() method. by Brian Salomon · 7 years ago
  2. 154ce91 Replace most uses of GrSurface::desc() with conifg(), width(), etc. by Brian Salomon · 7 years ago
  3. 0ec981b Remove kCheckAllocation_GrSurfaceFlags. by Brian Salomon · 7 years ago
  4. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  5. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  6. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  7. 028a9a5 Workaround for Intel 6xxx clear to opaque black bug by Brian Salomon · 7 years ago
  8. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  9. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  10. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  11. 8e45b4f GL: track enabled vertex arrays as a count rather than a mask by Chris Dalton · 7 years ago
  12. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  13. 7633477 Fix color blending for analytic shadows by Jim Van Verth · 7 years ago
  14. afc2368 Revert "GL: track enabled vertex arrays as a count rather than a mask" by Chris Dalton · 7 years ago
  15. 288d041 GL: track enabled vertex arrays as a count rather than a mask by Chris Dalton · 7 years ago
  16. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  17. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 7 years ago
  18. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  19. dc87c95 Combine GPU flush with semaphore API by Brian Osman · 7 years ago
  20. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  21. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  22. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 8 years ago
  23. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 8 years ago
  24. 5338f99 rectangle texture scaling is now handled in skslc by Ethan Nicholas · 8 years ago
  25. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 8 years ago
  26. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 8 years ago
  27. 3391029 Fix some bugs with read/writePixels by Brian Osman · 8 years ago
  28. 33aa2c7 Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 8 years ago
  29. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
  30. dffe982 Revert "Revert "Revert "Allow FPs to elevate default precision for the entire fragment program""" by Brian Osman · 8 years ago
  31. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 8 years ago
  32. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
  33. ec53c63 Revert "Revert "Allow FPs to elevate default precision for the entire fragment program"" by Brian Osman · 8 years ago
  34. 903c3f7 Revert "Allow FPs to elevate default precision for the entire fragment program" by Brian Osman · 8 years ago
  35. 92d7cca Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 8 years ago
  36. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 8 years ago
  37. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
  38. 609e7cc Add glPolygonMode support. by Jim Van Verth · 8 years ago
  39. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
  40. 81444fb rename makeCopyForTextureParams to isACopyNeededForTextureParams by Robert Phillips · 8 years ago
  41. 9a76772 Remove origin from GrClipStackClip and GrWindowRectsState. by Brian Salomon · 8 years ago
  42. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 8 years ago
  43. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 8 years ago
  44. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 8 years ago
  45. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 8 years ago
  46. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  47. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  48. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  49. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  50. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  51. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  52. b34727f Remove unused/barely-supported compressed GrPixelConfigs by Robert Phillips · 8 years ago
  53. 6aa0e11 Add support for RG float textures by csmartdalton · 8 years ago
  54. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  55. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  56. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  57. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  58. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  59. 986563b Add Gray8 pixel config by Brian Osman · 8 years ago
  60. 4641d7d Revert "Add Gray8 pixel config" by Brian Osman · 8 years ago
  61. f295645 Add Gray8 pixel config by Brian Osman · 8 years ago
  62. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  63. 625cd9e Workaround freeze on Mac Chrome when checking read pixel config support. by Brian Salomon · 8 years ago
  64. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  65. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  66. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  67. b040320 Make command buffer sRGB mip-mapping more predictable by Brian Osman · 8 years ago
  68. 2047189 Two (related) changes here: by brianosman · 8 years ago
  69. a6abb57 Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  70. 1aeb78c Two (related) changes here: by brianosman · 8 years ago
  71. 0a2782c Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  72. 9db12d2 Two (related) changes here: by brianosman · 8 years ago
  73. 94e4ab1 Fix error: ‘access’ may be used uninitialized in this function by Joe Gregorio · 8 years ago
  74. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  75. 8b7a7dd Remove caps image storage caps hack. by Brian Salomon · 8 years ago
  76. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  77. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  78. df96319 Rm assert that image texture array is null unless GrCaps has images support. by Brian Salomon · 8 years ago
  79. 32ac83e Add #define for Nsight compatibility by Jim Van Verth · 8 years ago
  80. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  81. 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
  82. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  83. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  84. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  85. f31ae49 Remove unnecessary attribute and varying type modifiers by Brian Salomon · 8 years ago
  86. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  87. dabc91b Fix flushing of HWAA state relating to mixed samples by csmartdalton · 8 years ago
  88. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  89. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  90. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  91. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  92. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  93. 2c3db32 Fix query for GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT for GrPixelConfigs that aren't renderable by bsalomon · 8 years ago
  94. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  95. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  96. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  97. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  98. 71d9d84 Use temporary FBO for GrGLGpu::onReadPixels. by Brian Salomon · 8 years ago
  99. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  100. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago