[4/4] wined3d: Create samplers for *all* 1.x instructions that sample

2006-12-28 Thread Christoph Bumiller
Note that WINED3DSIO_TEXDP3TEX, WINED3DSIO_TEXM3x3VSPEC, WINED3DSIO_TEXM3x3SPEC are already handled in the 2 else if branches below, they should probably be removed somewhere. @@ -295,8 +295,15 @@ HRESULT shader_get_registers_used( if (WINED3DSHADER_VERSION_MAJOR(This->baseShader.h

Solution to Bug 3023

2006-12-28 Thread Michael Gardiner
http://bugs.winehq.org/show_bug.cgi?id=3023 I have been fiddling with Orcad 9.2 Capture and have found the cause of the problem behind its inability to place parts, text etc. It is caused by the window that the object is to be placed in temporarily losing focus (or maybe activation) after the dial

Re: sane.ds: Remove unused WINE_DEFAULT_DEBUG_CHANNEL

2006-12-28 Thread Marcus Meissner
On Thu, Dec 28, 2006 at 09:08:51PM +, Andrew Talbot wrote: > Changelog: > sane.ds: Remove unused WINE_DEFAULT_DEBUG_CHANNEL. > > diff -urN a/dlls/sane.ds/ui.c b/dlls/sane.ds/ui.c > --- a/dlls/sane.ds/ui.c 2006-05-23 13:48:34.0 +0100 > +++ b/dlls/sane.ds/ui.c 2006-12-28

Looking for sound testers

2006-12-28 Thread Maarten Lankhorst
Hi all, I've forward ported the old patches of Davin McCall (dsound.patch). With them I have no more sound underruns etc, I'm therefore looking for other people to test them as well. I'm welcoming comments on how it works and possible issues with it. I also attached my patch to alsa, I'm aware o

function_grep.pl - idutils

2006-12-28 Thread Claudio Fontana
Hello, I noticed that you are using function_grep.pl to search for a certain function. Have you considered GNU idutils? They can do that and more (and faster): http://www.gnu.org/software/idutils It is as simple as $ cd $WINE_SRC_PATH $ mkid (generate ID database, takes about 4 seconds on my ma

Re: systray icon questions

2006-12-28 Thread James Liggett
Hi Krill, On Thu, 2006-12-28 at 13:14 +0300, Kirill K. Smirnov wrote: > > So the questions: > 1) Does systray icon helper window really need to be created with WS_CAPTION > style? Unfortunately, yes. The way the helper window is currently implemented, if you remove the WS_CAPTION style, the icon

Re: Building a full win32 winetest.exe

2006-12-28 Thread Hans Leidekker
I created a new RPM package for mingw-w32api that allows you to build all current Wine tests. Find it here: http://mirzam.it.vu.nl/mingw/ -Hans

Re: [1/4] wined3d: Where possible, avoid using D3DCOLORTOGLFLOAT4

2006-12-28 Thread Stefan Dösinger
Am 28.12.2006 um 03:12 schrieb H. Verbeet: Most of the places that use D3DCOLORTOGLFLOAT4 can handle GLint's just as well. Changelog: - Where possible, avoid using D3DCOLORTOGLFLOAT4 This patch causes a regression in Battlefield 1942, a lot of geometry is missing(ships, planes, parts of

re: comctl32: MonthCalendar - Fixhighlightingof current date.

2006-12-28 Thread Dan Kegel
Dmitry wrote: "Vijay Kiran Kamuju" wrote: What do we need to setup, if we want a test framework for messages in comctl32 similar to user32? Some kind of a message queue is needed and a mechanism to check what has been gathered with an expected sequence. I'd suggest to not invent a wheel and

systray icon questions

2006-12-28 Thread Kirill K. Smirnov
Hi, all! I was playing around systray icons in various modes 1) "allow the window manager to control the windows"="on" "emulate a virtual desktop"="off" As result, systray icon is OK. 2) In other combination of these parameters, the icon is drawn with window title. I've tried to investigate the