Nicolas Caramelli

Results 13 issues of Nicolas Caramelli

Commands starting with "fb" were commonly used for programs running on fbdev. To avoid any ambiguity, this change allows running "fbi / fbpdf" on the fbdev or kms/drm interfaces depending...

This change adds -w and -h options to specify width and height when running vkcube. Nicolas Caramelli

This can avoid a Segmentation fault when calling FREE, for example in vkDestroyDescriptorPool() if bufferDescriptorCPA has not been yet allocated. Nicolas Caramelli

This change calls createWindowSurface () and createSwapChain () earlier in the triangle test (which is the case in other tests). Nicolas Caramelli

fbpdf was used for my presentation on the Linux Framebuffer at FOSDEM 2020 (https://fosdem.org/2020/schedule/event/fbdev). I replaced the "int" type by "float" for the zoom variable in order to fill the...

This avoids a Segmentation fault when running ts_conf to show ts.conf modules and this change is required as a result of this commit https://github.com/libts/tslib/commit/7ee93a73103b76dca7b635bb2cb2018fbe98c175

I'm just wondering if we could remove the dependency on libm. Just a few changes to do this, but I could be wrong.

I could be wrong, but libv4l1 doesn't seem to be used.

In order to build using a generic eglplatform.h (from EGL-Registry), this change simply moves the EGL_DISPMANX_WINDOW_T definition into a separate header while remaining compatible with the legacy eglplatform.h This is...

I am using OpenGL ES 1.1 code with an OpenGL implementation (GL headers and libGL library). Everything is OK except the declaration of 4 prototypes which are missing for compatibility....