| .. |
|
CMakeLists.txt
|
fdcbb6641d
CMake: build shader pipeline
|
1 year ago |
|
adaptiveLru.I
|
e2b4353800
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
7 years ago |
|
adaptiveLru.cxx
|
5e26aae1ff
cleanup: Fix assorted issues uncovered by clang-tidy
|
2 years ago |
|
adaptiveLru.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
animateVerticesRequest.I
|
cb8563acac
event: Update AsyncFuture to use new atomics implementation
|
3 years ago |
|
animateVerticesRequest.cxx
|
2e20a0f16e
Implement awaitable thread-safe future for async operations
|
8 years ago |
|
animateVerticesRequest.h
|
32e1ca2252
general: Fix several miscategorized EXPCL_PANDA_* macros
|
7 years ago |
|
bufferContext.I
|
669a655366
Fix ShaderBuffer cleanup assertion with state cache disabled
|
7 years ago |
|
bufferContext.cxx
|
8f4d0c8a66
gobj: Make BufferContextChain thread-safe
|
1 year ago |
|
bufferContext.h
|
26dd784153
gobj: Make BufferResidencyTracker::_residency a const field
|
1 year ago |
|
bufferContextChain.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
bufferContextChain.cxx
|
8f4d0c8a66
gobj: Make BufferContextChain thread-safe
|
1 year ago |
|
bufferContextChain.h
|
8f4d0c8a66
gobj: Make BufferContextChain thread-safe
|
1 year ago |
|
bufferResidencyTracker.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
bufferResidencyTracker.cxx
|
8f4d0c8a66
gobj: Make BufferContextChain thread-safe
|
1 year ago |
|
bufferResidencyTracker.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
config_gobj.cxx
|
e1b0d18af0
shaderpipeline: Add glsl-force-legacy-pipeline config option
|
1 year ago |
|
config_gobj.h
|
e1b0d18af0
shaderpipeline: Add glsl-force-legacy-pipeline config option
|
1 year ago |
|
geom.I
|
833c3d37f7
gobj: Compute nested vertices separate from internal bounds in Geom
|
3 years ago |
|
geom.cxx
|
5e26aae1ff
cleanup: Fix assorted issues uncovered by clang-tidy
|
2 years ago |
|
geom.h
|
833c3d37f7
gobj: Compute nested vertices separate from internal bounds in Geom
|
3 years ago |
|
geomCacheEntry.I
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
geomCacheEntry.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
geomCacheEntry.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
geomCacheManager.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
geomCacheManager.cxx
|
97d4e32a06
general: use nassert_raise instead of nassertv(false) et al
|
7 years ago |
|
geomCacheManager.h
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
geomContext.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
geomContext.cxx
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
geomContext.h
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
geomEnums.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
geomEnums.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
geomLines.cxx
|
c6ed4e1836
general: don't cast to regular pointer when returning a PointerTo
|
7 years ago |
|
geomLines.h
|
9638eb47eb
Add support for geometry with adjacency information
|
8 years ago |
|
geomLinesAdjacency.cxx
|
9638eb47eb
Add support for geometry with adjacency information
|
8 years ago |
|
geomLinesAdjacency.h
|
9d12a4c437
general: improvements to doxygen API reference:
|
7 years ago |
|
geomLinestrips.cxx
|
c6ed4e1836
general: don't cast to regular pointer when returning a PointerTo
|
7 years ago |
|
geomLinestrips.h
|
9638eb47eb
Add support for geometry with adjacency information
|
8 years ago |
|
geomLinestripsAdjacency.cxx
|
c6ed4e1836
general: don't cast to regular pointer when returning a PointerTo
|
7 years ago |
|
geomLinestripsAdjacency.h
|
9d12a4c437
general: improvements to doxygen API reference:
|
7 years ago |
|
geomMunger.I
|
e2b4353800
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
7 years ago |
|
geomMunger.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
geomMunger.h
|
10fe8659c6
gobj: work around a deadlock in GeomCacheManager::flush()
|
7 years ago |
|
geomPatches.cxx
|
7c9c4cd435
gobj: devirtualize calls to GeomPatches::get_num_vertices_per_primitive()
|
1 year ago |
|
geomPatches.h
|
7c9c4cd435
gobj: devirtualize calls to GeomPatches::get_num_vertices_per_primitive()
|
1 year ago |
|
geomPoints.cxx
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
geomPoints.h
|
dd2806c8bd
Mark constructors 'explicit' for which coercion makes no sense
|
8 years ago |
|
geomPrimitive.I
|
992cbb0840
pgraph: optimizations for analyze()
|
4 years ago |
|
geomPrimitive.cxx
|
72f98ec30d
gobj: Delete assignment operator of Geom* classes
|
3 years ago |
|
geomPrimitive.h
|
72f98ec30d
gobj: Delete assignment operator of Geom* classes
|
3 years ago |
|
geomTriangles.cxx
|
c6ed4e1836
general: don't cast to regular pointer when returning a PointerTo
|
7 years ago |
|
geomTriangles.h
|
9638eb47eb
Add support for geometry with adjacency information
|
8 years ago |
|
geomTrianglesAdjacency.cxx
|
c6ed4e1836
general: don't cast to regular pointer when returning a PointerTo
|
7 years ago |
|
geomTrianglesAdjacency.h
|
9d12a4c437
general: improvements to doxygen API reference:
|
7 years ago |
|
geomTrifans.cxx
|
97d4e32a06
general: use nassert_raise instead of nassertv(false) et al
|
7 years ago |
|
geomTrifans.h
|
dd2806c8bd
Mark constructors 'explicit' for which coercion makes no sense
|
8 years ago |
|
geomTristrips.cxx
|
902ada10b8
gobj: Slight optimization for GeomTristrips::append_unused_vertices()
|
5 years ago |
|
geomTristrips.h
|
9638eb47eb
Add support for geometry with adjacency information
|
8 years ago |
|
geomTristripsAdjacency.cxx
|
9638eb47eb
Add support for geometry with adjacency information
|
8 years ago |
|
geomTristripsAdjacency.h
|
9d12a4c437
general: improvements to doxygen API reference:
|
7 years ago |
|
geomVertexAnimationSpec.I
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
geomVertexAnimationSpec.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
geomVertexAnimationSpec.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
geomVertexArrayData.I
|
fbea0056f5
general: Allow compiling Panda headers on Windows without NOMINMAX
|
3 years ago |
|
geomVertexArrayData.cxx
|
93a75d8fe2
Merge branch 'release/1.10.x'
|
2 years ago |
|
geomVertexArrayData.h
|
275fe32079
create PY_EXTENSION and friends (#1415)
|
3 years ago |
|
geomVertexArrayData_ext.cxx
|
73360393df
Switch use of Py_INCREF to new Py_NewRef function
|
2 years ago |
|
geomVertexArrayData_ext.h
|
47388b0dbc
Separate out CPython calls from core libs; eliminate need for pystub
|
9 years ago |
|
geomVertexArrayFormat.I
|
614502d183
gobj: Add note to API doc about maximum stride value
|
3 years ago |
|
geomVertexArrayFormat.cxx
|
1c37522026
Merge branch 'release/1.10.x' into master
|
2 years ago |
|
geomVertexArrayFormat.h
|
ea84547805
general: Mark many constructors as `explicit`
|
2 years ago |
|
geomVertexColumn.I
|
a0be50c769
general: Fix assorted compiler warnings
|
3 years ago |
|
geomVertexColumn.cxx
|
92185bcb28
Merge branch 'release/1.10.x'
|
3 years ago |
|
geomVertexColumn.h
|
0ace26a938
gobj: Fix double-precision colors not being clamped in GeomVertexWriter
|
3 years ago |
|
geomVertexData.I
|
282f5c1cdb
Merge branch 'master' into shaderpipeline
|
3 years ago |
|
geomVertexData.cxx
|
72f98ec30d
gobj: Delete assignment operator of Geom* classes
|
3 years ago |
|
geomVertexData.h
|
72f98ec30d
gobj: Delete assignment operator of Geom* classes
|
3 years ago |
|
geomVertexFormat.I
|
43fb82fa66
gobj: Add config switch for Panda not to default to packed vertex colors
|
4 years ago |
|
geomVertexFormat.cxx
|
eefb51f510
dtoolutil: Add small_vector implementation and use it
|
2 years ago |
|
geomVertexFormat.h
|
eefb51f510
dtoolutil: Add small_vector implementation and use it
|
2 years ago |
|
geomVertexReader.I
|
79714392cb
gobj: Enable slightly more efficient GeomVertexReader/Writer ctor
|
5 years ago |
|
geomVertexReader.cxx
|
a019520dbc
gobj: don't define GeomVertexReader::empty_buffer in opt3 build
|
6 years ago |
|
geomVertexReader.h
|
ea84547805
general: Mark many constructors as `explicit`
|
2 years ago |
|
geomVertexRewriter.I
|
e2b4353800
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
7 years ago |
|
geomVertexRewriter.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
geomVertexRewriter.h
|
ea84547805
general: Mark many constructors as `explicit`
|
2 years ago |
|
geomVertexWriter.I
|
ecf4d19e83
Merge branch 'release/1.10.x'
|
3 years ago |
|
geomVertexWriter.cxx
|
886e1c2f16
general: fix many compilation warnings in GCC 8
|
7 years ago |
|
geomVertexWriter.h
|
ea84547805
general: Mark many constructors as `explicit`
|
2 years ago |
|
indexBufferContext.I
|
669a655366
Fix ShaderBuffer cleanup assertion with state cache disabled
|
7 years ago |
|
indexBufferContext.cxx
|
ccca3cca3a
gobj: fix crash printing out residency trackers
|
6 years ago |
|
indexBufferContext.h
|
669a655366
Fix ShaderBuffer cleanup assertion with state cache disabled
|
7 years ago |
|
internalName.I
|
92e2c24958
Experimental InstancedNode class for hardware instancing
|
5 years ago |
|
internalName.cxx
|
92e2c24958
Experimental InstancedNode class for hardware instancing
|
5 years ago |
|
internalName.h
|
275fe32079
create PY_EXTENSION and friends (#1415)
|
3 years ago |
|
internalName_ext.cxx
|
7560a1edd1
Merge branch 'release/1.10.x'
|
1 year ago |
|
internalName_ext.h
|
f192a0cdb6
gobj: more efficient pickling support for InternalName
|
5 years ago |
|
lens.I
|
72e593800f
gobj: don't recalculate proj mat on set_near/far with existing value
|
7 years ago |
|
lens.cxx
|
215ad6bfd9
Fix a few docstring typos
|
4 years ago |
|
lens.h
|
ae33d62978
general: Update EXPCL declarations to be MinGW-friendly (#792)
|
6 years ago |
|
material.I
|
6b9dea3e30
cleanup: Fix comparison between pointer and 0 (instead of nullptr)
|
3 years ago |
|
material.cxx
|
40b824bdcc
general: Consistently name all bam factory functions make_from_bam
|
1 year ago |
|
material.h
|
40b824bdcc
general: Consistently name all bam factory functions make_from_bam
|
1 year ago |
|
materialPool.I
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
materialPool.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
materialPool.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
matrixLens.I
|
c53f461f3f
gobj: Fix typo in MatrixLens API documentation
|
5 years ago |
|
matrixLens.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
matrixLens.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
occlusionQueryContext.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
occlusionQueryContext.cxx
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
occlusionQueryContext.h
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
orthographicLens.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
orthographicLens.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
orthographicLens.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
p3gobj_composite1.cxx
|
9638eb47eb
Add support for geometry with adjacency information
|
8 years ago |
|
p3gobj_composite2.cxx
|
fdcbb6641d
CMake: build shader pipeline
|
1 year ago |
|
p3gobj_ext_composite.cxx
|
c4af56620b
gobj: Support registering texture pool filters from Python code
|
5 years ago |
|
paramTexture.I
|
fbea0056f5
general: Allow compiling Panda headers on Windows without NOMINMAX
|
3 years ago |
|
paramTexture.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
paramTexture.h
|
ea84547805
general: Mark many constructors as `explicit`
|
2 years ago |
|
perspectiveLens.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
perspectiveLens.cxx
|
cf240d95c1
gobj: support infinite near distance in PerspectiveLens
|
7 years ago |
|
perspectiveLens.h
|
dd2806c8bd
Mark constructors 'explicit' for which coercion makes no sense
|
8 years ago |
|
preparedGraphicsObjects.I
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
preparedGraphicsObjects.cxx
|
2a47826101
glgsg: Big refactoring of texture uploading, add async upload support
|
1 year ago |
|
preparedGraphicsObjects.h
|
07f9f9d897
(multiview) texture preparation changes:
|
2 years ago |
|
pythonTexturePoolFilter.cxx
|
73360393df
Switch use of Py_INCREF to new Py_NewRef function
|
2 years ago |
|
pythonTexturePoolFilter.h
|
c4af56620b
gobj: Support registering texture pool filters from Python code
|
5 years ago |
|
queryContext.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
queryContext.cxx
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
queryContext.h
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
samplerContext.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
samplerContext.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
samplerContext.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
samplerState.I
|
a0be50c769
general: Fix assorted compiler warnings
|
3 years ago |
|
samplerState.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
samplerState.h
|
4fa90bd754
gobj: Fix TexturePool sharing texture objects when loaded with different properties
|
3 years ago |
|
savedContext.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
savedContext.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
savedContext.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
shader.I
|
9e0764c97d
shaderpipeline: API tweaks
|
1 year ago |
|
shader.cxx
|
2884e5fdb2
shader: Fix parameter duplication
|
1 year ago |
|
shader.h
|
d531d5d42c
Implement alpha test injection
|
1 year ago |
|
shaderBuffer.I
|
fdfa3fad5a
gobj: Don't pad ShaderBuffer to 16 byte-breaks runtime array length
|
1 year ago |
|
shaderBuffer.cxx
|
a2fa54f385
gobj: fix `_contexts != nullptr` assert when prepare fails
|
2 years ago |
|
shaderBuffer.h
|
9d12a4c437
general: improvements to doxygen API reference:
|
7 years ago |
|
shaderCompiler.cxx
|
fdcbb6641d
CMake: build shader pipeline
|
1 year ago |
|
shaderCompiler.h
|
9e0764c97d
shaderpipeline: API tweaks
|
1 year ago |
|
shaderCompilerRegistry.cxx
|
9e0764c97d
shaderpipeline: API tweaks
|
1 year ago |
|
shaderCompilerRegistry.h
|
9e0764c97d
shaderpipeline: API tweaks
|
1 year ago |
|
shaderContext.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
shaderContext.cxx
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
shaderContext.h
|
f64d91e409
Merge branch 'master' into shaderpipeline
|
3 months ago |
|
shaderEnums.cxx
|
bdebb21f3a
shaderpipeline: Fixes for enum conventions
|
1 year ago |
|
shaderEnums.h
|
d531d5d42c
Implement alpha test injection
|
1 year ago |
|
shaderInputBinding.I
|
eb0c0f57b0
shaderpipeline: Sort out proper rules for type size/alignment
|
1 year ago |
|
shaderInputBinding.cxx
|
3f6fb9f672
shaderpipeline: Add textureSize emulation in DX9, remove unused param
|
1 year ago |
|
shaderInputBinding.h
|
3f6fb9f672
shaderpipeline: Add textureSize emulation in DX9, remove unused param
|
1 year ago |
|
shaderModule.I
|
f5e5ff19af
shaderpipeline: More work: caps, refactoring, legacy, etc. etc.
|
3 years ago |
|
shaderModule.cxx
|
e75df1f699
shaderpipeline: Remove last bits of uniform location handling from front-end
|
1 year ago |
|
shaderModule.h
|
e75df1f699
shaderpipeline: Remove last bits of uniform location handling from front-end
|
1 year ago |
|
shaderType.I
|
03c0d0877c
shaderpipeline: Assorted bug fixes
|
1 year ago |
|
shaderType.cxx
|
ca37dfea11
shaderpipeline: Assign unique names to structs with SPIRV-Cross
|
1 year ago |
|
shaderType.h
|
e14539ed40
shaderpipeline: Fix assorted compiler warnings
|
2 months ago |
|
simpleAllocator.I
|
f2976b03ec
gobj: add alignment support and move semantics to SimpleAllocator
|
7 years ago |
|
simpleAllocator.cxx
|
f2976b03ec
gobj: add alignment support and move semantics to SimpleAllocator
|
7 years ago |
|
simpleAllocator.h
|
f2976b03ec
gobj: add alignment support and move semantics to SimpleAllocator
|
7 years ago |
|
simpleLru.I
|
e2b4353800
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
7 years ago |
|
simpleLru.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
simpleLru.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
sliderTable.I
|
e2b4353800
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
7 years ago |
|
sliderTable.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
sliderTable.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
texture.I
|
99b3888712
gobj: Fix Texture::clear_clear_color()
|
11 months ago |
|
texture.cxx
|
2a47826101
glgsg: Big refactoring of texture uploading, add async upload support
|
1 year ago |
|
texture.h
|
2a47826101
glgsg: Big refactoring of texture uploading, add async upload support
|
1 year ago |
|
textureCollection.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
textureCollection.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
textureCollection.h
|
275fe32079
create PY_EXTENSION and friends (#1415)
|
3 years ago |
|
textureCollection_ext.cxx
|
beff684af3
Further thread safety changes for Python 3.13 free threading
|
1 year ago |
|
textureCollection_ext.h
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
textureContext.I
|
07f9f9d897
(multiview) texture preparation changes:
|
2 years ago |
|
textureContext.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
textureContext.h
|
07f9f9d897
(multiview) texture preparation changes:
|
2 years ago |
|
texturePeeker.I
|
8372b8150a
gobj: Cube map sampling support in TexturePeeker
|
4 years ago |
|
texturePeeker.cxx
|
2d77093398
gobj: Fix TexturePeeker docstrings for filter_* being incorrect about wrapping
|
4 years ago |
|
texturePeeker.h
|
77c6bc199d
gobj: Remove unused member variable from TexturePeeker
|
4 years ago |
|
texturePool.I
|
4fa90bd754
gobj: Fix TexturePool sharing texture objects when loaded with different properties
|
3 years ago |
|
texturePool.cxx
|
84ed141b2a
Squash merge webgl-port branch into master
|
2 years ago |
|
texturePool.h
|
17242e9a0a
gobj: Fix compiler warnings in TexturePool
|
2 years ago |
|
texturePoolFilter.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
texturePoolFilter.cxx
|
c4af56620b
gobj: Support registering texture pool filters from Python code
|
5 years ago |
|
texturePoolFilter.h
|
c4af56620b
gobj: Support registering texture pool filters from Python code
|
5 years ago |
|
texturePool_ext.cxx
|
c4af56620b
gobj: Support registering texture pool filters from Python code
|
5 years ago |
|
texturePool_ext.h
|
c4af56620b
gobj: Support registering texture pool filters from Python code
|
5 years ago |
|
textureReloadRequest.I
|
cb8563acac
event: Update AsyncFuture to use new atomics implementation
|
3 years ago |
|
textureReloadRequest.cxx
|
c0a9123dde
gobj: Fix TextureReloadRequest not reloading in certain situations
|
4 years ago |
|
textureReloadRequest.h
|
fa0ea312ea
gobj: Move TextureReloadRequest to new Texture::async_ensure_ram_image()
|
4 years ago |
|
textureStage.I
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
textureStage.cxx
|
40b824bdcc
general: Consistently name all bam factory functions make_from_bam
|
1 year ago |
|
textureStage.h
|
40b824bdcc
general: Consistently name all bam factory functions make_from_bam
|
1 year ago |
|
textureStagePool.I
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
textureStagePool.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
textureStagePool.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
texture_ext.cxx
|
92185bcb28
Merge branch 'release/1.10.x'
|
3 years ago |
|
texture_ext.h
|
896346b99f
gobj: Implement `copy.deepcopy()` for Texture class
|
3 years ago |
|
transformBlend.I
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
transformBlend.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
transformBlend.h
|
ea84547805
general: Mark many constructors as `explicit`
|
2 years ago |
|
transformBlendTable.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
transformBlendTable.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
transformBlendTable.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
transformTable.I
|
e2b4353800
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
7 years ago |
|
transformTable.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
transformTable.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
userVertexSlider.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
userVertexSlider.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
userVertexSlider.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
userVertexTransform.I
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
userVertexTransform.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
userVertexTransform.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
vertexBufferContext.I
|
669a655366
Fix ShaderBuffer cleanup assertion with state cache disabled
|
7 years ago |
|
vertexBufferContext.cxx
|
ccca3cca3a
gobj: fix crash printing out residency trackers
|
6 years ago |
|
vertexBufferContext.h
|
669a655366
Fix ShaderBuffer cleanup assertion with state cache disabled
|
7 years ago |
|
vertexDataBlock.I
|
e2b4353800
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
7 years ago |
|
vertexDataBlock.cxx
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
vertexDataBlock.h
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
vertexDataBook.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
vertexDataBook.cxx
|
e2b4353800
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
7 years ago |
|
vertexDataBook.h
|
dd2806c8bd
Mark constructors 'explicit' for which coercion makes no sense
|
8 years ago |
|
vertexDataBuffer.I
|
e2b4353800
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
7 years ago |
|
vertexDataBuffer.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
vertexDataBuffer.h
|
8c914a2855
Work towards ABI stability wrt allocation. Let MemoryHook take advantage of dlmalloc's internal bookkeeping.
|
9 years ago |
|
vertexDataPage.I
|
e2b4353800
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
7 years ago |
|
vertexDataPage.cxx
|
0a3733ccb9
pstats: GPU timing improvements; use same frame numbering everywhere
|
3 years ago |
|
vertexDataPage.h
|
11b5f09819
general: replace remaining references to ConditionVarFull.
|
7 years ago |
|
vertexDataSaveFile.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
vertexDataSaveFile.cxx
|
ae33d62978
general: Update EXPCL declarations to be MinGW-friendly (#792)
|
6 years ago |
|
vertexDataSaveFile.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
vertexSlider.I
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
vertexSlider.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
vertexSlider.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
vertexTransform.I
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |
|
vertexTransform.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
vertexTransform.h
|
eefb51f510
dtoolutil: Add small_vector implementation and use it
|
2 years ago |
|
videoTexture.I
|
0fcfb8e372
New file headers, new comment style
|
10 years ago |
|
videoTexture.cxx
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
|
videoTexture.h
|
7790f8429d
general: Fully qualify header references into the std namespace
|
7 years ago |