Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Conflicts:
AUTHORS
|
|
Conflicts:
AUTHORS
|
|
|
|
|
|
necessary glOrtho dep; fixes #1708
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
initializer
|
|
|
|
|
|
Gl extension desktop parity
|
|
desktop has, to match feature parity on existing codebases so that they don't have to manually work around the extension strings for both WebGL and GLES2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix gl uniform arrays
|
|
heavier towards initial glLinkProgram time instead of doing work lazily in glGetUniformLocation time, which would get complicated for arrays, structs and SoA scenarios.
|