- 26 Apr, 2007 23 commits
-
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Emmanuel Maillard authored
-
Emmanuel Maillard authored
-
Jesse Allen authored
-
Stefan Dösinger authored
IDirect3DDevice9::ProcessVertices takes a vertex declaration, not a vertex buffer. The source for ProcessVertices is taken from the stateblock, not the vertex declaration.
-
Stefan Dösinger authored
Remove all IWineD3DDevice::SetFVF calls and instead create converted vertex declarations and use them. The idea is to remove the FVF paths from wined3d to simplify the code, and optimize the vertex declaration codepath.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Clinton Stimpson authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Jacek Caban authored
-
- 25 Apr, 2007 17 commits
-
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Emmanuel Maillard authored
-
Emmanuel Maillard authored
-
Emmanuel Maillard authored
-
Emmanuel Maillard authored
-
Emmanuel Maillard authored
-
Emmanuel Maillard authored
-
Emmanuel Maillard authored
-
Emmanuel Maillard authored
-
James Hawkins authored
-
Rob Shearman authored
atl: AtlModuleGetClassObject should store an intermediate pointer in obj->pCF and then query this for the requested interface. Return CLASS_E_CLASSNOTAVAILABLE instead of E_FAIL.
-
Rob Shearman authored
-
Rob Shearman authored
winebuild: Refer to strings used in generated stubs by symbol rather than by offset to avoid problems when the compiler aligns the strings by 2 or more bytes.
-
Paul Vriens authored
-