Jump to content

Talk:DirectDraw Surface

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Anss123 (talk | contribs) at 21:10, 14 August 2010 (→‎Usefulness of the format left poorly explained: I think it's usefulness comes from being a standard way of storing such information). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

WikiProject iconMicrosoft Windows: Computing Stub‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Microsoft Windows, a collaborative effort to improve the coverage of Microsoft Windows on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Computing.

Just thought this file format should get a fair mention. Anyone with some good links please post them. This article is too barebones right now.--n00b 23:07, 31 January 2006 (UTC)[reply]

"Though it was originally designed strictly for DirectX, a hack was later developed to use it with OpenGL as well." This makes no sense. OpenGL delibearately doesn't deal with file formats, only rendering, letting the programmer deal with file IO however they choose to. Support for the DXT compression method used within dds files is provided via the ARB_texture_compression extension. (see: http://developer.nvidia.com/attach/6585 )

This is not a hack. I'd like to either see a credible source for the above statement (which I'm willing to bet won't happen), or it should be removed. 82.71.7.193 21:51, 10 December 2006 (UTC)[reply]

I think that this file format should be added to the "Multimedia Compression Formats" list, both because it is a standardized format and because it is widely used. Especially considering it is one of, if not the, biggest user of DXTn compression. Any thoughts on this? --n00b 01:51, 20 March 2007 (UTC)[reply]

Don't forget the GPU reference datatype DirectDrawSurface4. DirectDraw surface existed a long time before DirectX 7 but not as the file format. I searched for it in Wikipedia because I can't find how to release a DirectDrawSurface7 from the memory to avoid memory leaks in 2D games. Any links about that would improve this page a lot. —Preceding unsigned comment added by Dawoodoz (talkcontribs) 11:59, 2 May 2008 (UTC)[reply]

Usefulness of the format left poorly explained

Why is .dds good for storing cubic environment maps, particularly? Is it merely that the format can store several images as one file? And why does the fact that it's used for storing textures make it useful for storing S3TC compressed data? The "makes" part of that doesn't follow. Maybe the point is just that the format allows S3TC compression... in which case it's the other way round: The format allows this kind of compression, which (by design) makes it useful for storing textures. (I'd reword this, but I've never used .dds and I'm not confident I got my facts right.) Card Zero (talk) 18:58, 14 August 2010 (UTC)[reply]

I think it's usefulness comes from being a standard way of storing such information. That gives you an interoperability advantage and I believe that modern GPUs can consume .dds files natively, meaning you don't have to do any conversion before sending it to the graphic hardware. I suspect this is true for consoles as well.--Anss123 (talk) 21:10, 14 August 2010 (UTC)[reply]