occt: master aaf8d6a9

Author Committer Branch Timestamp Parent
kgv apn master 2019-09-16 20:06:38 master b0082262
Affected Issues  0030969: Coding Rules - refactor Quantity_Color.cxx color table definition
Changeset 0030969: Coding Rules - refactor Quantity_Color.cxx color table definition

The table of named colors has been compressed and moved out
from Quantity_Color.cxx into Quantity_ColorTable.pxx.

Quantity_NameOfColor - grayscale enumeration values have been re-ordered to fix discontinuity.
Duplicating colors has been merged within enumeration:
  CHARTREUSE=CHARTREUSE1, GOLD=GOLD1, GREEN=GREEN1, ORANGE=ORANGE1,
  ORANGERED=ORANGERED1, RED=RED1, TOMATO=TOMATO1, YELLOW=YELLOW1.
Added aliases to several other common colors:
  BLUE=BLUE1, CYAN=CYAN1, LIGHTCYAN=LIGHTCYAN1, MAGENTA=MAGENTA1.

Quantity_Color class definition has been cleaned to follow OCCT coding style.
Quantity_Color now stores NCollection_Vec3<float> as class field instead of separate components.
Removed unused class Quantity_ColorDefinitionError.

New methods Quantity_Color::Convert_LinearRGB_To_sRGB() and Quantity_Color::Convert_sRGB_To_LinearRGB()
converting RGB components from linear to non-linear sRGB colorspace and vice versa.
Image_PixMap::PixelColor() and Image_PixMap::SetPixelColor() methods have been extended
with an optional argument for performing linearization/delinearization of 8-bit sRGB pixel formats.

