Project

General

Profile

« Previous | Next » 

Revision 3365725b

Added by Leszek Koltunski about 7 years ago

Separable Gaussian Blur with linear sampling done.

Linear sampling implemented - i.e. blurring by a (2N+1)x(2N+1) gaussian kernel (centeral pixel + N pixels in each direction) requires exactly 2N + (N%2==1 ? 4:2) texture fetches.

  • added
  • modified
  • copied
  • renamed
  • deleted