Talk About Network

Google





Graphics > OpenGL 3D API > Re: PBO vs FBO
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 9 Topic 4806 of 5061
Post > Topic >>

Re: PBO vs FBO

by "jbwest" <jbwest@[EMAIL PROTECTED] > Jun 23, 2008 at 12:06 PM

"vickoda" <moti.meir@[EMAIL PROTECTED]
> wrote in message 
news:7225fea5-a111-478b-b91b-5dd069a7ccfd@[EMAIL PROTECTED]
> Hi,
>
> I would like to get your view explaining the difference in using PBO
> vs FBO.
>
> I'm transferring many textures to the GPU (and voluemes as sets of
> textures) and i'm using FBO in order to render results of screen (i
> iterate on the textures). I then read back the results by glReadPixels
> for each result texture (from the FBO)
>
> I would like to know if by using PBO i can accelerate the data
> transfer to the card and enhance performance ?
>
> Thanks
> M.

Generally speaking, no. PBO's only give you the chance for asynchronous
I/O, 
so if there's overlapping of the generation of data on the cpu side and 
downloading to textures, there can maybe be some realtime performance 
improvement.

make really sure that you have the correct formats for the textures. Use
the 
smallest data type possible, and avoid conversions, making sure to use the

correct byte-swapped format for your cpu. Benchmark pure
download/readbacks 
and verify that you are getting the expected throughput (several hundreds 
megs/sec to low gigabytes/sec).

-jbw
 




 9 Posts in Topic:
PBO vs FBO
vickoda <moti.meir@[EM  2008-06-23 02:04:31 
Re: PBO vs FBO
fungus <openglMYSOCKS@  2008-06-23 03:34:55 
Re: PBO vs FBO
Arne Schmitz <arne.sch  2008-06-26 14:48:21 
Re: PBO vs FBO
vickoda <moti.meir@[EM  2008-06-23 04:14:39 
Re: PBO vs FBO
"jbwest" <jb  2008-06-23 12:06:07 
Re: PBO vs FBO
Turbo <nospam@[EMAIL P  2008-06-24 14:30:33 
Re: PBO vs FBO
fungus <openglMYSOCKS@  2008-06-24 06:24:24 
Re: PBO vs FBO
fungus <openglMYSOCKS@  2008-06-26 07:10:59 
Re: PBO vs FBO
Arne Schmitz <arne.sch  2008-06-27 17:24:59 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Fri Jan 9 13:01:07 PST 2009.