Fwd: [GSoC Mentors] [Announce] GSoC 2012 Mentors/Org Admins: "Pencils Down" and Final Evaluation Dates Approaching

2012-08-06 Thread Austin English
-- Forwarded message -- From: Carol Smith Date: Mon, Aug 6, 2012 at 12:33 PM Subject: [GSoC Mentors] [Announce] GSoC 2012 Mentors/Org Admins: "Pencils Down" and Final Evaluation Dates Approaching To: Google Summer of Code Mentors List Hi there, This is a friendly rem

Re: GSOC 2012 has started

2012-05-02 Thread Michael Mc Donnell
On Wed, May 2, 2012 at 5:28 PM, Józef Kucia wrote: > On Wed, May 2, 2012 at 10:00 PM, Michael Mc Donnell > wrote: >> I just saw you added D3DXCreateCubeTextureFromFileInMemory, will you >> be adding forwards for D3DXCreateCubeTextureFromFile too? > > So yes, I plan to implement these functions, b

Re: GSOC 2012 has started

2012-05-02 Thread Józef Kucia
On Wed, May 2, 2012 at 10:00 PM, Michael Mc Donnell wrote: > That sounds great! Józef which functions are you implementing? > I plan to implement the following: * DDS file format support in D3DXGetImageInfo functions * DDS file format support in D3DXCreateTextureFromFile functions * ID3DXRenderTo

Re: GSOC 2012 has started

2012-05-02 Thread Michael Mc Donnell
On Mon, Apr 23, 2012 at 8:17 PM, Austin English wrote: > Howdy, > > Google Summer of Code 2012 has started, and we have 5 students this year: > > Józef Kucia - Implement missing functions in D3DX9, mentored by Stefan > Dösinger - > https://google-melange.appspot.com/gsoc/project/google/gsoc2012/j

GSOC 2012 has started

2012-04-23 Thread Austin English
Howdy, Google Summer of Code 2012 has started, and we have 5 students this year: Józef Kucia - Implement missing functions in D3DX9, mentored by Stefan Dösinger - https://google-melange.appspot.com/gsoc/project/google/gsoc2012/jos/58002 Lucas Fialho Zawacki, mentored by Joystick configuration an

Re: My GSoC 2012 proposal

2012-03-26 Thread Lucas Zawacki
>> * Compatibility and exchange of installation recipes with other >> frontends like PlayOnLinux >> * Winetricks and AppDB integration. A way to mirror in AppDB the >> dependencies and workarounds employed by winetricks recipes. > > Winetricks is not a mentoring organization for Google Summer of Co

Re: My GSoC 2012 proposal

2012-03-26 Thread Lucas Zawacki
About the joystick configuration tool proposal. My plans are: * Start development as a standalone program, and then include it in the control panel * Enumerate all the joysticks with dinput * Simple windows GUI. Prototypes are here http://dl.dropbox.com/u/2701879/wiki/gsoc/dialog1.png (main screen

Regarding Gsoc 2012

2012-03-26 Thread prateek papriwal
I am Prateek Papriwal, a second year undergraduate student persuing Bachelors in Technology in the Indian Institute of Technology Delhi, in the department of Electrical Engineering. I love programming in C . I was told about GSOC 2012 by one of my seniors, who saw passion for coding in me. I

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 Bruni wrote: Il 20 marzo 2012 19:12, Christian Costa ha scritto: * Implement D3DXCreateCubeTextureFrom* and D3DXCreateVolumeTextureFrom* functions. That depends on the DDS file format support, I guess. Yes,

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 wrote: > Il 20 marzo 2012 19:12, Christian Costa ha scritto: >>> * Implement D3DXCreateCubeTextureFrom* and >>> D3DXCreateVolumeTextureFrom* functions. > > That depends on the DDS file format support, I guess. > Yes, it could be a part of my GSoC pro

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

2012-03-20 Thread Matteo Bruni
Il 20 marzo 2012 19:12, Christian Costa 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 Wine bugzill

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 Kucia 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

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 Costa 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: http://repo.or.cz/w/wine/d3dx9

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 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 Józef Kucia
On Tue, Mar 20, 2012 at 7:12 PM, Christian Costa 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: > http://repo.or.cz/w/wine/d3dx9TW.git/commitdiff/f7fd4619de1cd0ea

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 s

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: My GSoC 2012 proposal

2012-03-20 Thread Vitaliy
On 03/18/2012 11:22 PM, Lucas Zawacki wrote: Hello all, *Joystick Configuration Tool* This seems like a natural project for me to work since I'm very familiar with DirectInput and have access to some josysticks, including force feedback. I'm not sure about what "Support system joystick calibrat

Re: My GSoC 2012 proposal

2012-03-19 Thread Lucas Zawacki
> I'm not sure if that's outdated. I mean how many people are converting > Applications to winelib, how many of them want to use scons for that, and how > many of them can't do it theirselfs? > But maybe i'm wrong... Actually I think you're right, I don't know how much interest is there for this

Re: My GSoC 2012 proposal

2012-03-19 Thread Austin English
On Mon, Mar 19, 2012 at 00:22, Lucas Zawacki wrote: > Hello all, > > First of all, I'll introduce myself: I'm Lucas Fialho Zawacki a > Computer Science undergrad at UFRGS > university in Brazil. I have worked with Wine in GSoC 2011 > (http://www.google-melange.com/gsoc/project/google/gsoc2011/lfza

Re: My GSoC 2012 proposal

2012-03-19 Thread André Hentschel
Am 19.03.2012 06:22, schrieb Lucas Zawacki: > *Scons Wine* > > I think this could turn out to be very worthwhile project, but there's > little documentation about it. To make Scons aware of Winelib would it > be enough to create an environment that uses the winelib compilers, > libs and includes?

My GSoC 2012 proposal

2012-03-18 Thread Lucas Zawacki
Hello all, First of all, I'll introduce myself: I'm Lucas Fialho Zawacki a Computer Science undergrad at UFRGS university in Brazil. I have worked with Wine in GSoC 2011 (http://www.google-melange.com/gsoc/project/google/gsoc2011/lfzawacki/8001) and pretty much enjoyed the experience. I'd like to

Regarding GSoC 2012 project Ideas

2012-03-17 Thread Jaldeep Vasavada
Hello, I am Jaldeep, studying Computer Science, in BITS Pilani, India. I checked some projects described on GSoC website. I am interested to work with a project in CMD-project, a parser implementation. Can you please guide in brief about the project work? Can you please explain me the procedure a

Re: GSOC 2012

2012-03-02 Thread Maarten Lankhorst
Hey Yogesh, Op 02-03-12 04:37, Yogesh Agrawal schreef: > Respected Sir, > > I am very much interested in doing project in this organisation. > I am interested in doing project which involves 3D Game development, Graphics > rendering. > I developed one 3D game using Microsoft Windows XNA and Visua

GSOC 2012

2012-03-01 Thread Yogesh Agrawal
Respected Sir, I am very much interested in doing project in this organisation. I am interested in doing project which involves 3D Game development, Graphics rendering. I developed one 3D game using Microsoft Windows XNA and Visual Studio framework. I have also done course in Computer Graphics. Pl