1. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  2. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  3. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  4. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  5. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  6. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  7. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  8. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  9. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  10. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  11. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  12. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  13. 5366e59 Add valid checks in places we query isTestingOnlyBackendTexture by Greg Daniel · 7 years ago
  14. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  15. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  16. 261b8aa Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"" by Greg Daniel · 7 years ago
  17. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  18. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  19. fee2b4e Create a new HDC for each ANGLE context by Robert Phillips · 7 years ago
  20. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  21. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  22. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  23. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  24. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  25. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  26. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 8 years ago
  27. 3500b77 Consolidate read/write-Pixels testing code - take 2 by Robert Phillips · 8 years ago
  28. 2b270e5 Revert "Consolidate read/write-Pixels testing code" by Robert Phillips · 8 years ago
  29. 0bd4a23 Consolidate read/write-Pixels testing code by Robert Phillips · 8 years ago
  30. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  31. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  32. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  33. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  34. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  35. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  36. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  37. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  38. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  39. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  40. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  41. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  42. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  43. 758586c Make existing unit tests only run on GL contexts by bsalomon · 9 years ago
  44. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 9 years ago
  45. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 9 years ago
  46. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 9 years ago
  47. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 9 years ago
  48. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  49. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 9 years ago
  50. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  51. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  52. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  53. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  54. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  55. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  56. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  57. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  58. a98419b Review URL: https://codereview.chromium.org/1464593004 by bsalomon · 9 years ago
  59. 5931922 Remove GrContextFactory::getGLContext by kkinnunen · 9 years ago
  60. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  61. 0315dbc Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ ) by bsalomon · 9 years ago
  62. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago