|
|
|
@ -1714,8 +1714,11 @@ void registerGlExtensions(CGlExtensions &ext)
|
|
|
|
|
if (!ext.DisableHardwareVertexArrayAGP)
|
|
|
|
|
{
|
|
|
|
|
ext.ARBVertexBufferObject = setupARBVertexBufferObject(glext);
|
|
|
|
|
if (ext.ARBVertexBufferObject)
|
|
|
|
|
{
|
|
|
|
|
ext.ARBMapBufferRange = setupARBMapBufferRange(glext);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// fix for radeon 7200 -> disable agp
|
|
|
|
|
if (ext.NbTextureStages == 3 && (ext.ATIVertexArrayObject || ext.ARBVertexBufferObject))
|
|
|
|
|