Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 193 (100.0%) | 9474 (100.0%) | 49.0 |
kuzimmer | 16 (8.3%) | 2644 (27.9%) | 165.2 |
callahan | 73 (37.8%) | 1871 (19.7%) | 25.6 |
mdavis | 53 (27.5%) | 1598 (16.9%) | 30.1 |
dav | 7 (3.6%) | 1242 (13.1%) | 177.4 |
mjc | 18 (9.3%) | 1051 (11.1%) | 58.3 |
wmartin | 4 (2.1%) | 738 (7.8%) | 184.5 |
allen | 2 (1.0%) | 172 (1.8%) | 86.0 |
worthen | 10 (5.2%) | 70 (0.7%) | 7.0 |
dmw | 5 (2.6%) | 39 (0.4%) | 7.8 |
bigler | 2 (1.0%) | 34 (0.4%) | 17.0 |
dgroulx | 1 (0.5%) | 8 (0.1%) | 8.0 |
hartner | 1 (0.5%) | 6 (0.1%) | 6.0 |
yarden | 1 (0.5%) | 1 (0.0%) | 1.0 |
Rename ColorMap2 files to match the class type (Colormap2 to ColorMap2)
182 lines of code changed in 8 files:
completely revert commit 32690, as it broke all of Uintah
1 lines of code changed in 1 file:
removal of xerces, replaced with libxml2, turn on validaton for component loading, fix all invalid xml
0 lines of code changed in 1 file:
Cosmetic code cleanup of DrawInfoOpenGL. Make all class member variable names end with an underscore ('_') to follow coding convetion. Removed GL header includes from DrawInfoOpenGL.h -- which forced adding GL includes to Core/Volume .cc files.
20 lines of code changed in 6 files:
Add breaks to switch statement, crash bug
0 lines of code changed in 2 files:
replace int get_type_description argument with enum
63 lines of code changed in 3 files:
-Cut out DrawInfoOpenGL from Core/Geom/GeomOpenGL.cc into Core/Geom/GeomOpenGL.cc.
-Rename Core/Geom/GeomOpenGL.h to Core/Geom/DrawInfoOpenGL.h
-Fix #include statments for files that included Core/Geom/GeomOpenGL.h -- some files didn't need this include at all, just the sci_gl* includes.
-Add Plane::get(double[4]) method to return values how OpenGL wants them for clipping planes
-General cleanup and removed a few unused variables in DrawInfoOpenGL struct
-Moved ViewWindow:: symbols out of Dataflow/Modules/Render/OpenGL and into Dataflow/Modules/Render/ViewWindow.cc (where they belong)
-Hopefully this will provide some initial incentive to improve our GL state handling ablities
4 lines of code changed in 5 files:
Fix colormap1d widget in colormap2d software rasterization from going beyond colormap1d resolution
0 lines of code changed in 2 files:
Get Windows Port back where we left off.
Core/Basis changes are to get symbols exported properly.
Core/Volume and ShaderProgramARB changes are temporary ifdefs of things that won't compile (GL extensions) or won't work
Everything else is to put it back the way it was (TCLInterface::exec and eval, OpenGL.cc, and Timer.cc).
4 lines of code changed in 2 files:
Optimize gpu gradient computation to make it work on ATI cards
0 lines of code changed in 2 files:
Implement software 1d colormap rendering as a ColorMap2D widget
44 lines of code changed in 1 file:
Compute Gradient on GPU for faster volume rendering of large datasets. Offloads computation of gradient from CPU to GPU so we can use more texture space on actual data.
105 lines of code changed in 3 files:
Remove Core/Volume/Util.cc and move IsPowerOf2 and LargestPowerOf2 functions to Core/Math/MiscMath.h
4 lines of code changed in 5 files:
fix broken compile
16 lines of code changed in 1 file:
Mostly cosmetics: (indent, remove compiler warnings, etc)
General examples of changes are:
- replaced while(1) with for(;;)
(I like while(1), but this gets rid of the compiler warning...)
- Used sci_comp_warn_fixes.h for RETURN/BREAK after throws/asserts.
- Removed 'const' on return type as it is meaningless.
- removed unnecessary ';' after some functions.
- turned off SGI warning about casting
Core/Basis/Locate.cc
- Added NOT_FINISHED()
2 lines of code changed in 1 file:
initial commit of H_O_Basis branch merge
3 lines of code changed in 4 files:
Merge the 1.24.2 changes into the trunk
25 lines of code changed in 1 file:
Fix volume rendering on OSX
56 lines of code changed in 1 file:
Undo the removal of GL_ATI_fragment_shader. It appears to have broken volume rendering on Apple machines
26 lines of code changed in 3 files:
Comment out debug print
1 lines of code changed in 1 file:
(49 more)