- 28 Sep, 2009 40 commits
-
-
Stefan Dösinger authored
The Mac Nvidia driver doesn't implement the result.clip part of GL_NV_vertex_program2_option correctly. It complains about a syntax error if "result.clip[0]" is used. "result.clip" compiles correctly, but supports only one clipplane, and running the shader results in severe rendering bugs.
-
Stefan Dösinger authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Jacek Caban authored
-
Alexandre Julliard authored
-
Ge van Geldorp authored
-
Ge van Geldorp authored
-
André Hentschel authored
-
Dylan Smith authored
The table is initialized on process attach, and should be freed on process detach (which is where SECUR32_deinitSchannelSP gets called).
-
Dylan Smith authored
Two identical calls are made with the same parameters, and there are no documented side effects of this function, so I removed one of them.
-
Damjan Jovanovic authored
-
Dylan Smith authored
Using the ITextHost interface allows this notification to be received for windowless richedit controls. Windowed richedit conrols have an ITextHost implementation that will fill in hwndFrom and idFrom, but these should probably be initialized to 0 for windowless richedit controls.
-
Marcus Meissner authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Paul Vriens authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
The situation the code tests for should never happen because either the stateblock will still have a reference to the vertex declaration, or the stateblock itself will be released.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Andrey Turkin authored
-
Andrey Turkin authored
-
Stefan Leichter authored
-