- 08 Jan, 2009 40 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Michael Karcher authored
-
Michael Karcher authored
-
Andrew Fenn authored
-
Andrew Fenn authored
-
Andrew Fenn authored
-
Andrew Fenn authored
-
Dylan Smith authored
This fixes inconsistencies shown in the tests I added for the WM_GETDLGCODE. The tests covered different cases handled by the current implementation in order to show that the native implementation is simpler for all these cases.
-
Dylan Smith authored
-
Henri Verbeet authored
This makes more sense than the other way around.
-
Henri Verbeet authored
This allows us to skip BGRA->RGBA color conversion for vertex attributes if this extension is present.
-
Henri Verbeet authored
This should also be a little bit faster.
-
Henri Verbeet authored
-
Henri Verbeet authored
Remove some uncessary code and use more descriptive parameter names. Note that max_vertex_idx isn't the same as "minIndex + calculatedNumberOfindices - 1" but rather "minIndex + numberOfVertices - 1". calculatedNumberOfindices just specifies the number of vertices that's drawn, while numberOfVertices specifies the range of vertices that's drawn.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-