[root]/Packages/Kurt/Dataflow/Modules/Visualization
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 60 (100.0%) | 2854 (100.0%) | 47.5 |
kuzimmer | 37 (61.7%) | 2780 (97.4%) | 75.1 |
mjc | 7 (11.7%) | 53 (1.9%) | 7.5 |
dav | 16 (26.7%) | 21 (0.7%) | 1.3 |
quiet some compiler warnings
0 lines of code changed in 2 files:
remove a dependency
0 lines of code changed in 2 files:
add more integration control to shader
0 lines of code changed in 2 files:
Changed the texture format to 16 bit, now interpolation is being done on GPU. In future, we need to check the video card to determine the correct format.
126 lines of code changed in 6 files:
ARB_pixel_buffer_objects working with EXT_frame_buffer_objects, thanks Guo-Shi
139 lines of code changed in 5 files:
trying to add pixel_buffer_object support for faster rendering, not working yet.
59 lines of code changed in 3 files:
add the particle and advection shaders to this directory for now
126 lines of code changed in 4 files:
add slider to change the number of particles, modify step size range
31 lines of code changed in 3 files:
more features
279 lines of code changed in 3 files:
more updates and files
1195 lines of code changed in 3 files:
moving particle shader into Kurt package, as it seems easier to work with than the branch and I can keep it working with the rest of the trunk.
825 lines of code changed in 4 files:
Two things coming on it commit:
1) Dataflow/Ports was moved into Dataflow/Network/Ports
- Fixed the sub.mk files to not use libDataflow_Ports as it is now part of
libDataflow_Network. Cleaned many of the sub.mk files up so that
libraries were only listed once.
- I've only tested these changes on the main Packages... I visually
inspected the others, don't know for sure if I got everything.
2) Clean up of Uintah problems from the large commit Marty made earlier
- continue to use getID() for patches.
- another commit is coming shortly to continue the fixes for Uintah
21 lines of code changed in 16 files:
add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class
53 lines of code changed in 7 files: