| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
This removes a custom redefinition of glewGetProcAddress,
which was apparently necessary for older Macs with buggy OpenGL
(see #5087).
The added source files are as provided in the upstream tarball.
(cherry picked from commit 5bed0af65e7bac0a4f8b97ea5392d2df2c25622d)
|
| |
|
|
|
|
|
|
|
|
| |
This allows us not to have to hack our definitions in the upstream files,
making it easier to upgrade to newer versions in the future.
For the include paths to work, the headers are moved to a GL subfolder to
match their upstream location.
(cherry picked from commit 768e9252714b57421b5c893a8258469a14630a30)
|
| |
|
|
|
|
| |
Partial revert of f61eb5fd8e13642c82364f8ee66a0f6c791a4511.
(cherry picked from commit 4c658dc52303ece088a245ede2835a68b78530b2)
|
| |
|
|
| |
(cherry picked from commit 81297f0fa1a0f021c5dfe120d0f4419d5cbcb2b5)
|
| |
|
|
|
|
|
|
|
| |
The change in `tools/doc/doc_data.cpp` is needed because the MSVC
compiler does not support variable length arrays.
Fix #4113
(cherry picked from commit 9424c6c58f0b33f06807936958978e907574a845)
|
| | |
|
| |
|
|
|
|
| |
- Removed trailing spaces
- Made sure all indentation is done using tabs (fixes #39)
- Potentially fixed an identation issue for openssl check
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
-=-=-=-=-=-=-=-=-=-
-Moved drawing code to a single function that takes linked list (should make it easier to optimize in the future).
-Implemented Z ordering of 2D nodes. Node2D and those that inherit have a visibility/Z property that affects drawing order (besides the tree order)
-Removed OpenGL ES 1.x support. Good riddance!
|
| |
|