open_toontown_panda3d/panda/src/gobj
rdb eeeea274a4 gobj: make ram image when writing texture with clear color to 6.44 bam
This makes it possible to write textures with clear colors to .bam files even when the default bam version of 6.44 is selected.  The clear color is converted automatically to a filled RAM image.

Third part of the fix for #844
2020-03-18 17:58:51 +01:00
..
adaptiveLru.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
adaptiveLru.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
adaptiveLru.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
animateVerticesRequest.I Implement awaitable thread-safe future for async operations 2017-12-04 22:25:28 +01:00
animateVerticesRequest.cxx Implement awaitable thread-safe future for async operations 2017-12-04 22:25:28 +01:00
animateVerticesRequest.h general: Fix several miscategorized EXPCL_PANDA_* macros 2018-05-29 22:49:35 -06:00
bufferContext.I Fix ShaderBuffer cleanup assertion with state cache disabled 2018-12-26 22:47:14 +01:00
bufferContext.cxx Fix ShaderBuffer cleanup assertion with state cache disabled 2018-12-26 22:47:14 +01:00
bufferContext.h Fix ShaderBuffer cleanup assertion with state cache disabled 2018-12-26 22:47:14 +01:00
bufferContextChain.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
bufferContextChain.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
bufferContextChain.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
bufferResidencyTracker.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
bufferResidencyTracker.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
bufferResidencyTracker.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
config_gobj.cxx shader: don't use GENERIC profile to compile Cg shaders 2018-12-31 14:01:26 +01:00
config_gobj.h shader: don't use GENERIC profile to compile Cg shaders 2018-12-31 14:01:26 +01:00
geom.I general: improvements to doxygen API reference: 2019-01-23 22:24:02 +01:00
geom.cxx general: improvements to doxygen API reference: 2019-01-23 22:24:02 +01:00
geom.h gobj: default current_thread arg for Geom.get_animated_vertex_data() 2019-07-16 13:40:14 +02:00
geomCacheEntry.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomCacheEntry.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
geomCacheEntry.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomCacheManager.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
geomCacheManager.cxx general: use nassert_raise instead of nassertv(false) et al 2018-11-28 17:35:20 +01:00
geomCacheManager.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
geomContext.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
geomContext.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
geomContext.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
geomEnums.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
geomEnums.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomLines.cxx general: don't cast to regular pointer when returning a PointerTo 2018-07-08 21:40:58 +02:00
geomLines.h Add support for geometry with adjacency information 2018-03-01 21:20:19 +01:00
geomLinesAdjacency.cxx Add support for geometry with adjacency information 2018-03-01 21:20:19 +01:00
geomLinesAdjacency.h general: improvements to doxygen API reference: 2019-01-23 22:24:02 +01:00
geomLinestrips.cxx general: don't cast to regular pointer when returning a PointerTo 2018-07-08 21:40:58 +02:00
geomLinestrips.h Add support for geometry with adjacency information 2018-03-01 21:20:19 +01:00
geomLinestripsAdjacency.cxx general: don't cast to regular pointer when returning a PointerTo 2018-07-08 21:40:58 +02:00
geomLinestripsAdjacency.h general: improvements to doxygen API reference: 2019-01-23 22:24:02 +01:00
geomMunger.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
geomMunger.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
geomMunger.h gobj: work around a deadlock in GeomCacheManager::flush() 2018-07-12 14:22:27 +02:00
geomPatches.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
geomPatches.h Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
geomPoints.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
geomPoints.h Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
geomPrimitive.I gobj: try to fix some deadlocks modifying geometry while rendering 2018-08-03 20:45:29 +02:00
geomPrimitive.cxx gobj: clarify range of GeomPrimitive::offset_vertices() parameters 2019-10-25 10:25:11 +02:00
geomPrimitive.h gobj: try to fix some deadlocks modifying geometry while rendering 2018-08-03 20:45:29 +02:00
geomTriangles.cxx general: don't cast to regular pointer when returning a PointerTo 2018-07-08 21:40:58 +02:00
geomTriangles.h Add support for geometry with adjacency information 2018-03-01 21:20:19 +01:00
geomTrianglesAdjacency.cxx general: don't cast to regular pointer when returning a PointerTo 2018-07-08 21:40:58 +02:00
geomTrianglesAdjacency.h general: improvements to doxygen API reference: 2019-01-23 22:24:02 +01:00
geomTrifans.cxx general: use nassert_raise instead of nassertv(false) et al 2018-11-28 17:35:20 +01:00
geomTrifans.h Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
geomTristrips.cxx general: don't cast to regular pointer when returning a PointerTo 2018-07-08 21:40:58 +02:00
geomTristrips.h Add support for geometry with adjacency information 2018-03-01 21:20:19 +01:00
geomTristripsAdjacency.cxx Add support for geometry with adjacency information 2018-03-01 21:20:19 +01:00
geomTristripsAdjacency.h general: improvements to doxygen API reference: 2019-01-23 22:24:02 +01:00
geomVertexAnimationSpec.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomVertexAnimationSpec.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
geomVertexAnimationSpec.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomVertexArrayData.I gobj: speed up GeomVertexData::get_num_rows() considerably 2018-10-15 22:06:04 +02:00
geomVertexArrayData.cxx general: use nassert_raise instead of nassertv(false) et al 2018-11-28 17:35:20 +01:00
geomVertexArrayData.h gobj: fix Python 3 support for GVADHandle::get_(sub)data/set_(sub)data 2018-06-14 14:11:34 +02:00
geomVertexArrayData_ext.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
geomVertexArrayData_ext.h Separate out CPython calls from core libs; eliminate need for pystub 2016-07-20 14:30:41 +02:00
geomVertexArrayFormat.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomVertexArrayFormat.cxx general: fix many compilation warnings in GCC 8 2018-06-19 00:37:28 +02:00
geomVertexArrayFormat.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomVertexColumn.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomVertexColumn.cxx gobj: fix crash reading unaligned float4 column in GeomVertexReader 2019-02-17 13:02:56 +01:00
geomVertexColumn.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomVertexData.I Fix errors when building with --override DO_PIPELINING=UNDEF 2018-10-17 17:33:27 +02:00
geomVertexData.cxx gobj: improve performance of GeomPrimitive::make_nonindexed() 2018-12-04 12:36:03 +01:00
geomVertexData.h gobj: improve performance of GeomPrimitive::make_nonindexed() 2018-12-04 12:36:03 +01:00
geomVertexFormat.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomVertexFormat.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
geomVertexFormat.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomVertexReader.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
geomVertexReader.cxx general: fix many compilation warnings in GCC 8 2018-06-19 00:37:28 +02:00
geomVertexReader.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomVertexRewriter.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
geomVertexRewriter.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
geomVertexRewriter.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomVertexWriter.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
geomVertexWriter.cxx general: fix many compilation warnings in GCC 8 2018-06-19 00:37:28 +02:00
geomVertexWriter.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
indexBufferContext.I Fix ShaderBuffer cleanup assertion with state cache disabled 2018-12-26 22:47:14 +01:00
indexBufferContext.cxx gobj: fix crash printing out residency trackers 2019-11-10 19:23:10 +01:00
indexBufferContext.h Fix ShaderBuffer cleanup assertion with state cache disabled 2018-12-26 22:47:14 +01:00
internalName.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
internalName.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
internalName.h gobj: remove use of PY_MAJOR_VERSION in internalName.h 2018-11-06 19:26:25 +01:00
internalName_ext.cxx gobj: remove use of PY_MAJOR_VERSION in internalName.h 2018-11-06 19:26:25 +01:00
internalName_ext.h gobj: remove use of PY_MAJOR_VERSION in internalName.h 2018-11-06 19:26:25 +01:00
lens.I gobj: don't recalculate proj mat on set_near/far with existing value 2018-08-12 22:06:13 +02:00
lens.cxx general: don't cast to regular pointer when returning a PointerTo 2018-07-08 21:40:58 +02:00
lens.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
material.I gobj: get rid of enforce-attrib-lock, just DTRT instead 2018-08-03 21:55:06 +02:00
material.cxx gobj: fix Material ambient/diffuse/specular when reading from bam 2020-01-04 01:21:54 +01:00
material.h gobj: get rid of enforce-attrib-lock, just DTRT instead 2018-08-03 21:55:06 +02:00
materialPool.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
materialPool.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
materialPool.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
matrixLens.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
matrixLens.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
matrixLens.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
occlusionQueryContext.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
occlusionQueryContext.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
occlusionQueryContext.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
orthographicLens.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
orthographicLens.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
orthographicLens.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
p3gobj_composite1.cxx Add support for geometry with adjacency information 2018-03-01 21:20:19 +01:00
p3gobj_composite2.cxx Implement support for SSBOs 2016-12-13 21:22:17 +01:00
p3gobj_ext_composite.cxx Texture.set_ram_image(_as) now directly accepts buffers with right component size 2016-10-24 21:29:43 +02:00
paramTexture.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
paramTexture.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
paramTexture.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
perspectiveLens.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
perspectiveLens.cxx gobj: support infinite near distance in PerspectiveLens 2018-07-17 22:59:54 +02:00
perspectiveLens.h Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
preparedGraphicsObjects.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
preparedGraphicsObjects.cxx gobj: fix tests crash due to ShaderBuffer context not cleared at GSG death 2019-11-03 11:48:51 +01:00
preparedGraphicsObjects.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
queryContext.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
queryContext.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
queryContext.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
samplerContext.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
samplerContext.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
samplerContext.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
samplerState.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
samplerState.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
samplerState.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
savedContext.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
savedContext.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
savedContext.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
shader.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
shader.cxx shader: //Cg profile should only affect the current shader 2020-01-31 11:01:44 +01:00
shader.h shader: don't use GENERIC profile to compile Cg shaders 2018-12-31 14:01:26 +01:00
shaderBuffer.I glgsg: pad SSBOs to 16 byte boundary (required by some drivers) 2018-07-17 22:59:15 +02:00
shaderBuffer.cxx Fix ShaderBuffer cleanup assertion with state cache disabled 2018-12-26 22:47:14 +01:00
shaderBuffer.h general: improvements to doxygen API reference: 2019-01-23 22:24:02 +01:00
shaderContext.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
shaderContext.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
shaderContext.h Big patch full of performance improvements 2017-04-03 01:41:23 +02:00
simpleAllocator.I gobj: add alignment support and move semantics to SimpleAllocator 2018-07-02 12:55:18 +02:00
simpleAllocator.cxx gobj: add alignment support and move semantics to SimpleAllocator 2018-07-02 12:55:18 +02:00
simpleAllocator.h gobj: add alignment support and move semantics to SimpleAllocator 2018-07-02 12:55:18 +02:00
simpleLru.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
simpleLru.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
simpleLru.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
sliderTable.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
sliderTable.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
sliderTable.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
texture.I general: improvements to doxygen API reference: 2019-01-23 22:24:02 +01:00
texture.cxx gobj: make ram image when writing texture with clear color to 6.44 bam 2020-03-18 17:58:51 +01:00
texture.h gobj: support T_unsigned_int_24_8 in TexturePeeker 2018-07-23 08:32:58 +02:00
textureCollection.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
textureCollection.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
textureCollection.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
textureCollection_ext.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
textureCollection_ext.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
textureContext.I Fix ShaderBuffer cleanup assertion with state cache disabled 2018-12-26 22:47:14 +01:00
textureContext.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
textureContext.h Fix ShaderBuffer cleanup assertion with state cache disabled 2018-12-26 22:47:14 +01:00
texturePeeker.I Assorted tweaks and compile warning fixes 2016-07-14 12:54:39 +02:00
texturePeeker.cxx gobj: add F_rg, F_rg16, F_rg32, F_rgb32 to TexturePeeker 2018-12-19 20:26:51 +01:00
texturePeeker.h gobj: add F_rg, F_rg16, F_rg32, F_rgb32 to TexturePeeker 2018-12-19 20:26:51 +01:00
texturePool.I gobj: fix TexturePool ambiguity when loading tex with other settings 2018-07-31 14:56:04 +02:00
texturePool.cxx gobj: fix TexturePool ambiguity when loading tex with other settings 2018-07-31 14:56:04 +02:00
texturePool.h gobj: fix TexturePool ambiguity when loading tex with other settings 2018-07-31 14:56:04 +02:00
texturePoolFilter.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
texturePoolFilter.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
texturePoolFilter.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
textureReloadRequest.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
textureReloadRequest.cxx gobj: don't create pointless future in TextureReloadRequest 2018-10-16 15:23:52 +02:00
textureReloadRequest.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
textureStage.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
textureStage.cxx general: Resolve a few compiler warnings 2018-10-12 15:37:40 -06:00
textureStage.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
textureStagePool.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
textureStagePool.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
textureStagePool.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
texture_ext.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
texture_ext.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
timerQueryContext.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
timerQueryContext.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
timerQueryContext.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
transformBlend.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
transformBlend.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
transformBlend.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
transformBlendTable.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
transformBlendTable.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
transformBlendTable.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
transformTable.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
transformTable.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
transformTable.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
userVertexSlider.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
userVertexSlider.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
userVertexSlider.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
userVertexTransform.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
userVertexTransform.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
userVertexTransform.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
vertexBufferContext.I Fix ShaderBuffer cleanup assertion with state cache disabled 2018-12-26 22:47:14 +01:00
vertexBufferContext.cxx gobj: fix crash printing out residency trackers 2019-11-10 19:23:10 +01:00
vertexBufferContext.h Fix ShaderBuffer cleanup assertion with state cache disabled 2018-12-26 22:47:14 +01:00
vertexDataBlock.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
vertexDataBlock.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
vertexDataBlock.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
vertexDataBook.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
vertexDataBook.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
vertexDataBook.h Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
vertexDataBuffer.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
vertexDataBuffer.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
vertexDataBuffer.h Work towards ABI stability wrt allocation. Let MemoryHook take advantage of dlmalloc's internal bookkeeping. 2017-02-17 13:02:01 +01:00
vertexDataPage.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
vertexDataPage.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
vertexDataPage.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
vertexDataSaveFile.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
vertexDataSaveFile.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
vertexDataSaveFile.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
vertexSlider.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
vertexSlider.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
vertexSlider.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
vertexTransform.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
vertexTransform.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
vertexTransform.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
videoTexture.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
videoTexture.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
videoTexture.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00