- 28 Jan, 2010 26 commits
-
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Matijn Woudt authored
-
Erich Hoover authored
-
Erich Hoover authored
-
Erich Hoover authored
-
Jörg Höhle authored
-
Jörg Höhle authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Marcus Meissner authored
-
Henri Verbeet authored
-
Henri Verbeet authored
This causes a small performance hit when multiple GL contexts are used. As an optimization we could use ARB_sync to only wait for the last draw call instead of all GL commands.
-
Henri Verbeet authored
-
Henri Verbeet authored
At some point we'll use the GLSL version to check if certain features are available. For now just print the version.
-
Henri Verbeet authored
We assume GL 1.1 is available everywhere else.
-
André Hentschel authored
-
André Hentschel authored
-
- 27 Jan, 2010 14 commits
-
-
Erich Hoover authored
-
Michael Stefaniuc authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Hans Leidekker authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Igor Paliychuk authored
-
Paul Vriens authored
-
Dylan Smith authored
EM_FORMATRANGE will render the text if wParam is non-zero, and there is no reason to actually render the text when just getting the number of pages.
-
Dylan Smith authored
EM_FORMATRANGE will set rc.bottom within the FORMATRANGE struct to be the bottom of the area actually printed to, so this must be reset between calls to make sure that the page boundaries are consistent between the pages.
-
Alexandre Julliard authored
-
Michael Stefaniuc authored
name_buf is allocated on the stack and node_buf by heap_alloc. Also don't leak node_buf when leaving the function.
-