Draw Harness command AISColor has been corrected to take color name instead of enumeration index.
mod - samples/tcl/ANC101.tcl Diff File
mod - samples/tcl/cpu.tcl Diff File
mod - samples/tcl/dimensions.tcl Diff File
mod - samples/tcl/logo2019.tcl Diff File
mod - samples/tcl/markers.tcl Diff File
mod - samples/tcl/materials.tcl Diff File
mod - samples/tcl/MBBGehauseRohteil.tcl Diff File
mod - samples/tcl/pencil.tcl Diff File
mod - samples/tcl/Penrose.tcl Diff File
mod - samples/tcl/xde.tcl Diff File
mod - src/DPrsStd/DPrsStd_AISPresentationCommands.cxx Diff File
mod - src/Image/Image_PixMap.cxx Diff File
mod - src/Image/Image_PixMap.hxx Diff File
mod - src/QABugs/QABugs_11.cxx Diff File
mod - src/Quantity/FILES Diff File
mod - src/Quantity/Quantity_Color.cxx Diff File
mod - src/Quantity/Quantity_Color.hxx Diff File
rm - src/Quantity/Quantity_ColorDefinitionError.hxx Diff File
mod - src/Quantity/Quantity_ColorRGBA.hxx Diff File
add - src/Quantity/Quantity_ColorTable.pxx Diff File
mod - src/Quantity/Quantity_NameOfColor.hxx Diff File
mod - src/Quantity/Quantity_TypeOfColor.hxx Diff File
mod - tests/3rdparty/fonts/A2 Diff File
mod - tests/3rdparty/fonts/A3 Diff File
mod - tests/3rdparty/fonts/A4 Diff File
mod - tests/3rdparty/fonts/A5 Diff File
mod - tests/3rdparty/fonts/A6 Diff File
mod - tests/3rdparty/fonts/A7 Diff File
mod - tests/3rdparty/fonts/A8 Diff File
mod - tests/3rdparty/fonts/B1 Diff File
mod - tests/3rdparty/fonts/B2 Diff File
mod - tests/3rdparty/fonts/B4 Diff File
mod - tests/3rdparty/fonts/B5 Diff File
mod - tests/3rdparty/fonts/B7 Diff File
mod - tests/bugs/caf/bug1029 Diff File
rm - tests/bugs/caf/bug1030 Diff File
mod - tests/bugs/caf/bug26290_newattribute_1 Diff File
mod - tests/bugs/caf/bug26290_newattribute_2 Diff File
mod - tests/bugs/iges/bug25518 Diff File
mod - tests/bugs/modalg_5/bug24244 Diff File
mod - tests/bugs/step/bug30856 Diff File
mod - tests/bugs/vis/bug21747_1 Diff File
mod - tests/bugs/vis/bug21747_10 Diff File
mod - tests/bugs/vis/bug21747_11 Diff File
mod - tests/bugs/vis/bug21747_12 Diff File
mod - tests/bugs/vis/bug21747_13 Diff File
mod - tests/bugs/vis/bug21747_14 Diff File
mod - tests/bugs/vis/bug21747_15 Diff File
mod - tests/bugs/vis/bug21747_16 Diff File
mod - tests/bugs/vis/bug21747_17 Diff File
mod - tests/bugs/vis/bug21747_2 Diff File
mod - tests/bugs/vis/bug21747_3 Diff File
mod - tests/bugs/vis/bug21747_4 Diff File
mod - tests/bugs/vis/bug21747_5 Diff File
mod - tests/bugs/vis/bug21747_6 Diff File
mod - tests/bugs/vis/bug21747_7 Diff File
mod - tests/bugs/vis/bug21747_8 Diff File
mod - tests/bugs/vis/bug21747_9 Diff File
mod - tests/bugs/vis/bug22149 Diff File
mod - tests/bugs/vis/bug22796_1 Diff File
mod - tests/bugs/vis/bug22796_2 Diff File
mod - tests/bugs/vis/bug22879 Diff File
mod - tests/bugs/vis/bug22906 Diff File
mod - tests/bugs/vis/bug23363 Diff File
mod - tests/bugs/vis/bug23652 Diff File
mod - tests/bugs/vis/bug24391 Diff File
mod - tests/bugs/vis/bug24555 Diff File
mod - tests/bugs/vis/bug24564 Diff File
mod - tests/bugs/vis/bug24714 Diff File
mod - tests/bugs/vis/bug24717 Diff File
mod - tests/bugs/vis/bug24837_2 Diff File
mod - tests/bugs/vis/bug24867 Diff File
mod - tests/bugs/vis/bug24901 Diff File
mod - tests/bugs/vis/bug25121 Diff File
mod - tests/bugs/vis/bug25136 Diff File
mod - tests/bugs/vis/bug25369 Diff File
mod - tests/bugs/vis/bug25475 Diff File
mod - tests/bugs/vis/bug25732_1 Diff File
mod - tests/bugs/vis/bug25732_2 Diff File
mod - tests/bugs/vis/bug25775 Diff File
mod - tests/bugs/vis/bug26404 Diff File
mod - tests/bugs/vis/bug26599 Diff File
mod - tests/bugs/vis/bug26680 Diff File
mod - tests/bugs/vis/bug26719_1 Diff File
mod - tests/bugs/vis/bug26870 Diff File
mod - tests/bugs/vis/bug26959 Diff File
mod - tests/bugs/vis/bug27530 Diff File
mod - tests/bugs/vis/bug27573 Diff File
mod - tests/bugs/vis/bug27624 Diff File
mod - tests/bugs/vis/bug27739 Diff File
mod - tests/bugs/vis/bug27751_capping Diff File
mod - tests/bugs/vis/bug27796 Diff File
mod - tests/bugs/vis/bug27836 Diff File
mod - tests/bugs/vis/bug27958 Diff File
mod - tests/bugs/vis/bug28004 Diff File
mod - tests/bugs/vis/bug28036_1 Diff File
mod - tests/bugs/vis/bug28036_2 Diff File
mod - tests/bugs/vis/bug28061 Diff File
mod - tests/bugs/vis/bug28099_text_core Diff File
mod - tests/bugs/vis/bug28127 Diff File
mod - tests/bugs/vis/bug28361 Diff File
mod - tests/bugs/vis/bug30076 Diff File
mod - tests/bugs/vis/bug30630_1 Diff File
mod - tests/bugs/vis/bug30630_2 Diff File
mod - tests/bugs/vis/bug30630_3 Diff File
mod - tests/bugs/vis/bug5990 Diff File
mod - tests/bugs/vis/bug6897_1 Diff File
mod - tests/bugs/vis/bug74 Diff File
mod - tests/bugs/vis/bug85_1 Diff File
mod - tests/bugs/vis/bug85_2 Diff File
mod - tests/bugs/xde/bug26216 Diff File
mod - tests/bugs/xde/bug28641 Diff File
mod - tests/bugs/xde/bug29436_1 Diff File
mod - tests/caf/bugs/D2 Diff File
mod - tests/caf/parse.rules Diff File
mod - tests/caf/presentation/B2 Diff File
mod - tests/caf/presentation/B3 Diff File
mod - tests/caf/presentation/B4 Diff File
mod - tests/caf/presentation/C1 Diff File
mod - tests/caf/presentation/F2 Diff File
mod - tests/caf/presentation/F3 Diff File
mod - tests/caf/presentation/F4 Diff File
mod - tests/caf/presentation/G1 Diff File
mod - tests/caf/presentation/H1 Diff File
mod - tests/caf/presentation/H2 Diff File
mod - tests/caf/presentation/I1 Diff File
mod - tests/caf/presentation/I2 Diff File
mod - tests/caf/presentation/J1 Diff File
mod - tests/caf/presentation/J2 Diff File
mod - tests/caf/presentation/K1 Diff File
mod - tests/caf/presentation/K2 Diff File
mod - tests/de/iges_1/C7 Diff File
mod - tests/de/iges_1/E1 Diff File
mod - tests/de/iges_1/G2 Diff File
mod - tests/de/iges_1/H1 Diff File
mod - tests/de/iges_1/H5 Diff File
mod - tests/de/iges_1/H6 Diff File
mod - tests/de/iges_1/H7 Diff File
mod - tests/de/iges_1/H8 Diff File
mod - tests/de/iges_1/H9 Diff File
mod - tests/de/iges_1/I1 Diff File
mod - tests/de/iges_1/I2 Diff File
mod - tests/de/iges_1/I4 Diff File
mod - tests/de/iges_1/I6 Diff File
mod - tests/de/iges_1/I8 Diff File
mod - tests/de/iges_1/J5 Diff File
mod - tests/de/iges_1/J6 Diff File
mod - tests/de/iges_1/J7 Diff File
mod - tests/de/iges_1/J8 Diff File
mod - tests/de/iges_1/K1 Diff File
mod - tests/de/iges_1/K3 Diff File
mod - tests/de/iges_1/K4 Diff File
mod - tests/de/iges_1/K8 Diff File
mod - tests/de/iges_1/K9 Diff File
mod - tests/de/iges_1/L2 Diff File
mod - tests/de/iges_1/L8 Diff File
mod - tests/de/iges_1/L9 Diff File
mod - tests/de/iges_1/M1 Diff File
mod - tests/de/iges_1/M6 Diff File
mod - tests/de/iges_1/N1 Diff File
mod - tests/de/iges_1/N2 Diff File
mod - tests/de/iges_1/O1 Diff File
mod - tests/de/iges_1/O4 Diff File
mod - tests/de/iges_1/O6 Diff File
mod - tests/de/iges_1/O7 Diff File
mod - tests/de/iges_1/O8 Diff File
mod - tests/de/iges_1/O9 Diff File
mod - tests/de/iges_1/P1 Diff File
mod - tests/de/iges_1/P2 Diff File
mod - tests/de/iges_1/P5 Diff File
mod - tests/de/iges_1/P6 Diff File
mod - tests/de/iges_1/Q7 Diff File
mod - tests/de/iges_1/R3 Diff File
mod - tests/de/iges_1/R4 Diff File
mod - tests/de/iges_1/R5 Diff File
mod - tests/de/iges_1/R6 Diff File
mod - tests/de/iges_1/R7 Diff File
mod - tests/de/iges_1/R8 Diff File
mod - tests/de/iges_2/A3 Diff File
mod - tests/de/iges_2/A5 Diff File
mod - tests/de/iges_2/A6 Diff File
mod - tests/de/iges_2/A7 Diff File
mod - tests/de/iges_2/A8 Diff File
mod - tests/de/iges_2/A9 Diff File
mod - tests/de/iges_2/B1 Diff File
mod - tests/de/iges_2/B2 Diff File
mod - tests/de/iges_2/B8 Diff File
mod - tests/de/iges_2/B9 Diff File
mod - tests/de/iges_2/C1 Diff File
mod - tests/de/iges_2/C3 Diff File
mod - tests/de/iges_2/C4 Diff File
mod - tests/de/iges_2/C5 Diff File
mod - tests/de/iges_2/C6 Diff File
mod - tests/de/iges_2/C7 Diff File
mod - tests/de/iges_2/D1 Diff File
mod - tests/de/iges_2/D3 Diff File
mod - tests/de/iges_2/D4 Diff File
mod - tests/de/iges_2/D7 Diff File
mod - tests/de/iges_2/D8 Diff File
mod - tests/de/iges_2/D9 Diff File
mod - tests/de/iges_2/E3 Diff File
mod - tests/de/iges_2/E4 Diff File
mod - tests/de/iges_2/E6 Diff File
mod - tests/de/iges_2/E7 Diff File
mod - tests/de/iges_2/E8 Diff File
mod - tests/de/iges_2/F1 Diff File
mod - tests/de/iges_2/F2 Diff File
mod - tests/de/iges_2/F3 Diff File
mod - tests/de/iges_2/F4 Diff File
mod - tests/de/iges_2/F5 Diff File
mod - tests/de/iges_2/F6 Diff File
mod - tests/de/iges_2/F8 Diff File
mod - tests/de/iges_2/G2 Diff File
mod - tests/de/iges_2/G3 Diff File
mod - tests/de/iges_2/G4 Diff File
mod - tests/de/iges_2/G5 Diff File
mod - tests/de/iges_2/G7 Diff File
mod - tests/de/iges_2/G8 Diff File
mod - tests/de/iges_2/G9 Diff File
mod - tests/de/iges_2/H2 Diff File
mod - tests/de/iges_2/H3 Diff File
mod - tests/de/iges_2/H4 Diff File
mod - tests/de/iges_2/H5 Diff File
mod - tests/de/iges_2/H7 Diff File
mod - tests/de/iges_2/H8 Diff File
mod - tests/de/iges_2/H9 Diff File
mod - tests/de/iges_2/I1 Diff File
mod - tests/de/iges_2/I2 Diff File
mod - tests/de/iges_2/I4 Diff File
mod - tests/de/iges_2/I5 Diff File
mod - tests/de/iges_2/I6 Diff File
mod - tests/de/iges_2/I7 Diff File
mod - tests/de/iges_2/I8 Diff File
mod - tests/de/iges_2/I9 Diff File
mod - tests/de/iges_2/J1 Diff File
mod - tests/de/iges_3/A1 Diff File
mod - tests/de/iges_3/A2 Diff File
mod - tests/de/iges_3/A4 Diff File
mod - tests/de/iges_3/A7 Diff File
mod - tests/de/iges_3/A8 Diff File
mod - tests/de/step_1/A5 Diff File
mod - tests/de/step_1/A6 Diff File
mod - tests/de/step_1/A7 Diff File
mod - tests/de/step_1/A8 Diff File
mod - tests/de/step_1/B4 Diff File
mod - tests/de/step_1/B6 Diff File
mod - tests/de/step_1/B7 Diff File
mod - tests/de/step_1/B8 Diff File
mod - tests/de/step_1/C1 Diff File
mod - tests/de/step_1/F5 Diff File
mod - tests/de/step_1/F7 Diff File
mod - tests/de/step_1/G5 Diff File
mod - tests/de/step_1/G6 Diff File
mod - tests/de/step_1/G7 Diff File
mod - tests/de/step_1/M3 Diff File
mod - tests/de/step_1/M4 Diff File
mod - tests/de/step_1/M5 Diff File
mod - tests/de/step_1/M6 Diff File
mod - tests/de/step_1/N4 Diff File
mod - tests/de/step_1/N5 Diff File
mod - tests/de/step_1/N6 Diff File
mod - tests/de/step_1/N7 Diff File
mod - tests/de/step_1/N8 Diff File
mod - tests/de/step_1/N9 Diff File
mod - tests/de/step_1/Q4 Diff File
mod - tests/de/step_1/Q5 Diff File
mod - tests/de/step_1/R8 Diff File
mod - tests/de/step_1/S2 Diff File
mod - tests/de/step_1/S9 Diff File
mod - tests/de/step_1/T7 Diff File
mod - tests/de/step_1/T8 Diff File
mod - tests/de/step_1/T9 Diff File
mod - tests/de/step_1/U1 Diff File
mod - tests/de/step_1/U4 Diff File
mod - tests/de/step_1/U6 Diff File
mod - tests/de/step_1/U8 Diff File
mod - tests/de/step_1/U9 Diff File
mod - tests/de/step_1/V1 Diff File
mod - tests/de/step_1/V2 Diff File
mod - tests/de/step_1/V3 Diff File
mod - tests/de/step_1/V4 Diff File
mod - tests/de/step_1/V5 Diff File
mod - tests/de/step_1/V8 Diff File
mod - tests/de/step_1/W4 Diff File
mod - tests/de/step_1/W6 Diff File
mod - tests/de/step_1/X3 Diff File
mod - tests/de/step_1/X8 Diff File
mod - tests/de/step_1/X9 Diff File
mod - tests/de/step_1/Y2 Diff File
mod - tests/de/step_1/Z2 Diff File
mod - tests/de/step_1/Z3 Diff File
mod - tests/de/step_1/ZB7 Diff File
mod - tests/de/step_1/ZD8 Diff File
mod - tests/de/step_1/ZD9 Diff File
mod - tests/de/step_1/ZE3 Diff File
mod - tests/de/step_1/ZE5 Diff File
mod - tests/de/step_1/ZE6 Diff File
mod - tests/de/step_1/ZE8 Diff File
mod - tests/de/step_1/ZE9 Diff File
mod - tests/de/step_1/ZF3 Diff File
mod - tests/de/step_1/ZF4 Diff File
mod - tests/de/step_1/ZF5 Diff File
mod - tests/de/step_1/ZF8 Diff File
mod - tests/de/step_1/ZF9 Diff File
mod - tests/de/step_1/ZG3 Diff File
mod - tests/de/step_1/ZG7 Diff File
mod - tests/de/step_1/ZG8 Diff File
mod - tests/de/step_1/ZH2 Diff File
mod - tests/de/step_1/ZH5 Diff File
mod - tests/de/step_1/ZH6 Diff File
mod - tests/de/step_1/ZH8 Diff File
mod - tests/de/step_1/ZH9 Diff File
mod - tests/de/step_1/ZI1 Diff File
mod - tests/de/step_1/ZI4 Diff File
mod - tests/de/step_1/ZI5 Diff File
mod - tests/de/step_1/ZM6 Diff File
mod - tests/de/step_1/ZM7 Diff File
mod - tests/de/step_1/ZM8 Diff File
mod - tests/de/step_1/ZM9 Diff File
mod - tests/de/step_1/ZN2 Diff File
mod - tests/de/step_1/ZO1 Diff File
mod - tests/de/step_1/ZO6 Diff File
mod - tests/de/step_1/ZP5 Diff File
mod - tests/de/step_1/ZQ2 Diff File
mod - tests/de/step_1/ZQ4 Diff File
mod - tests/de/step_1/ZQ5 Diff File
mod - tests/de/step_1/ZQ6 Diff File
mod - tests/de/step_1/ZQ9 Diff File
mod - tests/de/step_1/ZR1 Diff File
mod - tests/de/step_1/ZR2 Diff File
mod - tests/de/step_1/ZR4 Diff File
mod - tests/de/step_1/ZR7 Diff File
mod - tests/de/step_1/ZR8 Diff File
mod - tests/de/step_1/ZR9 Diff File
mod - tests/de/step_1/ZT2 Diff File
mod - tests/de/step_1/ZT3 Diff File
mod - tests/de/step_1/ZT6 Diff File
mod - tests/de/step_1/ZT7 Diff File
mod - tests/de/step_1/ZT8 Diff File
mod - tests/de/step_1/ZT9 Diff File
mod - tests/de/step_1/ZU5 Diff File
mod - tests/de/step_1/ZU6 Diff File
mod - tests/de/step_1/ZU8 Diff File
mod - tests/de/step_1/ZU9 Diff File
mod - tests/de/step_1/ZV2 Diff File
mod - tests/de/step_1/ZV3 Diff File
mod - tests/de/step_1/ZV4 Diff File
mod - tests/de/step_1/ZV5 Diff File
mod - tests/de/step_1/ZV7 Diff File
mod - tests/de/step_1/ZV8 Diff File
mod - tests/de/step_1/ZV9 Diff File
mod - tests/de/step_1/ZW1 Diff File
mod - tests/de/step_1/ZW6 Diff File
mod - tests/de/step_1/ZY4 Diff File
mod - tests/de/step_2/A3 Diff File
mod - tests/de/step_2/A4 Diff File
mod - tests/de/step_2/A7 Diff File
mod - tests/de/step_2/C5 Diff File
mod - tests/de/step_2/C8 Diff File
mod - tests/de/step_2/D5 Diff File
mod - tests/de/step_2/E1 Diff File
mod - tests/de/step_2/E2 Diff File
mod - tests/de/step_2/E3 Diff File
mod - tests/de/step_2/E4 Diff File
mod - tests/de/step_2/F1 Diff File
mod - tests/de/step_2/F2 Diff File
mod - tests/de/step_2/F3 Diff File
mod - tests/de/step_2/H1 Diff File
mod - tests/de/step_2/H4 Diff File
mod - tests/de/step_2/H8 Diff File
mod - tests/de/step_2/J3 Diff File
mod - tests/de/step_2/J4 Diff File
mod - tests/de/step_2/J6 Diff File
mod - tests/de/step_2/J7 Diff File
mod - tests/de/step_2/K1 Diff File
mod - tests/de/step_2/K4 Diff File
mod - tests/de/step_2/K5 Diff File
mod - tests/de/step_2/K8 Diff File
mod - tests/de/step_2/L5 Diff File
mod - tests/de/step_2/L6 Diff File
mod - tests/de/step_2/M4 Diff File
mod - tests/de/step_2/S1 Diff File
mod - tests/de/step_2/S4 Diff File
mod - tests/de/step_2/T8 Diff File
mod - tests/de/step_2/U6 Diff File
mod - tests/de/step_2/U7 Diff File
mod - tests/de/step_2/X3 Diff File
mod - tests/de/step_2/X5 Diff File
mod - tests/de/step_3/B1 Diff File
mod - tests/de/step_3/B4 Diff File
mod - tests/de/step_3/C9 Diff File
mod - tests/de/step_3/E1 Diff File
mod - tests/de/step_3/E3 Diff File
mod - tests/de/step_3/E7 Diff File
mod - tests/de/step_3/E8 Diff File
mod - tests/de/step_3/F4 Diff File
mod - tests/de/step_4/A4 Diff File
mod - tests/de/step_4/A5 Diff File
mod - tests/de/step_4/C7 Diff File
mod - tests/de/step_4/D8 Diff File
mod - tests/de/step_4/E2 Diff File
mod - tests/de/step_4/E5 Diff File
mod - tests/de/step_4/F3 Diff File
mod - tests/de/step_4/G3 Diff File
mod - tests/de/step_4/G4 Diff File
mod - tests/de/step_4/H2 Diff File
mod - tests/de/step_4/H3 Diff File
mod - tests/de/step_4/H4 Diff File
mod - tests/de/step_4/H5 Diff File
mod - tests/de/step_4/H8 Diff File
mod - tests/de/step_5/A2 Diff File
mod - tests/de/step_5/A3 Diff File
mod - tests/de/step_5/A5 Diff File
mod - tests/de/step_5/B1 Diff File
mod - tests/de/step_5/B2 Diff File
mod - tests/de/step_5/B3 Diff File
mod - tests/de/step_5/B5 Diff File
mod - tests/de/step_5/B7 Diff File
mod - tests/demo/draw/bug23745 Diff File
mod - tests/tools/dfbrowser/A4 Diff File
mod - tests/v3d/edge/A10 Diff File
mod - tests/v3d/face/F3 Diff File
mod - tests/v3d/glsl/clipping1 Diff File
mod - tests/v3d/glsl/culldist Diff File
mod - tests/v3d/glsl/cullsize Diff File
mod - tests/v3d/glsl/interior1 Diff File
mod - tests/v3d/glsl/interior2 Diff File
mod - tests/v3d/glsl/msaa Diff File
mod - tests/v3d/glsl/outline1 Diff File
mod - tests/v3d/glsl/phong_pos2 Diff File
mod - tests/v3d/glsl/phong_pos3 Diff File
mod - tests/v3d/glsl/phong_pos4 Diff File
mod - tests/v3d/glsl/tiles Diff File
mod - tests/v3d/materials/bug24855 Diff File
mod - tests/v3d/raytrace/bug24130 Diff File
mod - tests/v3d/raytrace/bug24819 Diff File
mod - tests/v3d/raytrace/bug25201 Diff File
mod - tests/v3d/raytrace/bug26617 Diff File
mod - tests/v3d/raytrace/refraction Diff File
mod - tests/v3d/raytrace/textures Diff File
mod - tests/v3d/transparency/blend Diff File
mod - tests/v3d/viewcube/default Diff File
mod - tests/v3d/viewcube/style Diff File
mod - tests/xcaf/end Diff File