- 20 Feb, 2008 10 commits
-
-
Dmitry Timoshkov authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
James Hawkins authored
-
Michael Stefaniuc authored
-
Marcus Meissner authored
-
Roderick Colenbrander authored
-
Andrew Talbot authored
-
Marcus Meissner authored
-
Detlef Riekenberg authored
-
- 19 Feb, 2008 30 commits
-
-
Michael Stefaniuc authored
-
Roy Shea authored
-
Roy Shea authored
-
Roy Shea authored
-
Stefan Leichter authored
-
Peter Oberndorfer authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
David Adam authored
-
Gerald Pfeifer authored
-
Gerald Pfeifer authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
Much of the code is from quartz.
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Aric Stewart authored
gdi32: Japanese Windows had a default fallback Font SystemLink of Microsoft Sans Serif. Implement that for Japanese.
-
Stefan Dösinger authored
The fog test used start = 0.9 and end = 0.1. This is perfectly ok in theory, but some Windows drivers do not like it. Since this test tests how fog is calculated with Vertex and Pixel shaders put the fog range in the normal order(start = 0.1, end = 0.9), this fixes a number of fog failures on ATI cards on Windows.
-
Stefan Dösinger authored
The drivers for some radeon cards are not prepared for the things the fixed function type test does and fail inconsistently. Thus skip the color comparison if one of the two draws fails, and do not write an extra complaint about the inconsistency
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
The state manager calls GetMemory before it calls PreLoad on the VBO, and PreLoad depends on finding the VBO in the strided vertex structure. This can cause problems on the first draw which creates the vertex buffer, because the first PreLoad creates the vbo and attempts to convert with an incorrect strided structure.
-
Tony Wasserka authored
-
Tony Wasserka authored
-