GPGPU
General-Purpose Computation Using Graphics Hardware

Introduction

GPGPU stands for General-Purpose computation on GPUs. With the increasing programmability of commodity graphics processing units (GPUs), these chips are capable of performing more than the specific graphics computations for which they were designed. They are now capable coprocessors, and their high speed makes them useful for a variety of applications. The goal of this page is to catalog the current and historical use of GPUs for general-purpose computation.

Contribute
Have some GPGPU News to Contribute? Submit it!

Contact Us


Subscribe to a syndicated RSS feed of GPGPU.
Subscribe to a syndicated RSS feed of GPGPU.

Powered by Blosxom.

Hosted by ibiblio.org

OpenGL FBO Class version 1.5

Aaron Lefohn announces the release of version 1.5 of his OpenGL FBO Class. This release includes the following changes:
  1. Updated enumerations in error checking to match current FBO specification. Fixes compilation errors with current drivers.
  2. Small API change to AttachTexture to better support attaching multiple textures with a single entry point.
  3. Added FBO Manager for managing a pool of FBOs based on width, height, and format. Manager is configurable to use user-defined management policies/keys.
(Available on sourceforge.)

Posted: 15 Nov 2006 [GPGPU /Tools] #


Categories