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š
3de303fd60
Discourage usage of *Texture::setImage() even more.
...
ARB_direct_state_access doesn't have equivalent for glTexImage*D(),
which indicates that these calls should not be used anymore. Also
removed EXT_direct_state_access code path and kept just the plain
glBindTexture() + glTexImage*D(), as I assume that all implementations
which have EXT_DSA have also ARB_texture_storage, thus this alternative
would have no use.
12 years ago
..
best-practices.dox
doc: document all WebGL restrictions.
12 years ago
building.dox
modules: get rid of WITH_FIND_MODULE.
12 years ago
cmake.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
coding-style.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
compilation-speedup.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
debug-tools.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
features.dox
Happy new year too.
12 years ago
getting-started-blue.png
Use SDL 2 instead of GLUT as the default and recommended toolkit.
12 years ago
getting-started.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
getting-started.png
Use SDL 2 instead of GLUT as the default and recommended toolkit.
12 years ago
mainpage.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
matrix-vector.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
method-chaining.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
namespaces.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
opengl-mapping.dox
Discourage usage of *Texture::setImage() even more.
12 years ago
opengl-support.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
opengl.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
platform.dox
doc: have all references in docs relative to root namespace.
12 years ago
plugins.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
portability.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
scenegraph.dox
doc: have all references in docs relative to root namespace.
12 years ago
shapes.dox
doc: have all references in docs relative to root namespace.
12 years ago
tips.dox
Happy new year too.
12 years ago
transformations.dox
Removed some workarounds for references in documentation.
12 years ago
troubleshooting.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
types.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
utilities.dox
doc: documented all command-line utilities.
12 years ago