Call glxext_init from glx_init

Make sure we query the extensions.

Also don't start glx string marker logger for new backends yet.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-02-21 23:25:31 +00:00
parent 23ee4c6cbe
commit 9cce1efe3f
2 changed files with 5 additions and 2 deletions

View File

@ -2662,7 +2662,7 @@ session_init(int argc, char **argv, Display *dpy, const char *config_file,
}
free(config_file_to_free);
if (bkend_use_glx(ps)) {
if (bkend_use_glx(ps) && !ps->o.experimental_backends) {
auto glx_logger = glx_string_marker_logger_new();
if (glx_logger) {
log_info("Enabling gl string marker");