Stefan Dösinger wrote:
If I force the z value in the [0.0, 1.0] range, it is shown, but the rest is
broken obviously.
Err reading your e-mail again, pardon my directx ignorance, but aren't
all d3d z values supposed to be in the [0.0, 1.0] range? I thought that
was the range for the z buff
In OpenGL, when you specify depth coordinates with glOrtho, they're
relative to the 'eye' which is pointing down the z-axis. So -30 actually
evaluates to +30 in absolute coordinates. Maybe something similar is
happening here? What happens when you draw a third triangle with z=0.5?
What if you m
Hello,
I have written a small Direct3D7 test application which draws two overlapping
triangles, a red one and a blue one. The red triangle has the z value 0.0
(closest to the viewer), the blue one 1.0(far away). Strangely, the blue
triangle overlaps the red one on Windows.
The same happens on t
On Sat, 2006-02-11 at 18:06 +0100, Michael Jung wrote:
> ChangeLog:
> Implemented RegLoadMUIString[AW]
> -IMPORTS = kernel32 ntdll
> +IMPORTS = user32 kernel32 ntdll
I'd suggest to add user32 as a delayload import to not create
circular dependency at load time.
--
Dmitry.
Tom Wickline wrote:
On 2/11/06, Stefan Leichter <[EMAIL PROTECTED]> wrote:
Am Freitag, 10. Februar 2006 12:51 schrieb Jeff L:
Is there anything wrong with this patch? It does not seem to have been
applied.
from http://www.winehq.org/site/sending_patches
| Rejected patches might receive a
Tom Wickline wrote:
Hello,
I plan to remove ttydrv from our dlls status page as it has been
removed. And also remove Wine Installer (wineinstall) as it has been
replaced by wineprefixcreate.
Are there any comments on this before I remove these two components.
Tom
I have been looking into a
Hello
I noticed a strange behavior of the Font/Vector objects functionality of
Corel Draw on diffrent SuSE 10 Systems. On one system Rotated Text works
fine (without any failure) on a other system, rotated fonts became
invisible on the screen. At pdf export, the fonts are normally visible. So
it
On 2/11/06, Stefan Leichter <[EMAIL PROTECTED]> wrote:
> Am Freitag, 10. Februar 2006 12:51 schrieb Jeff L:
> > Is there anything wrong with this patch? It does not seem to have been
> > applied.
> >
>
> from http://www.winehq.org/site/sending_patches
>
> | Rejected patches might receive a note in
Hello
I noticed a strange behavior of the copy/paste functionality of Corel Draw
on diffrent SuSE 10 Systems. On one system copy/paste works fine (without
any failure) on a other system there is no function at all. (itss storage
error).
Can somebody tell me which system libraries used for the co
Am Freitag, 10. Februar 2006 12:51 schrieb Jeff L:
> Is there anything wrong with this patch? It does not seem to have been
> applied.
>
from http://www.winehq.org/site/sending_patches
| Rejected patches might receive a note in the wine-devel mailing list,
| however they also may be silently dro
On Fri, 10 Feb 2006 22:10:29 -0600, you wrote:
>- ULONGLONG time = *secs * (ULONGLONG)TICKSPERSEC + TICKS_1601_TO_1970;
>+ /* time < 0 means a date before midnight of January 1, 1970 */
>+ if (*secs < 0) return NULL;
I think the comment is incorrect: it should be *secs < 0;
>- if (st.wYear
11 matches
Mail list logo