Nicolas Caramelli
Nicolas Caramelli
Perfect! Nicolas Caramelli Le dim. 14 juin 2020 à 13:29, Ali Gholami Rudi a écrit : > Nicolas Caramelli wrote: > > fbpdf was used for my presentation on the...
As you prefer, but this change is required for the triangle test to work on my system. Otherwise the triangle test can also be modified like proposed in https://github.com/Yours3lf/rpi-vk-driver/pull/30 Nicolas...
Yes exactly, this is what I see in vkDestroyDescriptorPool() if bufferDescriptorCPA.buf has not yet been initialized to zero with the ALLOCATE in vkCreateDescriptorPool(). In the triangle test, a descriptor pool...
I'm using both: the Mesa implementation is working well, but I find this legacy implementation interesting and I'm still playing with the samples based on Dispmanx or with softwares that...
Do you still have reservations about this change?
We generally avoid defining the EGL native window type directly in eglplatform.h I really consider the Raspberry Pi as a reference board and this is a change to be consistent...
Thanks for your feedback. I have successfully built and run the hello_pi examples, the GStreamer gstgl library based on Dispmanx EGL, and others like SDL2. But if you encounter any...
I do not consider the fixed-point support defined for the common lite profile. For compatibility in this case, if I'm not wrong, there are only these 4 functions for which...
Mesa is useful for testing this OpenGL ES 1.1 compatibility, but it goes beyond that. Looking at the links between the different OpenGL specifications, it seems to me that it...
Thanks @nwnk for these clarifications! OK, it's not a "limited compatibility" if registered. Adding everything defined by GL_NV_ES1_1_compatibility is much more important than I had initially imagined! I never played...