"A government that robs Peter to pay Paul can always depend upon the support of Paul."
- George Bernard Shaw
More pages: 1 2
New high quality texture compression demo
Friday, June 2, 2006 | Permalink

I've uploaded a new demo that shows up a high quality texture compression method. Awesome artwork!!! ... no actually it's just a textured quad, but the point is to show the quality difference between different methods.

Name

Comment

Enter the code below



Galmok
Saturday, June 3, 2006

Looks very good. Should become the new compression standard :-)

Gong
Monday, June 5, 2006

I think this method can deal with HDR, too.

Humus
Wednesday, June 7, 2006

Probably. In my HDR demo I did L16 + DXT1 (20bpp). It would probably be possible to do L16 + 3Dc, which could produce better quality at full resolution (24bpp) or slightly better performance at half res chrominance (essentially 17bpp).

Gong
Thursday, June 8, 2006

I transform the RGB to {log2(Y), 0.114 * B / Y, 0.229 * R / Y}. logY is stored in L16, B & R are stored in XRGB8 or GR16. It gets 24bpp with good quality.

nuninho1980
Monday, June 12, 2006

I run but black. :S I have geforce 6800 ultra 256mb agp.

overlord
Tuesday, June 13, 2006

it's ATI only, for now that is.

uint32
Wednesday, June 14, 2006

Can you write an ATI 9600 compatible version?
It's possible?

Thanks.

Humus
Saturday, June 17, 2006

I've uploaded a version that allows it to run on all PS2.0 cards. It will use DXT1/DXT5 which looks worse than ATI1N/ATI2N but better than plain DXT1. On X1K cards you can use both DXT and 3Dc modes.

More pages: 1 2