Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Could be worse (Score 3, Insightful) 307

The problem with this "explanation" is that the application's effort to use vertex buffers is significantly higher than the effort to use immediate mode.

A hardware implementation of IM (like the one in Silicon Graphics machines) would probably bring much higher energy efficiency than carefully packing up VBOs with software. Even when there's no hardware implementation, the packing up can be equally well performed by a driver, thus just shifting the energy consumption around, not increasing it.

Thus, immediate mode is actually at worst just as efficient as VBs for small vertex counts or dynamic objects, and at best allows hardware acceleration where there is none with VBs.

Graphics

Submission + - AMD demonstrates OpenCL at SIGGRAPH Asia (fireuser.com) 1

cloude-pottier writes: At SIGGRAPH Asia, AMD demonstrated their implementation of the OpenCL, an open-standards language developed by the Khronos Group targetting GPGPU and general parallel computing applications. The first demo was called PowderToy, a computational fluid dynamics simulation (a video can be seen on the linked page). The original PowderToy, which the demo is based directly on, can be downloaded as well.
Privacy

Submission + - SHA-1 cracking on a budget (hackaday.com)

cloude-pottier writes: One thing that is always amazing is what people manage to pull off on absolutely minimal resources. One enterprising individual went on eBay and found boards with more than half a dozen Virtex II Pro FPGAs, nurse them back to life and build a SHA-1 cracker with two of the boards. This is an excellent example of recycling, as these were originally a part of a Thompson Grass Valley HDTV broadcast system. As a part of the project, the creator wrote tools designed to graph the relationships between components using JTAG as to make reverse engineering the organization of the FPGAs on the board more apparent. More details can be seen on the actual project page. If an individual is able to pull this off for under 500 dollars, it almost makes one wonder what resources the government has available to them to do the same thing...

Slashdot Top Deals

Scientists will study your brain to learn more about your distant cousin, Man.

Working...