Orange: more exr & imbuf cleanup

- Reading exr images now goes OK. I've unified the code for reading
  'half' and 'float' (was nicely possible!). And removed useless copying
  of data around.

- Fixed bug in allocating new rects, like for making mipmaps. flag issues.

- filter code accidentally incremented wrong pointer (crash on mipmap too)
This commit is contained in:
2006-01-09 19:17:37 +00:00
parent bdef14bf81
commit e62fed936e
6 changed files with 113 additions and 122 deletions

View File

@@ -43,9 +43,6 @@
#include "BKE_bad_level_calls.h"
#include "BKE_global.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
/* RPW 11-21-2002 */
#include "DNA_scene_types.h"
/* RPW - End */