Commits on Source (6)
-
Pekka Paalanen authored
Plumb struct gl_renderer all the way through to gl_renderer_log_extensions(). In the future, the extension lists will be printed into a debug scope specifically, and it will get the debug scope from gr. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
ccb0d4f7 -
Pekka Paalanen authored
Print all EGL and OpenGL extension lists into a new log scope "gl-renderer" instead of the usual log. These lists cluttered the log while they were very rarely actually useful. Sometimes they might be interesting, so make them still available through the new log scope. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
09211578 -
Pekka Paalanen authored
This is a human readable replacement for printing out the list of all available GL extensions that doesn't happen anymore by default. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
b383f52d -
Pekka Paalanen authored
Found by inspection, looks like these cases could use an explicit error message. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
f3bf7a0d -
Pekka Paalanen authored
Feels like this might be nice to log. The failure case is not fatal, so say it's a warning only. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2f115047 -
Pekka Paalanen authored
Log EGL features similar to how GL ES features are logged: listing just the ones weston tests for. This replaces some log messages from gl-renderer.c that become redundant or belong with EGL better. has_native_fence_sync and has_wait_sync are not logged, because missing them already logs warnings. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
e884e7c7