brett19 / rosebrowser

ROSEBrowser is a free and open-source implementation of the ROSE Online 3D MMORPG for web browsers written from scratch using the latest web standards (WebGL, HTML5, Javascript, Threads, ...).
Other
20 stars 17 forks source link

Add a fast path for commonly used DDS formats by ROSE #10

Open exjam opened 10 years ago

exjam commented 10 years ago

We have 32 bit BGRA and 24 bit BGR fast paths which are used by ROSE.

I have also seen textures use 16 bit BGR444, it may be worthwhile to add that as a 'fast path'.