Hi Christophe,

Looks like the vista drivers are doing much better on window/pbuffer
and fbo allocation.  There is clearly a bug on the NVidia linux
drivers w.r.t fbo's that we need to take up with NVidia.

The exception on the texture allocation is concerning, could you run
it in a debugger and found out what the stack trace is.

Robert.

On Wed, Nov 12, 2008 at 11:49 AM, christophe loustaunau
<[EMAIL PROTECTED]> wrote:
> Hi Robert,
>
> Things works better on windows now, here's my results :
>
> Machine: windows vista, Intel Core 2, 3GB, Gefore 640Mb 8800GTS
> driver 169.06
>
> 1) window test: get 492 windows opened before failure.
> 2) pbuffer test:  get 504 pbuffers opened before failure.
> 3) texture test: failed
> Exception caught, contexts completed = 0, gl objects successfully applied =
> 0
> 4) geometry test: all 10,000 geometries allocated and download to
> OpenGL in 6.7 seconds
> 5) geometry test: all 10,000 geometries allocated and download to
> OpenGL in 3.0 seconds
> 6) geometry test: all 10,000 geometries allocated and download to
> OpenGL in 2.0 seconds
> 7) fbo test: all 1000 fbo's created in 5.7 seconds.
> 8) fbo test: all 1000 fbo's created in 175 seconds.
> 9) fbo test: 617 fbo's created before failure.
>
> Regards.
>
> --
> Christophe Loustaunau.
>
> On Wed, Nov 12, 2008 at 11:40 AM, Robert Osfield <[EMAIL PROTECTED]>
> wrote:
>>
>> Hi J-S and all Windows developers,
>>
>> I have reviewed the revisions of osgconv to track down the changes
>> that were made to get around the same issue with lack of
>> Win32WindowSystem automatic registration and it looks like Windows/VS
>> won't link in a lib unless you use a symbol from it.  The workaround
>> in osgconv was to call osgViewerGetVersion() so I've added this to
>> osgmemorytest and checked it in.
>>
>> So... could windows users do an svn update and let us know what results
>> you get.
>>
>> Thanks,
>> Robert.
>> _______________________________________________
>> osg-users mailing list
>> osg-users@lists.openscenegraph.org
>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to