Stefan Dösinger
|
46028b0832
|
wined3d: D3DRS_ZVISIBLE is not supposed to return an error.
|
2006-12-15 12:18:36 +01:00 |
H. Verbeet
|
37cb9de851
|
ddraw/tests: Win64 printf format warning fixes.
|
2006-10-10 19:59:14 +02:00 |
Francois Gouget
|
ceb06a2f00
|
ddraw: Fix comparefloat() so it compiles with Visual C++ when given a negative value.
|
2006-09-29 17:53:12 +02:00 |
Stefan Huehner
|
998e256c82
|
Fix some -Wstrict-prototype warnings () -> (void).
|
2006-08-21 12:06:26 +02:00 |
Francois Gouget
|
9bfbfcbeb4
|
Assorted spelling, case and grammar fixes.
|
2006-06-26 13:06:11 +02:00 |
Stefan Dösinger
|
c8901d6f62
|
ddraw: Rewrite most of ddraw using WineD3D.
|
2006-06-15 16:51:16 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Francois Gouget
|
f7c24f37ad
|
Various trace fixes.
Add trailing '\n's to trace calls.
Remove spaces before '\n'.
|
2006-05-15 15:05:09 +02:00 |
Stefan Dösinger
|
dbdc8c2f65
|
ddraw: Add a test for IDirect3DVertexBuffer7::ProcessVertices.
|
2006-04-10 15:44:10 +02:00 |
Alexandre Julliard
|
db0aabca25
|
ddraw: Don't crash in d3d test if OpenGL is missing.
|
2006-03-13 14:19:58 +01:00 |
Saulius Krasuckas
|
f1853ba186
|
- DirectDrawCreateEx fails with Standard VGA Adapter driver.
- IDirect3D7::CreateDevice() returns E_OUTOFMEMORY if a card has no 3D
acceleration.
|
2005-08-25 19:19:46 +00:00 |
Saulius Krasuckas
|
6b702cc84c
|
Skip testing on IDirect3D7::CreateDevice() failure.
|
2005-08-23 19:59:35 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Alexandre Julliard
|
c2d5b444b3
|
Moved the NONAMELESSUNION/STRUCT macros to wine/test.h so that they
can be used in all the test.
|
2005-06-13 12:10:54 +00:00 |
Stefan Leichter
|
ff23e5a916
|
Make ddraw tests loadable on NT4.
|
2005-06-09 20:38:21 +00:00 |
Antoine Chavasse
|
926e35532c
|
Test cases for the direct3d7 light api.
|
2005-06-07 21:34:59 +00:00 |