Re: [VirtualGL-Devel] [PATCH] Disable PBO use if glGenBuffers is NULL

2015-01-16 Thread DRC
Nathan, I ended up having to fix this in a more robust way, since the issue apparently doesn't just affect SPECviewperf 9+ -- it also affects a commercial application (FEMFAT visualizer) that one of my customers uses. Check out the code in trunk or the binaries from here: http://www.virtualgl.o

Re: [VirtualGL-Devel] [PATCH] Disable PBO use if glGenBuffers is NULL

2015-01-16 Thread Nathan Kidd
On 16/01/15 06:28 PM, DRC wrote: > I ended up having to fix this in a more robust way, since the issue > apparently doesn't just affect SPECviewperf 9+ -- it also affects a > commercial application (FEMFAT visualizer) that one of my customers uses. > > Check out the code in trunk or the binaries