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š
d0e18e1f5c
GL: drop std::pair from AbstractShaderProgram::validate() as well.
...
Given that I made a breaking change by returning Containers::String
instead of a std::string, I can take it further and replace also
std::pair with Containers::Pair -- it won't bring any more pain to the
users, they have to change their code anyway.
Co-authored-by: Hugo Amiard <hugo.amiard@wonderlandengine.com>
3 years ago
..
BenchmarkFiles
Shaders: benchmark all shader variants.
5 years ago
FlatTestFiles
Shaders: separate instanced colored and textured test cases.
5 years ago
MeshVisualizerTestFiles
Shaders: skinning support in FlatGL, MeshVisualizerGL and PhongGL.
3 years ago
PhongTestFiles
Shaders: ability to disable Phong specular contribution.
5 years ago
TestFiles
Shaders: skinning support in FlatGL, MeshVisualizerGL and PhongGL.
3 years ago
VectorTestFiles
Shaders: add UBO support to all shaders.
5 years ago
VertexColorTestFiles
Shaders: add UBO support to all shaders.
5 years ago
CMakeLists.txt
Shaders: skinning support in FlatGL, MeshVisualizerGL and PhongGL.
3 years ago
DistanceFieldVectorGLTest.cpp
GL: drop std::pair from AbstractShaderProgram::validate() as well.
3 years ago
DistanceFieldVectorGL_Test.cpp
Test: adapt to Tester::setTestCase*() taking Containers::StringView now.
4 years ago
DistanceFieldVectorTest.cpp
Don't rely on __GNUC__ being always 4 on Clang.
4 years ago
FlatGLTest.cpp
GL: drop std::pair from AbstractShaderProgram::validate() as well.
3 years ago
FlatGL_Test.cpp
Shaders: skinning support in FlatGL, MeshVisualizerGL and PhongGL.
3 years ago
FlatTest.cpp
Shaders: skinning support in FlatGL, MeshVisualizerGL and PhongGL.
3 years ago
GLShaderWrapperGLTest.cpp
Shaders: avoid including GL/Shader.h in headers.
4 years ago
GLShaderWrapperTest.cpp
Shaders: avoid including GL/Shader.h in headers.
4 years ago
GenericGL_Test.cpp
Shaders: add Weights and JointIds attribute types.
3 years ago
GenericTest.cpp
Don't rely on __GNUC__ being always 4 on Clang.
4 years ago
MeshVisualizerGLTest.cpp
GL: drop std::pair from AbstractShaderProgram::validate() as well.
3 years ago
MeshVisualizerGL_Test.cpp
Shaders: skinning support in FlatGL, MeshVisualizerGL and PhongGL.
3 years ago
MeshVisualizerTest.cpp
Shaders: skinning support in FlatGL, MeshVisualizerGL and PhongGL.
3 years ago
PhongGLTest.cpp
GL: drop std::pair from AbstractShaderProgram::validate() as well.
3 years ago
PhongGL_Test.cpp
Shaders: skinning support in FlatGL, MeshVisualizerGL and PhongGL.
3 years ago
PhongTest.cpp
Shaders: skinning support in FlatGL, MeshVisualizerGL and PhongGL.
3 years ago
ShadersGLBenchmark.cpp
Port away from deprecated Shaders functionality.
4 years ago
VectorGLTest.cpp
GL: drop std::pair from AbstractShaderProgram::validate() as well.
3 years ago
VectorGL_Test.cpp
Test: adapt to Tester::setTestCase*() taking Containers::StringView now.
4 years ago
VectorTest.cpp
Don't rely on __GNUC__ being always 4 on Clang.
4 years ago
VertexColorGLTest.cpp
GL: drop std::pair from AbstractShaderProgram::validate() as well.
3 years ago
VertexColorGL_Test.cpp
Test: adapt to Tester::setTestCase*() taking Containers::StringView now.
4 years ago
configure.h.cmake
Updated copyright year.
4 years ago