On Tue, 2010-11-09 at 22:39 +0100, Frank Bergmann wrote: > 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?
Try again now.. it is possible that I didn't have the correct patches pushed at that point. I was just pushing something out just now for someone at Intel to test (looking at a driver bug), so we might have collided. PS. If you see crashes, I'm interested in the full backtrace. It might be that the driver doesn't appreciate that I still have some buffer mapped whilst I'm glClear'ing. (Although it should not care!). Regards, -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) Tel: +44 (0)1223 748328 - (Shared lab phone, ask for me) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

