Revision: 73145
          http://sourceforge.net/p/brlcad/code/73145
Author:   brlcad
Date:     2019-05-23 06:34:06 +0000 (Thu, 23 May 2019)
Log Message:
-----------
power5 regression failures are confirmed, icv's dpix support is implemented 
without endianness consideration.  it traces back to Sue's original 
implementation of dpix-pix back in 1990.  need to write out dpix in big endian 
network form, read back to native, like is one for geometry.  note this isn't 
user visible as dpix was never documented (or completed).

Modified Paths:
--------------
    brlcad/trunk/BUGS

Modified: brlcad/trunk/BUGS
===================================================================
--- brlcad/trunk/BUGS   2019-05-23 04:32:40 UTC (rev 73144)
+++ brlcad/trunk/BUGS   2019-05-23 06:34:06 UTC (rev 73145)
@@ -15,6 +15,9 @@
 Recent Bugs
 -----------
 
+* icv dpix support is not cross-platform (it writes out native, reads
+  in assuming same encoding).  regression tests fail on big endian.
+
 * The overlay and occlusion examples in the rtedge manual page are not
   working.  rt -o file.pix followed by rtedge -o file.pix -c "set
   ov=1" should overlay the edges into file.pix but it presently seems

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to