R300 supports FP16 and FP32 per channel render targets. I'm sure R420 does so, too.XxStratoMasterXx said:Can that good HDR be done with an 8 bit framebuffer?
You won't get fixed function blending functionality on them. The way around that is ping-pong rendering between two (or more) targets and performing the blend in a fragment program.
NV3x is much more handicapped in this respect than R300 (no mipmaps, no wrap).
NV4x is obviously better because it can blend FP targets and filter FP textures, but this is "just" a performance enhancement. You can still do it on R300.