Page 1 of 1
Graphics and My New MoBo, CPU and Graphics Card
Posted: Thu Oct 04, 2012 10:51 am
by chris319
A new motherboard, graphics card and an Intel Core i7 CPU are on their way to me. My question is, the new CPU has something called "Intel HD Graphics 4000" and the motherboard has something called "GPU Boost". My question is, how can I take advantage of these whiz-bangy graphics features within PureBasic, or do I have basically the same graphics environment as my 80486 had? BTW I am working on an image processing program which simply reads, processes and writes pixels -- nothing exotic.
Oh, and the graphics card is one of these here:
http://www.evga.com/Products/Product.as ... P3-1303-KR
I assume there is no support for CUDAs in PureBasic?

Re: Graphics and My New MoBo, CPU and Graphics Card
Posted: Thu Oct 04, 2012 11:57 am
by IdeasVacuum
Your nVidia Card is simply going to replace the built-in graphics of the motherboard. If you are writing an image processing app, there isn't anything you need to do in terms of direct calls to the graphics hardware from PB.
Re: Graphics and My New MoBo, CPU and Graphics Card
Posted: Thu Oct 04, 2012 2:53 pm
by Warmonger
The 8400GS is an extremely low end graphics card made for playing at most games like Battlefield 2. It has only 8 processing cores, if your looking to do anything CUDA related you better throw out some serious money because you're going to need a real card like a GTX 660 or bigger. And to answer your HD 4000 question, that is known as a iGPU a built in graphics core into the processor. Which effectively makes it a APU (accelerated processing unit). But you still wont be able to utilize it unless you play with OpenCL and software API's alike. Also for the record I believe the HD 4000 iGPU is much stronger then a 8400GS.
Re: Graphics and My New MoBo, CPU and Graphics Card
Posted: Thu Oct 04, 2012 5:34 pm
by chris319
It sounds like a lot of this graphics horsepower on the new hardware will go largely unused, which is not that bad because I can't do anything faster than the 16 (or 33) ms refresh rate.
Re: Graphics and My New MoBo, CPU and Graphics Card
Posted: Thu Oct 04, 2012 10:55 pm
by PMV

just deactivate vsync if it is not needed or what do you want to complain?

Re: Graphics and My New MoBo, CPU and Graphics Card
Posted: Fri Oct 05, 2012 12:01 am
by chris319
PMV wrote:
just deactivate vsync if it is not needed or what do you want to complain?

No, see, I have to be in sync with the video hardware.