Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
google
/
dart-gl
/
HEAD
4efb1c8
Merge pull request #28 from google/fixNaming
by Jason Daly
· 4 years, 6 months ago
master
aa7ba12
Update gl_generator.dart
by John McDole
· 4 years, 6 months ago
fixNaming
15f96ef
Update README.md
by John McDole
· 4 years, 6 months ago
deba75e
Update gl_generator.dart
by John McDole
· 4 years, 6 months ago
8e2feb4
Merge pull request #25 from tvolkert/uint8list
by John McDole
· 6 years ago
8af9b76
Prepare for upcoming change to File.openRead()
by Todd Volkert
· 6 years ago
f385010
Bump version to 1.0.3
by Jason Daly
· 7 years ago
154d8d6
Changes for Dart 2 compatibility
by Jason Daly
· 7 years ago
544d0f0
Merge pull request #24 from munificent/fix-lowercase-constants
by Jason Daly
· 7 years ago
87bff41
Fix uses of deprecated all caps constants.
by Bob Nystrom
· 7 years ago
9fee30a
Merge pull request #22 from davidmorgan/patch-1
by John McDole
· 8 years ago
afa3c16
Fix analyzer errors in example_triangle.dart
by David Morgan
· 8 years ago
b4df76d
Merge pull request #16 from google/fixNvidiaOES
by John McDole
· 8 years ago
6fd0ac4
Fix extensions promoted in GLESv3
by John McDole
· 8 years ago
b36563b
Minor change (formatting)
by John McDole
· 8 years ago
d41467f
Minor change
by John McDole
· 8 years ago
44cc5c7
Fix build errors on Windows
by John Thomas McDole
· 8 years ago
809656b
Merge pull request #15 from google/gldll
by Michael McLennan
· 8 years ago
f34fff0
Dynamically load gl2ext methods
by John McDole
· 8 years ago
gldll
042610f
Merge pull request #14 from google/gl2ext
by John McDole
· 8 years ago
bfba698
Update dart:gl generator to support gl2ext
by John McDole
· 8 years ago
gl2ext
d129539
May all your include paths be relative.
by Jason Daly
· 8 years ago
908fa4f
Fix include paths for the bindings compiler.
by Jason Daly
· 8 years ago
1e0f4cd
Missing gl_generator :(
by John McDole
· 8 years ago
d2101b2
Trimming
by John McDole
· 8 years ago
a4433ed
* Replace ~1000 lines of python with <600 lines of pure dart for
by John McDole
· 8 years ago
fdce8f6
Use portable format specifier for 64-bit integers. Remove variable
by Jason Daly
· 9 years ago
3e8498b
Realized that I'm allowed to use C++ containers here, and don't need to
by Jason Daly
· 9 years ago
741e53a
Fixed issue: https://github.com/google/dart-gl/issues/8
by Jason Daly
· 9 years ago
937dce8
Merge pull request #6 from mmclenna/sync
by Jason Daly
· 9 years ago
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
· 9 years ago
594c657
Merge pull request #5 from mmclenna/functions
by Jason Daly
· 9 years ago
873af80
Merge branch 'master' into functions
by Michael McLennan
· 9 years ago
3459b0e
Merge remote-tracking branch 'upstream/master'
by Michael McLennan
· 9 years ago
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
· 9 years ago
4cf40ce
Merged changes from google version: cl/130981487
by Michael McLennan
· 9 years ago
3baf17c
Merge pull request #4 from mmclenna/vertexattrib
by John McDole
· 9 years ago
a6560d2
Merged changes from google version: cl/130981487
by Michael McLennan
· 9 years ago
6d3fca0
Merge pull request #3 from cbracken/check-env
by John McDole
· 9 years ago
af2a994
Check for required environment variables
by Chris Bracken
· 9 years ago
25cd42c
Merge pull request #2 from cbracken/gitignore
by Jason Daly
· 9 years ago
fb3675f
Add .pub, .packages to .gitignore
by Chris Bracken
· 9 years ago
e6f57ec
Merge pull request #1 from jtmcdole/master
by John McDole
· 9 years ago
b4902c2
Remove binary
by John McDole
· 9 years ago
158b7cd
UPdate wingows notes
by John Thomas McDole
· 9 years ago
c3e2c5e
Cant' get an es2.0 emulator to work, but this links.
by John Thomas McDole
· 9 years ago
23f2bba
Use ccompile instead of makefile, remove tools/generates/*
by John McDole
· 9 years ago
09c2be2
Cleanup gl_templates' include files
by John McDole
· 9 years ago
257bf59
Rename AUTHORS to CONTRIBUTORS per xam@'s oss review
by Harry Stern
· 10 years ago
bc6e920
Fix Dart_ListLength argument type int64_t -> intptr_t
by Harry Stern
· 10 years ago
fdaef32
Fix minor typo in README.md
by Harry Stern
· 10 years ago
ca408c9
Initial drop from piper after running the convert_from_google3.sh script
by Harry Stern
· 10 years ago