Takahito Tejima
d44724c5b7
Fix a bug of bad fvar splicing for loop surface.
2013-09-23 14:18:43 -07:00
Takahito Tejima
c018aa1fc6
fix the file permission on osd/ptexMipmapTextureLoader.cpp
2013-09-23 13:22:09 -07:00
Takahito Tejima
541a4c81ae
fix msvc warnings
2013-09-23 13:20:58 -07:00
Takahito Tejima
d2192f0d16
Fix face varying rendering on loop surface
2013-09-23 12:56:46 -07:00
Takahito Tejima
f38d0ac3af
New example : uvViewer, to see how face varying interpolation rule works
2013-09-23 12:53:41 -07:00
Takahito Tejima
52a0224d05
Add face varying macros for loop subdivision
2013-09-23 12:52:27 -07:00
Takahito Tejima
173dc4d33b
Add an error check on updating cuda buffer.
2013-09-23 09:06:22 -07:00
Takahito Tejima
f6b9d90697
Analytical displacement mapping,
...
from 'Analytic Displacement Mapping using Hardware Tessellation; Niessner and Loop [TOG 2013])
and ptexViewer code cleanup
2013-09-20 18:29:00 -07:00
Takahito Tejima
c2e0d06f56
Second derivatives computation, fix tangent/bitangent length
2013-09-20 18:23:28 -07:00
Takahito Tejima
d4579a8f85
Add a new ptex mipmap loader. very slow...
2013-09-20 18:22:09 -07:00
Takahito Tejima
c7d8368fff
Add a slider component and cleanup hud code.
2013-09-20 18:19:34 -07:00
manuelk
b60c9eec12
Correct vertex boundary interpolation rules doc
...
(hopefully i got it right at last...)
2013-09-20 10:49:50 -07:00
manuelk
fbea764170
Add a figure to the vertex boundary interpolation doc
2013-09-20 10:39:05 -07:00
David G Yu
945bd59c7e
Fixed glBatchViewer build for GLFW 2.x
2013-09-19 12:08:12 -07:00
manuelk
c12e3a0f38
Fix boundary interpolation rules doc
2013-09-18 14:17:33 -07:00
manuelk
b6d2a85e2c
Expand search paths for FindGLFW.cmake for Debian and other Linux architectures
...
PS: i have no access to a Debian release atm, so confirmation that this actually works
would be nice...
2013-09-17 10:26:25 -07:00
Kenneth Russell
81d3955280
Set GLFW_OPENGL_FORWARD_COMPAT on Mac OS to make samples work on that platform.
...
Fixed "Quit" menu option in glBatchViewer.
2013-09-17 10:18:32 -07:00
Manuel Kraemer
9af3edbbd3
Merge pull request #225 from hiroakit/dev
...
Corrected typo.
CLA received and on file - thank you very much !
PS: i have taken a pass over the week-end at re-organizing the directory structure of the documentation but it's not quite there yet... if you want to get started on translation, i would suggest forking the repo and the following directory: documentation/ja_JP where you can start putting translated copies of the rst files.
2013-09-17 10:01:58 -07:00
manuelk
39d61eb2e3
Adding the ability of specifying the directory for the HTML documentation
...
as a sub-directory of the general installation directory (this is how
the graphics.pixar.com site is built).
2013-09-16 18:56:40 -07:00
David Aguilar
55c0b0d70f
Install documentation into share/doc/opensubdiv/
...
Per the Filesystem Hierarchy Standard:
http://www.pathname.com/fhs/pub/fhs-2.3.html#SPECIFICOPTIONS15
2013-09-16 18:40:17 -07:00
manuelk
924d994fdd
Fix CMake executable macro
...
- Added a macro for non-cuda / non-glfw executables to add proper dependencies for ICC
- Switched various examples & regressions
2013-09-16 18:16:28 -07:00
Hiroaki ENDOH
39de687c7a
Corrected typo.
2013-09-17 10:02:01 +09:00
Ian Stephenson
ff86ee087c
Fix bhr baseline regression, so reference files are real OBJ's
2013-09-16 15:44:56 -07:00
Nathan Litke
cf34b6ead9
Fixed clKernelBundle.cpp to build on Android.
2013-09-16 13:37:25 -07:00
Manuel Kraemer
cf847df9e8
Adding external documentation links
...
Adding a page to link to videos, tutorials, blogs...
2013-09-14 08:34:27 -07:00
Manuel Kraemer
35a6a4afaf
Remove some cast warnings that are triggered in gcc 4.7 (seen in Fedora 18)
...
fixes #223
2013-09-13 23:00:23 -07:00
Manuel Kraemer
cf61fbc08a
Fix Doxygen comments
2013-09-13 09:28:20 -07:00
Manuel Kraemer
0172d47a59
Squash build warning
2013-09-13 09:18:13 -07:00
manuelk
a8a4b6d5cb
Fix incorrect bilinear limit tangents in FarStencilTablesFactory
...
Compensate for the CCW edge rotation when iterating the half-edge cycle
of the face.
fixes #220
2013-09-12 11:57:46 -07:00
manuelk
1ece5abb1d
Merge branch 'release/v2_2_0' into dev
2013-09-11 18:42:21 -07:00
manuelk
44df7603bd
Release 2.2.0
2013-09-11 18:41:41 -07:00
manuelk
563ac5b55f
Fix osd_regression build
...
osd_regression needs to link against all the appropriate OSD dependencies, including possibly CUDA, TBB, ICC...
2013-09-11 18:25:25 -07:00
manuelk
7d4999c46e
Adding support for subdivision stencils.
...
- Adding FarStencilTables and FarStencilTablesFactory classes
- Adding Osd EvalStencil context & controllers for CPU, OMP and TBB backends
- Adding the code example glStencilViewer
- Adding reST documentation
- Changing version to 2.2.0_dev
- Fix HbrMesh::Unrefine function
- Fix "CanEval" function in OsdVertexBufferDescriptor
Note 0: there is no stencil support for hierarchical edits
Note 1: there is no support for face-varying data stencils yet
Note 2: the current stencil factory is lazy but the caching system is not re-entrant
2013-09-11 16:05:14 -07:00
Takahito Tejima
a907450229
Adding null checks
2013-09-05 13:09:54 -07:00
manuelk
2f8ba5b7e7
Fix cpuEvalLimitController crash bug
...
Properly check that derivative data is bound before passing pointers to the kernels.
fixes #218
2013-09-05 10:48:46 -07:00
manuelk
bc2ec15476
Fixing search path suffixes for ICC libs
2013-09-04 18:59:46 -07:00
Takahito Tejima
0f6f0b8148
Fixed invalid initialization of glslTransformFeedback kernel.
2013-09-04 10:41:23 -07:00
manuelk
f8dc878a67
Merge branch 'release/v2_1_0' into dev
2013-09-03 15:52:19 -07:00
manuelk
0e05915c86
Release 2.1.0
2013-09-03 15:51:29 -07:00
manuelk
2211bf456c
Update release notes
2013-09-03 15:41:34 -07:00
manuelk
e05e46f070
Modify CMake to name and sym-link DSO's based on Linux ABI versioning spec.
...
Fixes #209
2013-09-03 15:38:24 -07:00
Takahito Tejima
3755603b36
Fix error handling in OsdUtilMeshBatch when failed to create vertex buffers.
2013-09-03 15:13:00 -07:00
manuelk
1e69dbe630
Update release notes
2013-09-03 10:22:12 -07:00
Takahito Tejima
c2d04c05c6
FarMultiMesh can splice uniform and adaptive meshes together.
2013-08-28 17:25:41 -07:00
Takahito Tejima
d41b4e9df0
Fixes facevarying rendering in glBatchViewer
2013-08-28 17:15:42 -07:00
Takahito Tejima
f1a1dbba3d
Removed unnecessary cudaThreadSynchronize calls.
2013-08-28 17:11:45 -07:00
Takahito Tejima
9c6d963d38
use osd/opengl.h
2013-08-28 17:11:45 -07:00
Takahito Tejima
b3948bb336
Fixes overlapped hud menu
2013-08-28 16:36:06 -07:00
Takahito Tejima
69b82a3832
Fix an uninitialized variable bug on multi mesh splicing.
2013-08-28 16:36:06 -07:00
manuelk
37b54f928a
doc fix : the correct git branch switching command is 'git checkout <branch>'
2013-08-28 12:02:38 -07:00