You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
519f9f7c32
Use glLoadGen instead of GLEW.
...
Removed all known GLEW workarounds, added one small workaround for
missing ARB_texture_compression_bptc. I didn't want to patch glLoadGen
for just four enum values, this way it's possible to use stock one
without any patching (except for missing OpenGL 2.1 support, as stated
in external/OpenGL/GL/README.md).
As one file now replaces both `glew.h` and `glcorearb.h` and it has the
same size as `glcorearb.h` alone , it saves approximately 18k LOC,
resulting in 15 second shorter compilation time (5:03 before, 4:48 now).
Not bad.
13 years ago
..
best-practices.dox
Doc: added Khronos OpenGL ES presentation to Best Practices.
13 years ago
building.dox
Use glLoadGen instead of GLEW.
13 years ago
cmake.dox
Use glLoadGen instead of GLEW.
13 years ago
coding-style.dox
Shapes: preparation for non-boolean collision queries.
13 years ago
compilation-speedup.dox
Doc: reworded and improved compilation speedup page.
13 years ago
debug-tools.dox
Reducing pointer chasings, part 3e: less pointer passing in DebugTools.
13 years ago
features.dox
Shape rework #8 : updated documentation.
13 years ago
getting-started-blue.png
Finally proper Getting Started Guide in documentation.
13 years ago
getting-started.dox
Use glLoadGen instead of GLEW.
13 years ago
getting-started.png
Finally proper Getting Started Guide in documentation.
13 years ago
mainpage.dox
Minor documentation fixes.
13 years ago
matrix-vector.dox
Updated matrix/vector documentation.
13 years ago
method-chaining.dox
Reducing pointer chasings, part 1: method chaining via references.
13 years ago
namespaces.dox
Link with other projects' building and usage documentation.
13 years ago
platform.dox
Platform: documentation updates.
13 years ago
portability.dox
Doc: updated portability page.
13 years ago
required-extensions.dox
Removed annoying Doxygen workaround for #undef.
13 years ago
scenegraph.dox
Doc++
13 years ago
shapes.dox
Shapes: added infinite cylinder shape.
13 years ago
tips.dox
Relicensing to MIT/Expat license, part 4: CMake and documentation files.
13 years ago
transformations.dox
Math: renamed {rotationAngle, rotationAxis}() -> {rotation, angle, axis}().
13 years ago
types.dox
Fixed typo in documentation.
13 years ago
unsupported.dox
Added ES2-only support for GL_LUMINANCE{,_ALPHA}.
13 years ago