Am 09.11.2010 01:16, schrieb Peter Clifton:
Tweakable options are:
Uncommenting
// buffer->use_vbo = false;
or
removing / commenting:
buffer->use_map = false;
from hid/common/hidgl.c's hidgl_init_triangle_array()
use_vbo = false; will give you arrays (always)
Removing use_map = false; will give you mapping with use_vbo, or arrays without.
Sorry, I can not find any appearance of "buffer->use_map" or even
"use_map" in your latest local_customisation_no_pours branch. Shall I
use an other branch? Or did I do something wrong?
Frank.
_______________________________________________
geda-user mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user