1. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  2. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  3. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  4. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  5. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  6. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  7. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  8. bbf2ce4 Load ANGLE EGL library correctly on Linux by kkinnunen · 9 years ago
  9. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  10. 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
  11. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  12. 9a74041 skia: Add ANGLE support on Mac by hendrikw · 9 years ago
  13. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  14. 6f0fdac skia: Add support for ANGLE on linux by hendrikw · 9 years ago
  15. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  16. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  17. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  18. 266c232 skia: wrong calling convention on eglGetPlatformDisplayEXT by hendrikw · 9 years ago
  19. 10b371c ANGLE deps roll by hendrikw · 9 years ago
  20. cd94d73 Revert of skia: ANGLE deps roll (patchset #1 id:1 of https://codereview.chromium.org/1244843003/) by hendrikw · 9 years ago
  21. db0b1e7 ANGLE deps roll by hendrikw · 9 years ago
  22. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  23. 93276c6 Remove EGL header from SkANGLELContext.h by bsalomon · 10 years ago
  24. 4238017 Use D3D11 backend for ANGLE when available. by bsalomon · 10 years ago
  25. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  26. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago
  27. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  28. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  29. 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
  30. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  31. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  32. a721c81 Remove reliance on linked in GL functions for assembling GLES interfaces. by bsalomon · 10 years ago
  33. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  34. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  35. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  36. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  37. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  38. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  39. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  40. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 10 years ago
  41. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 10 years ago
  42. b988276 Fix for ANGLE interface error by commit-bot@chromium.org · 11 years ago
  43. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  44. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  45. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  46. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  47. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  48. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  49. a3b15ed Make GrGLInterface be context-specific on all platforms by commit-bot@chromium.org · 11 years ago
  50. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  51. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 11 years ago
  52. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  53. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 11 years ago
  54. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  55. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 11 years ago
  56. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  57. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. 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
  59. b73e0f9 Add TexParameteriv entry point so ANGLE interface will validate by robertphillips@google.com · 12 years ago
  60. bda03db Fixing source files that do not have newlines at the end. by rmistry@google.com · 12 years ago
  61. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  62. e788430 Added glBlendEquation to GL interface by robertphillips@google.com · 12 years ago
  63. d5c8fe6 Removed ANGLE namespace requirement by robertphillips@google.com · 12 years ago
  64. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago