open_toontown_panda3d/panda/src/gobj
rdb fbea0056f5 general: Allow compiling Panda headers on Windows without NOMINMAX 2022-05-10 15:58:33 +02: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 gobj: Fix spelling error in doc of async-load-delay config variable 2021-12-04 20:38:31 +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 gobj: make_lines_in_place() (& points, patches) should change primitive type 2021-05-10 13:35:47 +02: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: Also fix GeomPrimitive::offset_vertices() overload with begin/end 2021-03-22 22:04:03 +01: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 general: Allow compiling Panda headers on Windows without NOMINMAX 2022-05-10 15:58:33 +02:00
geomVertexArrayData.cxx gobj: Assert instead of crash when printing unresolved GV(A)D 2021-01-30 20:06:32 +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 gobj: Assert instead of crash when printing unresolved GV(A)D 2021-01-30 20:06:32 +01:00
geomVertexData.cxx gobj: Assert instead of crash when printing unresolved GV(A)D 2021-01-30 20:06:32 +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: Allow compiling Panda headers on Windows without NOMINMAX 2022-05-10 15:58:33 +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 Fix a few docstring typos 2021-12-12 18:38:09 +01: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 gobj: Fix typo in MatrixLens API documentation 2020-11-17 11:59:36 +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: Allow compiling Panda headers on Windows without NOMINMAX 2022-05-10 15:58:33 +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: Add additional mode-based texture inputs to GLSL shaders 2020-12-23 18:20:43 +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 texture: Fix get_ram_image_as() with 3D and multiview textures 2022-03-02 10:42:45 +01:00
texture.h texture: Add missing integer texture formats 2021-01-17 15:17:03 +01: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 general: Allow compiling Panda headers on Windows without NOMINMAX 2022-05-10 15:58:33 +02: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 gobj: Cube map sampling support in TexturePeeker 2021-03-24 12:50:42 +01:00
texturePeeker.cxx gobj: Fix TexturePeeker docstrings for filter_* being incorrect about wrapping 2022-01-06 12:52:10 +01:00
texturePeeker.h gobj: Cube map sampling support in TexturePeeker 2021-03-24 12:50:42 +01:00
texturePool.I gobj: Add TexturePool::get_texture() for querying tex from pool 2021-11-28 14:00:59 +01:00
texturePool.cxx gobj: Add TexturePool::get_texture() for querying tex from pool 2021-11-28 14:00:59 +01:00
texturePool.h gobj: Add TexturePool::get_texture() for querying tex from pool 2021-11-28 14:00:59 +01: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: Fix TextureReloadRequest not reloading in certain situations 2021-11-28 14:01:33 +01: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 Add TextureStage::M_emission mode 2020-12-23 17:33:59 +01:00
textureStage.h Add TextureStage::M_emission mode 2020-12-23 17:33:59 +01: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 gobj: Fix build error on Windows 2020-12-28 12:07:17 +01: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