|
|
|
@10601
|
[10601]
|
4 years |
robert |
Introduced new GLBufferObject pool for managing the memory footprint taken …
|
|
|
|
@10600
|
[10600]
|
4 years |
robert |
Introduced new BufferObject? design + implementation in preperation of …
|
|
|
|
@10598
|
[10598]
|
4 years |
robert |
Fixed warning about max texture size being smaller than the currently used …
|
|
|
|
@10597
|
[10597]
|
4 years |
robert |
Added handling of resetting of the texture object format
|
|
|
|
@10595
|
[10595]
|
4 years |
robert |
Improved the computation of the TextureProfile? _size value, fixed the …
|
|
|
|
@10594
|
[10594]
|
4 years |
robert |
Added stats collection to new Texture Pool code, and improved TexturePool? …
|
|
|
|
@10589
|
[10589]
|
4 years |
robert |
Introduced memory pool size management
|
|
|
|
@10588
|
[10588]
|
4 years |
robert |
Preliminary work on support for a texture object pool that is designed to …
|
|
|
|
@10409
|
[10409]
|
4 years |
robert |
From Mathias Froehlich, "put texturemanager into osg namespace."
|
|
|
|
@10370
|
[10370]
|
4 years |
robert |
From Wojciech Lewandowski, "Here are my changes:
- osg::Texture sets …
|
|
|
|
@10092
|
[10092]
|
4 years |
robert |
From Mathias Froehlich, Changed osg::TextureRectangle? to use …
|
|
|
|
@9539
|
[9539]
|
4 years |
robert |
Warning fixes for VS, and removal of associated warning disables
|
|
|
|
@9383
|
[9383]
|
4 years |
robert |
Fixed warnings
|
|
|
|
@9355
|
[9355]
|
4 years |
robert |
Aded osg::isGLExtensionOrVersionSupported(uint contextID, char* …
|
|
|
|
@9226
|
[9226]
|
4 years |
robert |
Converted OpenGL version number code to using osg::asciiToFloat to avoid …
|
|
|
|
@9062
|
[9062]
|
5 years |
robert |
Various warning fixes
|
|
|
|
@9037
|
[9037]
|
5 years |
robert |
Introduced support for controlling mipmapping of osgTerrain::ImageLayer? …
|
|
|
|
@8657
|
[8657]
|
5 years |
robert |
Fixed handling of TextureCubeMap?'s with mipmapped/ImageSequence/PBO's.
|
|
|
|
@8376
|
[8376]
|
5 years |
robert |
From Michael Platings, "Yes it's definitely a driver problem - I submitted …
|
|
|
|
@8373
|
[8373]
|
5 years |
robert |
From Michael Platings, "On nvidia cards mipmap generation for …
|
|
|
|
@7773
|
[7773]
|
5 years |
robert |
Introduced new osg::discardDeletedOpenGLObjects() methods, and usage of it …
|
|
|
|
@7648
|
[7648]
|
5 years |
robert |
From Roland Smeenk, "Attached you will find a large set of small typo …
|
|
|
|
@7385
|
[7385]
|
6 years |
robert |
From Art Trevs, "Features of the patch are:
- Implementation of integer …
|
|
|
|
@7379
|
[7379]
|
6 years |
robert |
Intoduced a new setGLExtensions template method to do a copy of void* …
|
|
|
|
@6582
|
[6582]
|
6 years |
robert |
Further perfomrmance optimizations and clean up on new VBO/EBO/PBO API.
|
|
|
|
@6574
|
[6574]
|
6 years |
robert |
Implementated new dirty buffer mechansim for BufferObjects? to make it more …
|
|
|
|
@6004
|
[6004]
|
6 years |
robert |
From André Garneau, threading bug fixes - moving scoped statics out of …
|
|
|
|
@5934
|
[5934]
|
6 years |
robert |
Changed the return types of makeCurrent to bool, and added a bool …
|
|
|
|
@5933
|
[5933]
|
6 years |
robert |
Added GraphicsContext::ResizedCallback? and …
|
|
|
|
@5882
|
[5882]
|
6 years |
robert |
Added Object::resizeGLObjectBuffers(uint) method to help improve the …
|
|
|
|
@5474
|
[5474]
|
7 years |
robert |
From Farshid Lashkari,
"I was experiencing hard crashes of my application …
|
|
|
|
@5452
|
[5452]
|
7 years |
robert |
Fixed texture optimization problem associated with mixing already compiled …
|
|
|
|
@5378
|
[5378]
|
7 years |
robert |
Reworked the TextureObjectManager? singleton so that it no longer …
|
|
|
|
@5358
|
[5358]
|
7 years |
robert |
Cleaned up per context buffers support
|
|
|
|
@5328
|
[5328]
|
7 years |
robert |
Updated copyright years.
|
|
|
|
@5267
|
[5267]
|
7 years |
robert |
From Eric Sokolowsky,
"If a texture is used that is not a multiple of …
|
|
|
|
@5254
|
[5254]
|
7 years |
robert |
From Eric Sokolowsky, "The attached Texture.cpp fixes a problem when …
|
|
|
|
@5250
|
[5250]
|
7 years |
robert |
From Eric Sokolowsky, "There is code in Image.cpp that calculates the size …
|
|
|
|
@5213
|
[5213]
|
7 years |
robert |
From Eric Sokolowsky, made a couple of methods static.
|
|
|
|
@4837
|
[4837]
|
7 years |
robert |
Changed the default value of Texture::_resizeNonPowerOfTwoHint to true, …
|
|
|
|
@4706
|
[4706]
|
8 years |
robert |
Fixed warnings.
|
|
|
|
@4700
|
[4700]
|
8 years |
robert |
From Brad Colbert/Robert Osfield: added s/getSourceFormat and …
|
|
|
|
@4674
|
[4674]
|
8 years |
robert |
Added env var docs on OSG_MAX_TEXTURE_SIZE
|
|
|
|
@4637
|
[4637]
|
8 years |
robert |
Added catch for NULL return from glGetString( GL_VERSION );
|
|
|
|
@4554
|
[4554]
|
8 years |
robert |
From Marco Jez, added fallback to TextureCubeMap? subloading that calls …
|
|
|
|
@4430
|
[4430]
|
8 years |
robert |
Fixed indenting and typo
|
|
|
|
@4351
|
[4351]
|
8 years |
robert |
Disabled NPO2T on GeforceFX.
|
|
|
|
@4297
|
[4297]
|
8 years |
robert |
Changd unsigned int's to unsigned char* to fix gcc3.4 64 bit issues.
|
|
|
|
@4257
|
[4257]
|
8 years |
robert |
Added RADEON as render type for disabling mipmapped NPO2T
|
|
|
|
@4248
|
[4248]
|
8 years |
robert |
Added differentiation between Non power of two textures when mip mapped …
|
|
|
|
@4162
|
[4162]
|
8 years |
robert |
From Farshid Lashkari, support for non power of two extension.
|
|
|
|
@4156
|
[4156]
|
8 years |
robert |
From Farshid Lashkari, added Texture::Extension support for non power of …
|
|
|
|
@4102
|
[4102]
|
8 years |
robert |
Added support for per context extension string.
Note, this required …
|
|
|
|
@4038
|
[4038]
|
8 years |
robert |
Updated Copyright notices to 1998-2005.
|
|
|
|
@4021
|
[4021]
|
8 years |
robert |
Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT
|
|
|
|
@3852
|
[3852]
|
8 years |
robert |
Added improved PBO support.
|
|
|
|
@3819
|
[3819]
|
8 years |
robert |
Added osg::BufferObject? and a made a number associated to accomodate …
|
|
|
|
@3620
|
[3620]
|
9 years |
robert |
Fixed warnings.
|
|
|
|
@3582
|
[3582]
|
9 years |
robert |
Added guard to testing _internalFormat in compareTexture(..) so that
a …
|
|
|
|
@3448
|
[3448]
|
9 years |
robert |
Fixed newly introduced compressed mipmnap error.
|
|
|
|
@3447
|
[3447]
|
9 years |
robert |
Added proper handling of 3d texture compression
|
|
|
|
@3443
|
[3443]
|
9 years |
robert |
Preliminary steps to support for compressed 3D textures.
|
|
|
|
@3427
|
[3427]
|
9 years |
robert |
Clean up of new DatabasePager? code, and change of osgProducer so …
|
|
|
|
@3423
|
[3423]
|
9 years |
robert |
Updated to DatabasePager? support
|
|
|
|
@3422
|
[3422]
|
9 years |
robert |
Various improvements to database paing.
|
|
|
|
@3364
|
[3364]
|
9 years |
robert |
From Tom Jolly, add detection for whether multi-texturing is supported …
|
|
|
|
@3222
|
[3222]
|
9 years |
robert |
Better macro support for switching on/off use of mutex
|
|
|
|
@3215
|
[3215]
|
9 years |
robert |
Fixed warnings
|
|
|
|
@3171
|
[3171]
|
9 years |
robert |
Added preliminary support for thread safety in various delete GLobjects …
|
|
|
|
@3159
|
[3159]
|
9 years |
robert |
Added support for releasing GLObjects, and renamed DisplayListVisitor? …
|
|
|
|
@3144
|
[3144]
|
9 years |
robert |
Added debugging message, currently commented out.
|
|
|
|
@3115
|
[3115]
|
9 years |
robert |
Fixed warning.
|
|
|
|
@3089
|
[3089]
|
9 years |
robert |
Re-organised Texture::computeInternalFormatWithImage() to avoid …
|
|
|
|
@3002
|
[3002]
|
9 years |
robert |
From Bob Kuehne, more general checks for existance of extensions.
|
|
|
|
@2959
|
[2959]
|
9 years |
robert |
From Bob Kuehne, added getting of the max number of texture units in
the …
|
|
|
|
@2891
|
[2891]
|
9 years |
robert |
From Don Tidrow, changed "setupGLExtenions()" to "setupGLExtensions()" in …
|
|
|
|
@2889
|
[2889]
|
9 years |
robert |
From Bob Kuehne, updated extension/version checking for border clamp …
|
|
|
|
@2792
|
[2792]
|
9 years |
robert |
Added support for APPLE_client_storage to TextureRectange?
|
|
|
|
@2791
|
[2791]
|
9 years |
robert |
Added support for APPLE_client_storage of textures.
|
|
|
|
@2686
|
[2686]
|
9 years |
robert |
From Pavel Moloshtan, add support to osg::Texture files for …
|
|
|
|
@2678
|
[2678]
|
9 years |
robert |
Added support for osg::Texture::setBorderWidth().
|
|
|
|
@2662
|
[2662]
|
9 years |
robert |
From Romano Magacho, fixes to handle the subloading from Image when …
|
|
|
|
@2647
|
[2647]
|
9 years |
robert |
Fixed bug in logic in areAllTextureObjectsLoaded() which was producing …
|
|
|
|
@2631
|
[2631]
|
9 years |
robert |
From Alberto Farre, added osgDB::SharedStateManager?. Also a couple …
|
|
|
|
@2586
|
[2586]
|
9 years |
robert |
From Rommano Silva, admendments to …
|
|
|
|
@2558
|
[2558]
|
9 years |
robert |
Added _ARB to GL_COMPARE_R_TO_TEXTURE
|
|
|
|
@2551
|
[2551]
|
9 years |
robert |
From Pavel Moloshtan, added GL_ARB_shadow_support to osg::Texture.
|
|
|
|
@2541
|
[2541]
|
9 years |
robert |
Changed the default wrap modes from REPEAT to CLAMP since CLAMP is the …
|
|
|
|
@2153
|
[2153]
|
10 years |
robert |
Changed applyTextParamaters() to set the wrap modes :
GL_TEXTURE_WRAP_S …
|
|
|
|
@2144
|
[2144]
|
10 years |
robert |
Changed cout's to notufy(INFO).
|
|
|
|
@2037
|
[2037]
|
10 years |
robert |
Improvements to the handling of deletion of OpenGL rendering objets such …
|
|
|
|
@2036
|
[2036]
|
10 years |
robert |
Updates to the flush rendering objects function calls to allow …
|
|
|
|
@2022
|
[2022]
|
10 years |
robert |
Added support for texture object manager, which provides an automatic …
|
|
|
|
@2000
|
[2000]
|
10 years |
robert |
Added support for the ARB_vertex_buffer_object into osg::Geometry.
|
|
|
|
@1856
|
[1856]
|
10 years |
robert |
Added tests for presense of extensions to osgcubemap, osgvertexproram …
|
|
|
|
@1854
|
[1854]
|
10 years |
robert |
Added support for modifying the osg::Texture*:Extensions stuctures.
Added …
|
|
|
|
@1819
|
[1819]
|
10 years |
robert |
Added support for unref image data after apply in the …
|
|
|
|
@1817
|
[1817]
|
10 years |
robert |
Moved the modified tag's from osg::Texture into the osg::Texture1D,2D,3D …
|
|
|
|
@1794
|
[1794]
|
10 years |
robert |
From Rune Schmidt Jensen - new dds loader.
|
|
|
|
@1788
|
[1788]
|
10 years |
robert |
Fixes to osg::Texture's handling of anisotropy updating and
hardware …
|
|
|
|