Re: GSoC-2011: Implement Missing Mesh Functions in Wine’s D3DX9

2011-07-02 Thread Henri Verbeet
On 30 June 2011 18:42, Michael Mc Donnell wrote: > Btw I just searched source.winehq.org for hash_table and found several > hits in different dlls. I think it would be nice if they could all use > the same implementation like list.h and rbtree.h. Maybe. It would probably need to be looked at for e

Re: GSoC-2011: Implement Missing Mesh Functions in Wine’s D3DX9

2011-07-02 Thread Dylan Smith
On Sat, Jul 2, 2011 at 1:01 PM, Michael Mc Donnell wrote: > Thank you for the good review. Glad you appreciate them. Here is another. > +static HRESULT init_edge_face_map(struct edge_face_map *edge_face_map, CONST > DWORD *index_buffer, CONST DWORD *point_reps, CONST DWORD num_faces) > +{ ...

Re: Glitch-free iTunes?

2011-07-02 Thread James McKenzie
On 7/2/11 7:49 PM, Keith Curtis wrote: So: yeah, we know it's an important app. But it's hard. Feel free to help out. - Dan Hi; I am glad to hear you say that iTunes is an "important" app, but I don't understand what you mean because it has never worked. You don't need my help

Re: Glitch-free iTunes?

2011-07-02 Thread Keith Curtis
> So: yeah, we know it's an important app. But it's hard. > Feel free to help out. > - Dan > Hi; I am glad to hear you say that iTunes is an "important" app, but I don't understand what you mean because it has never worked. You don't need my help. You've got a big group making many good fixes.

Updated Clang static analysis results / Valgrind update

2011-07-02 Thread Austin English
Web space usage was getting a bit high, so I've uploaded a tarball to a file download service: http://www.sendspace.com/file/5hot36 austin@aw21 ~ $ sha1sum scan-build-2011-07-02.tar.bz2 ac3cb3920ef97641fff1f5376f8136cef01f15bf scan-build-2011-07-02.tar.bz2 to use, just extract and open in your f

re: Glitch-free iTunes?

2011-07-02 Thread Dan Kegel
Keith wrote: > http://www.pcworld.com/businesscenter/article/229398-2/day_3_dude_wheres_my_itunes.html > Can you make a goal of supporting iTunes with no glitches? ... > Just this one app could be huge for Linux on the desktop. The main problem is driver support, I think (mainly usb, but probably

Glitch-free iTunes?

2011-07-02 Thread Keith Curtis
Hi; Here is a rant about iTunes: http://www.pcworld.com/businesscenter/article/229398-2/day_3_dude_wheres_my_itunes.html You guys are doing great, but I think it would be better if you were to work more in priority order. There are 200M devices, last I checked. I don't think iTunes has ever prope

Random crashes while running (cmd) test runner

2011-07-02 Thread Frédéric Delanoy
Hi folks, I'm in the process of writing a couple of cmd tests (on top of master, not of my currently pending patches), and I at times have problems where none of the tests is actually performed, but the test suite still returns without any error indication, e.g. batch.c:306: running TEST_BUILTINS

Re: GSoC-2011: Implement Missing Mesh Functions in Wine’s D3DX9

2011-07-02 Thread Michael Mc Donnell
On Thu, Jun 30, 2011 at 10:59 PM, Stefan Dösinger wrote: > On Thursday 30 June 2011 21:50:45 Michael Mc Donnell wrote: >> I have another question about my test. I've basically copied all the >> test data from my ConvertAdjacencyToPointReps test, and then just >> inverted the conditions. Should I m

Re: user32: check for the file signature before load a cursor/icon from it (try2)

2011-07-02 Thread Nikolay Sivov
On Sat, Jul 2, 2011 at 4:29 PM, Vitaly Perov wrote: > It fix crash in the russian accounting application "CheckXML+" > > -- > Best regards, > Vitaly Perov > This patch needs a test I think.