| .. |
|
CMakeLists.txt
|
CMake: Add --exclude-libs flags to static thirdparty libraries
|
2022-03-09 16:23:37 +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
|
cleanup: Fix assorted issues uncovered by clang-tidy
|
2023-02-12 18:17:03 +01:00 |
|
adaptiveLru.h
|
general: Fully qualify header references into the std namespace
|
2018-06-07 10:35:12 +02:00 |
|
animateVerticesRequest.I
|
event: Update AsyncFuture to use new atomics implementation
|
2022-02-23 23:20:49 +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
|
gobj: Make BufferContextChain thread-safe
|
2025-01-21 11:37:29 +01:00 |
|
bufferContext.h
|
gobj: Make BufferResidencyTracker::_residency a const field
|
2024-12-03 13:19:17 +01:00 |
|
bufferContextChain.I
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
|
bufferContextChain.cxx
|
gobj: Make BufferContextChain thread-safe
|
2025-01-21 11:37:29 +01:00 |
|
bufferContextChain.h
|
gobj: Make BufferContextChain thread-safe
|
2025-01-21 11:37:29 +01:00 |
|
bufferResidencyTracker.I
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
|
bufferResidencyTracker.cxx
|
gobj: Make BufferContextChain thread-safe
|
2025-01-21 11:37:29 +01:00 |
|
bufferResidencyTracker.h
|
general: Fully qualify header references into the std namespace
|
2018-06-07 10:35:12 +02:00 |
|
config_gobj.cxx
|
pstats: GPU timing improvements; use same frame numbering everywhere
|
2022-02-20 17:33:40 +01:00 |
|
config_gobj.h
|
gobj: Move TextureReloadRequest to new Texture::async_ensure_ram_image()
|
2021-11-30 10:34:00 +01:00 |
|
geom.I
|
gobj: Don't wastefully compute bounds for Geom with custom bounds
|
2022-12-16 20:18:57 +01:00 |
|
geom.cxx
|
cleanup: Fix assorted issues uncovered by clang-tidy
|
2023-02-12 18:17:03 +01:00 |
|
geom.h
|
gobj: Compute nested vertices separate from internal bounds in Geom
|
2022-12-16 20:13:41 +01: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
|
gobj: devirtualize calls to GeomPatches::get_num_vertices_per_primitive()
|
2024-10-17 16:18:12 +02:00 |
|
geomPatches.h
|
gobj: devirtualize calls to GeomPatches::get_num_vertices_per_primitive()
|
2024-10-17 16:18:12 +02: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
|
pgraph: optimizations for analyze()
|
2022-01-10 13:22:34 +01:00 |
|
geomPrimitive.cxx
|
gobj: Delete assignment operator of Geom* classes
|
2022-03-09 16:23:37 +01:00 |
|
geomPrimitive.h
|
gobj: Delete assignment operator of Geom* classes
|
2022-03-09 16:23:37 +01: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
|
gobj: Slight optimization for GeomTristrips::append_unused_vertices()
|
2020-12-14 11:11:46 +01: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
|
Merge branch 'release/1.10.x'
|
2023-10-09 17:43:02 +02:00 |
|
geomVertexArrayData.h
|
create PY_EXTENSION and friends (#1415)
|
2023-01-04 20:54:53 +01:00 |
|
geomVertexArrayData_ext.cxx
|
Switch use of Py_INCREF to new Py_NewRef function
|
2024-01-29 17:57:53 +01: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
|
gobj: Add note to API doc about maximum stride value
|
2023-01-31 15:36:43 +01:00 |
|
geomVertexArrayFormat.cxx
|
Merge branch 'release/1.10.x' into master
|
2023-02-12 14:07:49 +01:00 |
|
geomVertexArrayFormat.h
|
general: Mark many constructors as `explicit`
|
2023-08-02 08:18:43 +02:00 |
|
geomVertexColumn.I
|
general: Fix assorted compiler warnings
|
2022-03-01 16:09:07 +01:00 |
|
geomVertexColumn.cxx
|
Merge branch 'release/1.10.x'
|
2022-12-19 16:42:29 +01:00 |
|
geomVertexColumn.h
|
gobj: Fix double-precision colors not being clamped in GeomVertexWriter
|
2022-12-19 15:18:04 +01:00 |
|
geomVertexData.I
|
general: Fix assorted compiler warnings
|
2022-03-01 16:09:07 +01:00 |
|
geomVertexData.cxx
|
gobj: Delete assignment operator of Geom* classes
|
2022-03-09 16:23:37 +01:00 |
|
geomVertexData.h
|
gobj: Delete assignment operator of Geom* classes
|
2022-03-09 16:23:37 +01:00 |
|
geomVertexFormat.I
|
gobj: Add config switch for Panda not to default to packed vertex colors
|
2021-03-25 23:15:58 +01:00 |
|
geomVertexFormat.cxx
|
dtoolutil: Add small_vector implementation and use it
|
2023-02-22 16:48:11 +01:00 |
|
geomVertexFormat.h
|
dtoolutil: Add small_vector implementation and use it
|
2023-02-22 16:48:11 +01:00 |
|
geomVertexReader.I
|
gobj: Enable slightly more efficient GeomVertexReader/Writer ctor
|
2020-12-14 11:16:25 +01:00 |
|
geomVertexReader.cxx
|
gobj: don't define GeomVertexReader::empty_buffer in opt3 build
|
2019-10-08 19:52:42 +02:00 |
|
geomVertexReader.h
|
general: Mark many constructors as `explicit`
|
2023-08-02 08:18:43 +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: Mark many constructors as `explicit`
|
2023-08-02 08:18:43 +02:00 |
|
geomVertexWriter.I
|
Merge branch 'release/1.10.x'
|
2022-05-10 16:12:36 +02:00 |
|
geomVertexWriter.cxx
|
general: fix many compilation warnings in GCC 8
|
2018-06-19 00:37:28 +02:00 |
|
geomVertexWriter.h
|
general: Mark many constructors as `explicit`
|
2023-08-02 08:18:43 +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
|
Experimental InstancedNode class for hardware instancing
|
2020-11-22 22:01:13 +01:00 |
|
internalName.cxx
|
Experimental InstancedNode class for hardware instancing
|
2020-11-22 22:01:13 +01:00 |
|
internalName.h
|
create PY_EXTENSION and friends (#1415)
|
2023-01-04 20:54:53 +01:00 |
|
internalName_ext.cxx
|
Merge branch 'release/1.10.x'
|
2024-10-30 13:42:21 +01:00 |
|
internalName_ext.h
|
gobj: more efficient pickling support for InternalName
|
2020-04-01 20:31:19 +02: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: Update EXPCL declarations to be MinGW-friendly (#792)
|
2019-11-27 11:25:24 -07:00 |
|
material.I
|
cleanup: Fix comparison between pointer and 0 (instead of nullptr)
|
2022-03-09 16:23:37 +01:00 |
|
material.cxx
|
general: Consistently name all bam factory functions make_from_bam
|
2024-03-18 02:38:41 +01:00 |
|
material.h
|
general: Consistently name all bam factory functions make_from_bam
|
2024-03-18 02:38:41 +01: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
|
pstats: GPU timing improvements; use same frame numbering everywhere
|
2022-02-20 17:33:40 +01:00 |
|
p3gobj_ext_composite.cxx
|
gobj: Support registering texture pool filters from Python code
|
2020-07-25 14:54:32 +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: Mark many constructors as `explicit`
|
2023-08-02 08:18:43 +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
|
glgsg: Big refactoring of texture uploading, add async upload support
|
2025-01-27 19:35:59 +01:00 |
|
preparedGraphicsObjects.h
|
(multiview) texture preparation changes:
|
2023-06-13 13:51:19 +02:00 |
|
pythonTexturePoolFilter.cxx
|
Switch use of Py_INCREF to new Py_NewRef function
|
2024-01-29 17:57:53 +01:00 |
|
pythonTexturePoolFilter.h
|
gobj: Support registering texture pool filters from Python code
|
2020-07-25 14:54:32 +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
|
general: Fix assorted compiler warnings
|
2022-03-01 16:09:07 +01:00 |
|
samplerState.cxx
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
samplerState.h
|
gobj: Fix TexturePool sharing texture objects when loaded with different properties
|
2023-02-07 12:23:30 +01: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
|
shader: use specific PStatCollector and group markers for shader compile
|
2019-12-08 15:19:38 +01:00 |
|
shader.cxx
|
shader: Fix compilation warning
|
2024-11-26 16:42:45 +01:00 |
|
shader.h
|
shader: Get all aggregate shader inputs (eg. lights) in one go
|
2024-08-23 16:29:46 +02:00 |
|
shaderBuffer.I
|
glgsg: pad SSBOs to 16 byte boundary (required by some drivers)
|
2018-07-17 22:59:15 +02:00 |
|
shaderBuffer.cxx
|
gobj: fix `_contexts != nullptr` assert when prepare fails
|
2023-10-09 16:52:45 +02: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
|
gobj: Fix Texture::clear_clear_color()
|
2025-01-30 11:38:00 +01:00 |
|
texture.cxx
|
glgsg: Big refactoring of texture uploading, add async upload support
|
2025-01-27 19:35:59 +01:00 |
|
texture.h
|
glgsg: Big refactoring of texture uploading, add async upload support
|
2025-01-27 19:35:59 +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
|
create PY_EXTENSION and friends (#1415)
|
2023-01-04 20:54:53 +01:00 |
|
textureCollection_ext.cxx
|
Further thread safety changes for Python 3.13 free threading
|
2024-09-19 20:43:06 +02:00 |
|
textureCollection_ext.h
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
|
textureContext.I
|
(multiview) texture preparation changes:
|
2023-06-13 13:51:19 +02:00 |
|
textureContext.cxx
|
general: Remove `using std::*` from headers
|
2018-06-14 16:04:49 +02:00 |
|
textureContext.h
|
(multiview) texture preparation changes:
|
2023-06-13 13:51:19 +02: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: Remove unused member variable from TexturePeeker
|
2021-10-27 10:46:43 +02:00 |
|
texturePool.I
|
gobj: Fix TexturePool sharing texture objects when loaded with different properties
|
2023-02-07 12:23:30 +01:00 |
|
texturePool.cxx
|
Squash merge webgl-port branch into master
|
2024-01-25 15:37:38 +01:00 |
|
texturePool.h
|
gobj: Fix compiler warnings in TexturePool
|
2023-02-20 20:54:16 +01:00 |
|
texturePoolFilter.I
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
|
texturePoolFilter.cxx
|
gobj: Support registering texture pool filters from Python code
|
2020-07-25 14:54:32 +02:00 |
|
texturePoolFilter.h
|
gobj: Support registering texture pool filters from Python code
|
2020-07-25 14:54:32 +02:00 |
|
texturePool_ext.cxx
|
gobj: Support registering texture pool filters from Python code
|
2020-07-25 14:54:32 +02:00 |
|
texturePool_ext.h
|
gobj: Support registering texture pool filters from Python code
|
2020-07-25 14:54:32 +02:00 |
|
textureReloadRequest.I
|
event: Update AsyncFuture to use new atomics implementation
|
2022-02-23 23:20:49 +01:00 |
|
textureReloadRequest.cxx
|
gobj: Fix TextureReloadRequest not reloading in certain situations
|
2021-11-28 14:01:33 +01:00 |
|
textureReloadRequest.h
|
gobj: Move TextureReloadRequest to new Texture::async_ensure_ram_image()
|
2021-11-30 10:34:00 +01:00 |
|
textureStage.I
|
general: Fully qualify header references into the std namespace
|
2018-06-07 10:35:12 +02:00 |
|
textureStage.cxx
|
general: Consistently name all bam factory functions make_from_bam
|
2024-03-18 02:38:41 +01:00 |
|
textureStage.h
|
general: Consistently name all bam factory functions make_from_bam
|
2024-03-18 02:38:41 +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
|
Merge branch 'release/1.10.x'
|
2022-12-19 16:42:29 +01:00 |
|
texture_ext.h
|
gobj: Implement `copy.deepcopy()` for Texture class
|
2022-12-19 16:22:33 +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: Mark many constructors as `explicit`
|
2023-08-02 08:18:43 +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
|
pstats: GPU timing improvements; use same frame numbering everywhere
|
2022-02-20 17:33:40 +01:00 |
|
vertexDataPage.h
|
general: replace remaining references to ConditionVarFull.
|
2019-02-11 16:23:16 +01: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
|
dtoolutil: Add small_vector implementation and use it
|
2023-02-22 16:48:11 +01: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 |