- 21 Feb, 2007 28 commits
-
-
Alexandre Julliard authored
-
Jason Edmeades authored
-
Jason Edmeades authored
-
Jason Edmeades authored
-
Jason Edmeades authored
-
Jason Edmeades authored
-
Jason Edmeades authored
-
Jason Edmeades authored
-
Jason Edmeades authored
-
Jason Edmeades authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
UpdateSurface has to modify one gl texture unit to bind the texture to load. To restore the correct properties for drawing gl texture unit 0 is activated and dirtified.
-
Stefan Dösinger authored
Fix the use of the scissor test in Clear. The rectangle is only set if a clearing rectangle is used, otherwise the scissor test is disabled (the pixel ownsership test should take care of the window boarders). To get the scissor test back to the value the app set up Clear dirtifies the state(s).
-
Stefan Dösinger authored
Test how shader constant limits are checked in Set*ShaderConstantF. The vertex shader tests it based on the limits reported in the caps, the pixel shader tests tries to find the limit manually because I could not find a cap structure member specifying the pixel shader constant limit. Set*ShaderConstantF returns an error as soon as start or start + count are bigger than the constant limit.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Aric Stewart authored
-
Paul Vriens authored
-
Marcus Meissner authored
-
Chris Robinson authored
-
Chris Robinson authored
-
James Hawkins authored
-
- 20 Feb, 2007 12 commits
-
-
Jacek Caban authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Eric Pouech authored
- MiniDumpWriteDump was unable to provide stack information for the current thread, hence did produce unusable minidump when a programs generates the minidump from its own exception handler. - We now support this if the current thread calls MiniDumpWriteDump from an exception handler and provides the exception information.
-
Francois Gouget authored
-
Francois Gouget authored
wininet/tests: Tell the user which ftp server we're using for the tests so he can try to connect to it manually in case of trouble.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
Don't use a regular expression if not necessary.
-