Selaa lähdekoodia

Removed plans for aligned sub-images, because SIMD vectors can now be larger than 16 bytes.

David Piuva 2 vuotta sitten
vanhempi
sitoutus
f0d4ef87d0
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 4
      Source/DFPSR/api/imageAPI.h

+ 0 - 4
Source/DFPSR/api/imageAPI.h

@@ -233,10 +233,6 @@ namespace dsr {
 	uint8_t image_maxDifference(const ImageRgbaU8& imageA, const ImageRgbaU8& imageB);
 
 // Sub-images are viewports to another image's data
-// TODO: Aligned sub-images that only takes vertial sections using whole rows
-// TODO: Aligned sub-images that terminates with an error if the input rectangle isn't aligned
-//       Start must be 16-byte aligned, end must be same as the parent or also 16-byte aligned
-// TODO: Make an optional warning for not returning the desired dimensions when out of bound
 	// Get a sub-image sharing buffer and side-effects with the parent image
 	// Returns the overlapping region if out of bound
 	// Returns a null image if there are no overlapping pixels to return