commit | 38178541b032edfd03086496b7c1c5c3ccfc01e7 | [log] [tgz] |
---|---|---|
author | Henri Verbeet <hverbeet@codeweavers.com> | Thu Mar 12 09:53:14 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Mar 12 13:09:55 2009 +0100 |
tree | b840be702471253732c4f5344995f750801962f6 | |
parent | 81075d2db39273186f8298c3a042dc2e13caaab9 [diff] |
wined3d: Store a pointer to the format description in the resource. The goal is to eventually use a pointer to the format description in most places where we currently use WINED3DFORMAT. IWineD3DSurfaceImpl for example has copies of several fields from the format description, but also needs to lookup the format description itself in several places.