1. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  2. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  3. 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
  4. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  5. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  6. 085a6e4 Rename test files to end with Test.cpp. by commit-bot@chromium.org · 10 years ago[Renamed from tests/GLInterfaceValidation.cpp]
  7. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  8. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  9. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  10. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  11. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  12. 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
  13. 7fa1bb4 Simplify the GL interface validation test. by bsalomon@google.com · 11 years ago
  14. a1d27cd Don't sort extensions when there are none. Make an ANGLE context to validate the ANGLE GrGLInterface with. by bsalomon@google.com · 11 years ago
  15. a68937c Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system. by bsalomon@google.com · 12 years ago
  16. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  17. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  18. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago
  19. b447d21 Fix dumb error of starting loop with 0 instead of 1 that uses shift to increment. by bsalomon@google.com · 12 years ago
  20. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 12 years ago
  21. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
  22. 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
  23. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  24. 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
  25. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago