Add new SmearClip filter, and make it the default.

Also removes haloclip's separate gamma; instead it will use colorclip's
gamma setting.

Also expanded side buffer to full size.
This commit is contained in:
Steven Robertson
2012-04-16 01:30:17 -07:00
parent 8a6c238cf8
commit 31234b986e
4 changed files with 92 additions and 17 deletions

View File

@ -113,7 +113,7 @@ class Framebuffers(object):
try:
self.d_front = cuda.mem_alloc(16 * nbins)
self.d_back = cuda.mem_alloc(16 * nbins)
self.d_side = cuda.mem_alloc(8 * nbins)
self.d_side = cuda.mem_alloc(16 * nbins)
self.nbins = nbins
except cuda.MemoryError, e:
# If a frame that's too large sneaks by the task distributor, we