1. 1b612a8 tools: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  2. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  3. 421a3c1 Move GPU fences into sk_gpu_test by csmartdalton · 8 years ago
  4. c869932 Nanobench running on Vulkan by bsalomon · 8 years ago
  5. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 8 years ago
  6. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago[Renamed (88%) from tools/gpu/gl/GLContext.h]
  7. 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 · 8 years ago[Renamed (88%) from tools/gpu/gl/GLTestContext.h]
  8. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago[Renamed (88%) from tools/gpu/gl/GLContext.h]
  9. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago[Renamed (65%) from include/gpu/gl/SkGLContext.h]
  10. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago[Renamed (65%) from tools/gpu/gl/GLContext.h]
  11. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago[Renamed (65%) from include/gpu/gl/SkGLContext.h]
  12. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  13. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  14. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  15. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  16. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  17. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  18. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  19. b35c82d Add a background timing thread to kilobench by joshualitt · 8 years ago
  20. 01836ad Revert to old behavior for swap buffers by joshualitt · 9 years ago
  21. b59d1bc Add ability to wire up sharelist in glcontext creation by joshualitt · 9 years ago
  22. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  23. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  24. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  25. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  26. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  27. 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
  28. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  29. 65d6fbb Create SDL backed SkOSWindow by joshualitt · 9 years ago
  30. 22355c4 Move headers with no dependencies. by mtklein · 9 years ago
  31. 1e8a58b Revert "Move headers with no dependencies." by Mike Klein · 9 years ago
  32. 1178422 Move headers with no dependencies. by mtklein · 9 years ago
  33. 3a4b134 Revert "Move the rest of src headers used by include to include/private." by Mike Klein · 9 years ago
  34. d12e6ff Move the rest of src headers used by include to include/private. by mtklein · 9 years ago
  35. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  36. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  37. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  38. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  39. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  40. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  41. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  42. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  43. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  44. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago[Renamed (84%) from include/gpu/gl/SkGLContextHelper.h]
  45. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 10 years ago[Renamed (84%) from include/gpu/gl/SkGLContext.h]
  46. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago[Renamed (84%) from include/gpu/gl/SkGLContextHelper.h]
  47. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  48. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  49. 9245b7e When performing offscreen rendering on windows, attempt to use a pbuffer context. by bsalomon · 10 years ago
  50. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  51. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  52. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  53. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  54. 7322893 Adding SK_API to SkGLContextHelper and SkNullGLContext for use in blink unit test component build by commit-bot@chromium.org · 11 years ago
  55. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  56. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  57. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  58. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago[Renamed (88%) from include/gpu/gl/SkGLContext.h]
  59. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 11 years ago
  60. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 11 years ago
  61. 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
  62. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  63. 7c95942 Extended debug GL interface to include tracking of render buffers by robertphillips@google.com · 12 years ago
  64. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago[Renamed from include/gpu/SkGLContext.h]
  65. 6e85937 Make SkGLContext's FBO creation more robust (allows test apps to run on Intel GPUs) by bsalomon@google.com · 12 years ago
  66. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  67. d92780b Temporary revert of r2510. The test that it introduced fails on the Mac build bots. I suspect there is something wrong with the Mac bot machine's GL that is preventing context creation from succeeding. The OpenGL Driver monitor on the machine only shows a software rasterizer. aglChoosePixelFormat seems to fail regardless of input. It may just need a reboot. I'll investigate it more on Monday. by bsalomon@google.com · 13 years ago
  68. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
  69. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  70. e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago[Renamed (89%) from include/utils/SkEGLContext.h]
  71. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  72. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  73. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  74. 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 13 years ago
  75. 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
  76. 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 13 years ago
  77. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
  78. c31ce10 add for quick gl-offscreen context (so we can draw and then readpixels for GM) by reed@google.com · 14 years ago