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š
506841f4a9
Shaders: initial implementation of a line shader.
...
The shader requires the input data to be laid out in a rather specific
way, and there will be a dedicated MeshTools utility for it in the
following commits. For independence though, the shader tests use a
custom helper.
The initial implementation has certain corner cases which will be
eventually resolved. For now they are pinned down with repro cases in
the test. But apart from that, it's pretty much usable in practice.
Remaining join styles (round and miter-clip) as well as stipple support
will eventually follow as well.
3 years ago
..
Animation
Animation: properly initialize all Track members.
3 years ago
Audio
Link all magnum-* utilities to Corrade::Main.
3 years ago
DebugTools
DebugTools: fix TextureImage.cpp on a non-deprecated build.
3 years ago
GL
GL: implement {ARB,EXT}_clip_control.
3 years ago
Implementation
Use the new, shorter Containers::Size / Stride typedefs.
4 years ago
MaterialTools
MaterialTools: use filter() and merge() in phongToPbrMetallicRoughness().
3 years ago
Math
Math: doc++
3 years ago
MeshTools
MeshTools: have a separate assert message for input and output.
3 years ago
Platform
Platform: improve WindowlessEglApp error with a not found CUDA device.
3 years ago
Primitives
Trade,Primitives: use a correct type-erased view for MeshAttributeData.
3 years ago
SceneGraph
CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET.
4 years ago
SceneTools
sceneconverter: adapt the test to (upcoming) UfbxImporter changes.
3 years ago
ShaderTools
Link all magnum-* utilities to Corrade::Main.
3 years ago
Shaders
Shaders: initial implementation of a line shader.
3 years ago
Test
Test: don't compare char ArrayViews to nullptr.
3 years ago
Text
Link all magnum-* utilities to Corrade::Main.
3 years ago
TextureTools
DebugTools,Shaders,TextureTools: null-terminate shader resources.
3 years ago
Trade
Trade: alright, fine, I won't push straight to master ever again!
3 years ago
Vk
Vk: try a significantly larger count in DescriptorPool allocation test.
3 years ago
AbstractResourceLoader.h
Updated copyright year.
4 years ago
Array.h
Updated copyright year.
4 years ago
British.h
Updated copyright year.
4 years ago
CMakeLists.txt
CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET.
4 years ago
DimensionTraits.h
Updated copyright year.
4 years ago
FileCallback.cpp
Updated copyright year.
4 years ago
FileCallback.h
Updated copyright year.
4 years ago
Image.cpp
Introduce ImageFlags to annotate cube map and array images.
4 years ago
Image.h
Doc++
4 years ago
ImageFlags.cpp
Suppress a silly MSVC warning for an empty switch.
3 years ago
ImageFlags.h
Introduce ImageFlags to annotate cube map and array images.
4 years ago
ImageView.cpp
Introduce ImageFlags to annotate cube map and array images.
4 years ago
ImageView.h
Doc++
4 years ago
Magnum.h
Clarify MAGNUM_BUILD_DEPRECATED docs.
3 years ago
Mesh.cpp
Use Corrade String[View] in some ConfigurationValue specializations.
4 years ago
Mesh.h
Doc: don't link to long-deprecated APIs.
4 years ago
PixelFormat.cpp
Use Corrade String[View] in some ConfigurationValue specializations.
4 years ago
PixelFormat.h
Don't export an inline function.
4 years ago
PixelStorage.cpp
Updated copyright year.
4 years ago
PixelStorage.h
Rename pixelSize() and other helpers to pixelFormatSize() etc.
4 years ago
Resource.cpp
Updated copyright year.
4 years ago
Resource.h
Updated copyright year.
4 years ago
ResourceManager.h
Updated copyright year.
4 years ago
Sampler.cpp
Packed debug output for enums used by Trade.
4 years ago
Sampler.h
Updated copyright year.
4 years ago
Tags.h
Cleanup and improve comments for various tag definitions.
4 years ago
Timeline.cpp
doc: updated changelog & credits.
4 years ago
Timeline.h
doc: updated changelog & credits.
4 years ago
Types.h
Updated copyright year.
4 years ago
VertexFormat.cpp
Use Corrade String[View] in some ConfigurationValue specializations.
4 years ago
VertexFormat.h
Use Corrade String[View] in some ConfigurationValue specializations.
4 years ago
configure.h.cmake
Replace MAGNUM_TARGET_{HEADLESS,DESKTOP_GLES} with MAGNUM_TARGET_EGL.
4 years ago
version.h.cmake
Updated copyright year.
4 years ago
visibility.h
Updated copyright year.
4 years ago