Search found 5 matches

by jeffcai
Tue Jun 12, 2007 5:54 pm
Forum: PS2 Development
Topic: Is there some differences in function bsearch
Replies: 0
Views: 1497

Is there some differences in function bsearch

between PS2 and PSP
by jeffcai
Mon Jun 04, 2007 4:35 pm
Forum: PS2 Development
Topic: Can use sceRead to read data from DVD?
Replies: 0
Views: 1285

Can use sceRead to read data from DVD?

sceOpen,sceRead,sceLseek,sceClose can use data from HD, and these functions can be used in DVD device?
by jeffcai
Fri Jun 01, 2007 1:22 pm
Forum: PS2 Development
Topic: How to support stencil in PS2
Replies: 1
Views: 1713

How to support stencil in PS2

I am porting a game from PSP to PS2. But the game uses stencil.PSP supports stencil,but PS2 can't. Can I use stencil in PS2? And how?
by jeffcai
Thu May 24, 2007 10:02 pm
Forum: PS2 Development
Topic: How to use DXT1 texture in PS2?
Replies: 3
Views: 2767

thanks for your advice
by jeffcai
Thu May 24, 2007 7:58 pm
Forum: PS2 Development
Topic: How to use DXT1 texture in PS2?
Replies: 3
Views: 2767

How to use DXT1 texture in PS2?

I am porting a game from PSP to PS2. But in the game, there are some image files whose format is DXT1.PSP supports DXT1,but PS2 can't. Now I converted DXT1 to INDEX8 with tools, however INDEX8 will spend more memory than DXT1 in PS2. Can I decompress DXT1 by PS2? And how?