Changeset 72939


Ignore:
Timestamp:
Jun 29, 2018, 11:37:42 PM (6 years ago)
Author:
hcho
Message:

nviz: Use direct rendering; Indirect rendering disabled by default in modern Xorg (since 1.17?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/trunk/lib/nviz/render.c

    r56019 r72939  
    114114    }
    115115       
    116     rwin->contextId = glXCreateContext(rwin->displayId, v, NULL, GL_FALSE);
     116    rwin->contextId = glXCreateContext(rwin->displayId, v, NULL, GL_TRUE);
    117117
    118118    if (!rwin->contextId) {
Note: See TracChangeset for help on using the changeset viewer.