You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
a67effb57a
Trade: allow array attributes to have implementation-specific formats.
...
I'm not sure why this restriction was there as nothing was preventing
them from being used. The attribute is only accessible through the
typeless attribute(), which gives back
`Containers::StridedArrayView2D<const char>` with second dimension size
being set to the full stride. And there it doesn't matter if the format
is an array or not.
This will be useful for joint IDs and weights, for example doing crazy
things like packing the IDs into an array of 8 4-bit numbers, saving
half the memory compared to the smallest builtin representation using
UnsignedByte[8].
4 years ago
..
ImageConverterImplementationTestFiles
{scene,image}converter: split implementation and executable tests.
4 years ago
ImageConverterTestFiles
{scene,image}converter: add --info options for plugins.
4 years ago
AbstractImageConverterTest.cpp
Audio,ShaderTools,Text,Trade: packed debug printing for all Feature enums.
4 years ago
AbstractImporterTest.cpp
Audio,ShaderTools,Text,Trade: packed debug printing for all Feature enums.
4 years ago
AbstractSceneConverterTest.cpp
Trade: add verbose output for SceneConverter::addImporterContents().
4 years ago
AnimationDataTest.cpp
Test: make use of CORRADE_SKIP_IF_NO_ASSERT().
4 years ago
CMakeLists.txt
{scene,image}converter: add --info options for plugins.
4 years ago
CameraDataTest.cpp
Test: make use of CORRADE_SKIP_IF_NO_ASSERT().
4 years ago
DataTest.cpp
Packed debug output for enums used by Trade.
4 years ago
FlatMaterialDataTest.cpp
Test: make use of CORRADE_SKIP_IF_NO_ASSERT().
4 years ago
ImageConverterImplementationTest.cpp
{image,scene}converter: print IDs of data that failed to import in --info.
4 years ago
ImageConverterTest.cpp
{image,scene}converter: use StringIterable to simplify tests.
4 years ago
ImageDataTest.cpp
Use the new, shorter Containers::Size / Stride typedefs.
4 years ago
LightDataTest.cpp
Test: make use of CORRADE_SKIP_IF_NO_ASSERT().
4 years ago
MaterialDataTest.cpp
Trade: add MaterialData::attributeDataOffset().
4 years ago
MeshData2DTest.cpp
Updated copyright year.
4 years ago
MeshData3DTest.cpp
Updated copyright year.
4 years ago
MeshDataTest.cpp
Trade: allow array attributes to have implementation-specific formats.
4 years ago
ObjectData2DTest.cpp
Test: make use of CORRADE_SKIP_IF_NO_ASSERT().
4 years ago
ObjectData3DTest.cpp
Test: make use of CORRADE_SKIP_IF_NO_ASSERT().
4 years ago
PbrClearCoatMaterialDataTest.cpp
Test: make use of CORRADE_SKIP_IF_NO_ASSERT().
4 years ago
PbrMetallicRoughnessMaterialDataTest.cpp
Test: make use of CORRADE_SKIP_IF_NO_ASSERT().
4 years ago
PbrSpecularGlossinessMaterialDataTest.cpp
Test: make use of CORRADE_SKIP_IF_NO_ASSERT().
4 years ago
PhongMaterialDataTest.cpp
Test: make use of CORRADE_SKIP_IF_NO_ASSERT().
4 years ago
SceneDataTest.cpp
Trade: add SceneData::fieldSizeBound().
4 years ago
SkinDataTest.cpp
Test: make use of CORRADE_SKIP_IF_NO_ASSERT().
4 years ago
TextureDataTest.cpp
Test: consistently use a struct for Tester subclasses.
4 years ago
configure.h.cmake
{scene,image}converter: add --info options for plugins.
4 years ago
file.bin
Making includes absolute, part 1: moving files around.
13 years ago