SDL accelerated visual support [patch]

Hi,

This patch adds support to SDL for accelerated visuals. This doesn’t
buy you hardware accelerated visuals if you don’t have hardware
acceleration, but allows choosing only visuals that avoid software
fallbacks and slow rendering.

The patch supports the X11, mac, mac os X and windows backends.

Stephane

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed…
Name: sdl_accelerated_visual.patch
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20041214/635aeecb/attachment.asc

Stephane Marchesin wrote:

Hi,

This patch adds support to SDL for accelerated visuals. This doesn’t
buy you hardware accelerated visuals if you don’t have hardware
acceleration, but allows choosing only visuals that avoid software
fallbacks and slow rendering.

The patch supports the X11, mac, mac os X and windows backends.

So, anyone tested this ?

Stephane