> To represent all possibilities you'd need two flags, one for normalized > and one for unnormalized, such that OpenCL could set (NORMALIZED | > UNNORMALIZED).
A small correction: I think we would actually need three flags: - Normalized - Unnormalized with other wrap modes - Unnormalized with clamp, clamp-to-edge and clamp-to-border mode We could clump together the first two in practice, but if we are going to have more than one flag, I think it makes sense to have three. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev