1. 4efb1c8 Merge pull request #28 from google/fixNaming by Jason Daly · 3 years, 4 months ago master
  2. aa7ba12 Update gl_generator.dart by John McDole · 3 years, 4 months ago fixNaming
  3. 15f96ef Update README.md by John McDole · 3 years, 4 months ago
  4. deba75e Update gl_generator.dart by John McDole · 3 years, 4 months ago
  5. 8e2feb4 Merge pull request #25 from tvolkert/uint8list by John McDole · 5 years ago
  6. 8af9b76 Prepare for upcoming change to File.openRead() by Todd Volkert · 5 years ago
  7. f385010 Bump version to 1.0.3 by Jason Daly · 6 years ago
  8. 154d8d6 Changes for Dart 2 compatibility by Jason Daly · 6 years ago
  9. 544d0f0 Merge pull request #24 from munificent/fix-lowercase-constants by Jason Daly · 6 years ago
  10. 87bff41 Fix uses of deprecated all caps constants. by Bob Nystrom · 6 years ago
  11. 9fee30a Merge pull request #22 from davidmorgan/patch-1 by John McDole · 6 years ago
  12. afa3c16 Fix analyzer errors in example_triangle.dart by David Morgan · 6 years ago
  13. b4df76d Merge pull request #16 from google/fixNvidiaOES by John McDole · 7 years ago
  14. 6fd0ac4 Fix extensions promoted in GLESv3 by John McDole · 7 years ago
  15. b36563b Minor change (formatting) by John McDole · 7 years ago
  16. d41467f Minor change by John McDole · 7 years ago
  17. 44cc5c7 Fix build errors on Windows by John Thomas McDole · 7 years ago
  18. 809656b Merge pull request #15 from google/gldll by Michael McLennan · 7 years ago
  19. f34fff0 Dynamically load gl2ext methods by John McDole · 7 years ago gldll
  20. 042610f Merge pull request #14 from google/gl2ext by John McDole · 7 years ago
  21. bfba698 Update dart:gl generator to support gl2ext by John McDole · 7 years ago gl2ext
  22. d129539 May all your include paths be relative. by Jason Daly · 7 years ago
  23. 908fa4f Fix include paths for the bindings compiler. by Jason Daly · 7 years ago
  24. 1e0f4cd Missing gl_generator :( by John McDole · 7 years ago
  25. d2101b2 Trimming by John McDole · 7 years ago
  26. a4433ed * Replace ~1000 lines of python with <600 lines of pure dart for by John McDole · 7 years ago
  27. fdce8f6 Use portable format specifier for 64-bit integers. Remove variable by Jason Daly · 8 years ago
  28. 3e8498b Realized that I'm allowed to use C++ containers here, and don't need to by Jason Daly · 8 years ago
  29. 741e53a Fixed issue: https://github.com/google/dart-gl/issues/8 by Jason Daly · 8 years ago
  30. 937dce8 Merge pull request #6 from mmclenna/sync by Jason Daly · 8 years ago
  31. f850f35 Changed the definitions for GL_TRUE/GL_FALSE to integers 1/0, to be consistent with the C Language bindings for OpenGL. The boolean values were causing problems when passed into functions like glfwSetWindowShouldClose(), which is faithful to the C Language style. Kept boolean return values, however, so it's easier in Dart to use the result of a function in an if-test or logical operation (without having to add != 0 everywhere). by Michael McLennan · 8 years ago
  32. 594c657 Merge pull request #5 from mmclenna/functions by Jason Daly · 8 years ago
  33. 873af80 Merge branch 'master' into functions by Michael McLennan · 8 years ago
  34. 3459b0e Merge remote-tracking branch 'upstream/master' by Michael McLennan · 8 years ago
  35. 9810fd1 A few tweaks for manual bindings and exposed symbols. Fixed a missing symbol in the manual bindings, and added a check for glGetIntegerv function to the minimal example. by Michael McLennan · 8 years ago
  36. 4cf40ce Merged changes from google version: cl/130981487 by Michael McLennan · 8 years ago
  37. 3baf17c Merge pull request #4 from mmclenna/vertexattrib by John McDole · 8 years ago
  38. a6560d2 Merged changes from google version: cl/130981487 by Michael McLennan · 8 years ago
  39. 6d3fca0 Merge pull request #3 from cbracken/check-env by John McDole · 8 years ago
  40. af2a994 Check for required environment variables by Chris Bracken · 8 years ago
  41. 25cd42c Merge pull request #2 from cbracken/gitignore by Jason Daly · 8 years ago
  42. fb3675f Add .pub, .packages to .gitignore by Chris Bracken · 8 years ago
  43. e6f57ec Merge pull request #1 from jtmcdole/master by John McDole · 8 years ago
  44. b4902c2 Remove binary by John McDole · 8 years ago
  45. 158b7cd UPdate wingows notes by John Thomas McDole · 8 years ago
  46. c3e2c5e Cant' get an es2.0 emulator to work, but this links. by John Thomas McDole · 8 years ago
  47. 23f2bba Use ccompile instead of makefile, remove tools/generates/* by John McDole · 8 years ago
  48. 09c2be2 Cleanup gl_templates' include files by John McDole · 8 years ago
  49. 257bf59 Rename AUTHORS to CONTRIBUTORS per xam@'s oss review by Harry Stern · 9 years ago
  50. bc6e920 Fix Dart_ListLength argument type int64_t -> intptr_t by Harry Stern · 9 years ago
  51. fdaef32 Fix minor typo in README.md by Harry Stern · 9 years ago
  52. ca408c9 Initial drop from piper after running the convert_from_google3.sh script by Harry Stern · 9 years ago