Daniel Limberger

Results 32 comments of Daniel Limberger

Coveralls shall display the test coverage of probably non generated code as well as some regression tests... Travis should activate coverage reporting only in a single build path within the...

Coveralls is also setup. Only the shield needs to be added when integration is done: [![Coveralls](https://img.shields.io/coveralls/github/cginternals/glbinding/refine_test_ci.svg?style=flat)](https://coveralls.io/github/cginternals/glbinding) ``` [![Coveralls](https://img.shields.io/coveralls/github/cginternals/glbinding.svg?style=flat)](https://coveralls.io/github/cginternals/glbinding) ```

"indentation jumping" is probably referring to inconsistent indentation of several files such as [File.cpp](https://github.com/cginternals/globjects/blob/master/source/globjects/source/base/File.cpp)

https://cmake.org/cmake/help/v3.14/module/GoogleTest.html https://blog.kitware.com/dynamic-google-test-discovery-in-cmake-3-10/

I also disabled the gl driver (6-A2-G1) as well as 4kHDMI output and composite video (2-D4-V3) using `raspi-config` - perhaps this should be added to the readme.

@mjendruk, or anyone, could you please provide some early insights on this issue?

thanks for the report. what i found: converting images with a power-of-two width always works. but for textures with non-power-of-two width, `glGetTexImage` always returns `GL_RGBA` format, ignoring the provided `format`....

alternative approach: extend the texture to match the next power of two width and fill the additional vertical lines with some fill color. after reading it back in the desired...

in any case - if no "good" solution is available or until this is not fixed, a warning/error should be provided.