Commit Graph

374 Commits

Author SHA1 Message Date
Steven Robertson c57917abe6 Use a unified block and grid addressing scheme. 2012-04-06 21:24:25 -07:00
Steven Robertson eca8a8e1d3 Factor texrefs out of bilateral filter.
This also corrects the fact that denblurlib wouldn't compile without
bilaterllib.
2012-04-06 21:17:31 -07:00
Steven Robertson b1b09c4bde Fix filter width/offset in density blur.
Fun fact: static initializers of the wrong length are filled with zeros
or whatever. Thanks, C! (This fixes some of the anisotropy which you can
kinda see all over the place with the bugged filtering. Very subtle but
still important to fix.)
2012-04-06 21:08:44 -07:00
Steven Robertson 5d3b290c43 Fix typo 2012-03-18 17:29:34 -07:00
Steven Robertson 460387ef91 Use alternate behavior in presence of NaNs 2012-03-18 17:29:02 -07:00
Steven Robertson ea43e312e4 Avoid overflow in exponential var. 2012-03-18 14:58:25 -07:00
Steven Robertson 3ee4640001 Hack: add magnitude scaling to affine coeffecients 2012-03-16 20:51:50 -07:00
Steven Robertson f5356b571b Fix handling of optional values in XML import 2012-03-16 20:51:50 -07:00
Steven Robertson e726511c5a Fix print_interp_knots debugging helper 2012-03-16 20:51:50 -07:00
Steven Robertson 89581b1a5a Use shorter, more tolerant work queue 2012-03-16 20:51:50 -07:00
Steven Robertson 0384815c8b Add xfsearch helper. 2012-03-16 20:51:50 -07:00
Steven Robertson fcc0911b3b Fix improper 'copy' setting 2012-02-16 23:38:58 -05:00
Steven Robertson 92b1a27e8f Fix improper seed re-storage 2012-02-16 23:38:35 -05:00
Steven Robertson 66e02db155 Fix potential palette glitch on one-palette anims 2012-02-16 23:38:17 -05:00
Steven Robertson 271175fbdf worker: write NFRAMES, respect COMPLETE 2012-02-15 10:08:14 -05:00
Steven Robertson 5a91d9f96c Hang on to old modules to avoid syncing 2012-02-15 10:07:47 -05:00
Steven Robertson ed09cc6955 Fix new genome detection in worker. 2012-02-15 10:07:13 -05:00
Steven Robertson 88abefa4f4 Fix rb_incr() when blockDim.y == 1. 2012-02-15 10:06:35 -05:00
Steven Robertson 8210c8fc73 Allow hostname specification 2012-02-14 10:31:40 -08:00
Steven Robertson d7ca907488 Avoid spurious exceptions for now 2012-02-14 10:31:24 -08:00
Steven Robertson 55f7636fc0 Override filter defaults for video 2012-02-14 10:31:09 -08:00
Steven Robertson b6dfd2d980 Fix (same) logic error in RenderManager.render() 2012-02-14 10:30:34 -08:00
Steven Robertson 335e894c6c Fix incorrect buffer supplied in worker 2012-02-14 10:28:32 -08:00
Steven Robertson 60a45c9a20 Sweeping refactor. More bugs undoubtedly remain. 2012-02-14 07:40:58 -08:00
Steven Robertson 4cfd328f85 Add suffix option to main.py 2012-01-31 12:14:05 -05:00
Steven Robertson 1f2f61fd3a Fix SplEval.insert_knot; add .update 2012-01-31 12:13:45 -05:00
Steven Robertson c01d52ba24 Fix scaling spatial std on output width 2012-01-31 12:10:15 -05:00
Steven Robertson 6fba14e2f7 Okay, now I'm satisfied. 2012-01-29 18:49:19 -05:00
Steven Robertson 387dfd9f8c More experiments 2012-01-28 13:20:48 -05:00
Steven Robertson 7c37b2b688 Use box filtering 2012-01-28 13:20:20 -05:00
Steven Robertson 899b8082da Expose options on filter 2012-01-26 05:34:43 -05:00
Steven Robertson a4b482f61a Fix reversed angle factor. Ugh. 2012-01-25 12:25:56 -05:00
Steven Robertson b4132c7cd9 Absurdly complicated enhancements to filtering. 2012-01-22 23:57:03 -05:00
Steven Robertson c572f62d7d Use YUV during accumulation 2012-01-22 23:56:16 -05:00
Steven Robertson a524db2c1d Use higher jpeg quality by default 2012-01-22 23:52:44 -05:00
Steven Robertson c054c757bd Limit the maximum number of separate xf buffers 2012-01-22 23:52:09 -05:00
Steven Robertson 45b75d3fa5 Experimental bilateral filtering. 2012-01-21 00:06:15 -05:00
Steven Robertson 0aa0106f51 Use a profile pathname in worker.py 2012-01-21 00:03:45 -05:00
Steven Robertson a803216551 Move argset to code.util 2012-01-21 00:03:28 -05:00
Steven Robertson acbde65b9f Don't call set_format after set_address_2d 2012-01-20 11:22:27 -05:00
Steven Robertson 1398706886 Remove SS from DE, and improve performance. 2012-01-20 11:17:07 -05:00
Steven Robertson e1914a9c87 Clamp min to 0 in colorclip (for wavelet et al) 2012-01-20 09:23:46 -05:00
Steven Robertson ec1e84fee6 Compile before flushing the final frame 2012-01-18 11:36:44 -05:00
Steven Robertson 4cd43d564e More informative error message on worker dirty repo 2012-01-18 11:36:25 -05:00
Steven Robertson 8c3a698596 Don't crash if nvidia-smi returns an error 2012-01-18 11:36:12 -05:00
Steven Robertson 1ff0deb16b Fix 'waves' variation 2012-01-15 20:25:37 -05:00
Steven Robertson a97b53d4bd Allow use of 'prex' in precalc statements 2012-01-15 20:25:12 -05:00
Steven Robertson 5ab529bcde Print queue size while flushing 2012-01-15 12:58:38 -05:00
Steven Robertson 7e8cc4e40b Temporary hack: add 'latest/' link 2012-01-15 12:58:20 -05:00
Steven Robertson 933e5e50b3 Support arc, offset when importing XML loops 2012-01-15 12:49:26 -05:00