Re: GSoC 2012 - Implement a few missing functions in D3DX9

2012-03-21 Thread Józef Kucia
On Wed, Mar 21, 2012 at 1:04 AM, Matteo Bruni matteo.myst...@gmail.com wrote: Il 20 marzo 2012 19:12, Christian Costa titan.co...@gmail.com ha scritto: * Implement D3DXCreateCubeTextureFrom* and D3DXCreateVolumeTextureFrom* functions. That depends on the DDS file format support, I guess.

Re: GSoC 2012 - Implement a few missing functions in D3DX9

2012-03-21 Thread Christian Costa
Le 21/03/2012 20:17, Józef Kucia a écrit : On Wed, Mar 21, 2012 at 1:04 AM, Matteo Brunimatteo.myst...@gmail.com wrote: Il 20 marzo 2012 19:12, Christian Costatitan.co...@gmail.com ha scritto: * Implement D3DXCreateCubeTextureFrom* and D3DXCreateVolumeTextureFrom* functions. That depends on

GSoC 2012 - Implement a few missing functions in D3DX9

2012-03-20 Thread Józef Kucia
Hi there, I'm writing to discuss my project proposal for upcoming Google Summer of Code. I was recently playing with Wine, looking around in the code and searching through Wine bugzilla. As a result I found out that there is still a quite number of functions missing in Wine's D3DX implementation.

Re: GSoC 2012 - Implement a few missing functions in D3DX9

2012-03-20 Thread Christian Costa
Hi Józef, There are some work already done by Tony Wasserka which didn't get in git: http://repo.or.cz/w/wine/d3dx9TW.git DDS support has been added in this patch: http://repo.or.cz/w/wine/d3dx9TW.git/commitdiff/f7fd4619de1cd0ea3bdf9b2fd0195c098d3b9bd0. I have an updated version and planned to

Re: GSoC 2012 - Implement a few missing functions in D3DX9

2012-03-20 Thread Józef Kucia
On Tue, Mar 20, 2012 at 7:12 PM, Christian Costa titan.co...@gmail.com wrote: Hi Józef, There are some work already done by Tony Wasserka which didn't get in git: http://repo.or.cz/w/wine/d3dx9TW.git DDS support has been added in this patch:

Re: GSoC 2012 - Implement a few missing functions in D3DX9

2012-03-20 Thread Henri Verbeet
On 21 March 2012 00:14, Józef Kucia joseph.ku...@gmail.com wrote: Good to know. I have to delete DDS support from my list. Are there any other repositories with patches waiting for merging? I don't think that code is really waiting to be merged, or even going anywhere at all.

Re: GSoC 2012 - Implement a few missing functions in D3DX9

2012-03-20 Thread Christian Costa
Le 21/03/2012 00:14, Józef Kucia a écrit : On Tue, Mar 20, 2012 at 7:12 PM, Christian Costatitan.co...@gmail.com wrote: Hi Józef, There are some work already done by Tony Wasserka which didn't get in git: http://repo.or.cz/w/wine/d3dx9TW.git DDS support has been added in this patch:

Re: GSoC 2012 - Implement a few missing functions in D3DX9

2012-03-20 Thread Christian Costa
Le 21/03/2012 00:22, Henri Verbeet a écrit : On 21 March 2012 00:14, Józef Kuciajoseph.ku...@gmail.com wrote: Good to know. I have to delete DDS support from my list. Are there any other repositories with patches waiting for merging? I don't think that code is really waiting to be merged, or

Re: GSoC 2012 - Implement a few missing functions in D3DX9

2012-03-20 Thread Matteo Bruni
Il 20 marzo 2012 19:12, Christian Costa titan.co...@gmail.com ha scritto: Le 20/03/2012 18:43, Józef Kucia a écrit : Hi there, I'm writing to discuss my project proposal for upcoming Google Summer of Code. I was recently playing with Wine, looking around in the code and searching through