Updated AUTHORS

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14733 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-02-26 19:51:56 +00:00
parent 6a30705870
commit f93a4f330a
3 changed files with 53 additions and 4 deletions

View File

@@ -1,3 +1,48 @@
2015-02-26 19:14 robert
* src/osg/Image.cpp: From Bradley Baker Searles, "We had someone
replace a DDS texture with a GL_RGB/GL_UNSIGNED_SHORT_5_6_6
image, which would trigger a crash in Image.cpp while flipping
the mipmap chain. The code was trying to flip the mipmaps using
the rowStep for the full-size image (we have "dds_flip" set in
the osgDB::ReaderWriter::Options in the osgDB::Registry)."
2015-02-26 18:06 robert
* src/osgPlugins/dds/ReaderWriterDDS.cpp: From Bradley Baker
Searles, "Small patch attached to handle DDS flip when s=4.
Currently it will omit flipping and generate a warning: "Vertical
flip was skipped. Image dimensions have to be multiple of 4."
2015-02-26 17:49 robert
* include/osg/GLExtensions, src/osg/GLExtensions.cpp: From Julien
Valentin and Alberto Luaces, added support for transform feedback
extensions
2015-02-26 17:18 robert
* AUTHORS.txt, applications/osgversion/Contributors.cpp: Update
AUTHORS file
2015-02-26 14:16 robert
* src/osgPlugins/tiff/ReaderWriterTIFF.cpp: Fixed typo
2015-02-26 13:52 robert
* AUTHORS.txt: Regenerated AUTHORS.txt to fix missing special
characters
2015-02-25 19:59 robert
* AUTHORS.txt, applications/osgversion/Contributors.cpp: Updated
AUTHORS file
2015-02-25 19:52 robert
* ChangeLog: Updated ChangeLog
2015-02-25 19:38 robert
* src/osgPlugins/las/ReaderWriterLAS.cpp: From Aitor Moreno,