OpenSubdiv icon indicating copy to clipboard operation
OpenSubdiv copied to clipboard

An Open-Source subdivision surface library.

Results 59 OpenSubdiv issues
Sort by recently updated
recently updated
newest added

Trying to update from OpenSubDiv 3.5.0 to 3.6.0 it is now failing to build. ``` FAILED: opensubdiv/osd/CMakeFiles/osd_gpu_obj.dir/cpuGLVertexBuffer.cpp.o /home/ports/pobj/opensubdiv-3.6.0/bin/c++ -DGLFW_VERSION_3 -DOPENSUBDIV_HAS_GLSL_COMPUTE -DOPENSUBDIV_HAS_GLSL_TRANSFORM_FEEDBACK -DOPENSUBDIV_HAS_OPENGL -DOPENSUBDIV_VERSION_STRING=\"3.6.0\" -DOSD_USES_INTERNAL_GLAPILOADER -I/home/ports/pobj/opensubdiv-3.6.0/OpenSubdiv-3_6_0/opensubdiv -I/home/ports/pobj/opensubdiv-3.6.0/OpenSubdiv-3_6_0/glLoader -I/home/ports/pobj/opensubdiv-3.6.0/build-amd64/opensubdiv/osd -O2 -pipe -DNDEBUG...

Exact commands as per https://rys.rs/optimization Shouldn't break anything, file savings are all lossless with no effect on quality. I did also correct a PNG that had a .jpg extension and...

As mentioned in #1329 CI builds are currently failing on macOS because of changes to the config of the Microsoft hosted agent. We've fixed a similar issue in the OpenUSD...

- FindCUDA has been deprecated since CMake 3.10, and disabled by default since CMake 3.27. [^1] - Raise CMAKE_MINIMUM_REQUIRED to 3.23 for CMAKE_CUDA_ARCHITECTURES support. [^2] [^1]: https://cmake.org/cmake/help/latest/policy/CMP0146.html [^2]: https://cmake.org/cmake/help/latest/prop_tgt/CUDA_ARCHITECTURES.html

When compiling with Visual Studio (`msvc`) warnings are treated as errors which is making compilation fail pretty quickly since with `/W3` level there is quite a bunch of warnings (setting...

Hey I'd like to reopen this ticket as i still having this issue unfortunatly. I just tried to build the library and again hang at building dxPtexViewer. Are there any...

Given that OSDs example viewers are based on the work of [Nießner et al.](https://dl.acm.org/doi/abs/10.1145/2077341.2077347), who spend a whole chapter on watertight evaluation, I was suprised to see that the OSD...

`CMAKE_INSTALL_LIBDIR` and `CMAKE_INSTALL_INCLUDEDIR` are allowed to be absolute [as per CMake docs](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html), so they shouldn't be concatenated to absolute paths. Instead, use `CMAKE_INSTALL_FULL_LIBDIR` and `CMAKE_INSTALL_FULL_INCLUDEDIR`, which are known to be...

I added [`[[fallthrough]]`](https://en.cppreference.com/w/cpp/language/attributes/fallthrough) attributes to case statements when fallthrough behavior was intended. Fixes build warnings `-Wimplicit-fallthrough`. ``` opensubdiv/opensubdiv/bfr/hash.cpp:392:5: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough] 392 | case 14: |...

1. CMakeLists.txt consider OpenGL directly 2. tbb compatible to version of 2022 3. -fPIC