- Feb 21, 2007
-
-
-
-
-
-
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.
-
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).
-
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.
-
-
-
-
-
-
-
-
-
-
-
- Feb 20, 2007
-
-
-
-
-
-
- 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.
-
-
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.
-
-
-
-
-
Don't use a regular expression if not necessary.
-
-
-
-
-
-
-
-
-
-
oleaut32: Re-arrange the position of functions and vtables in olefont.c to avoid forward-declarations.
-
The tests show that there is a global cache that keeps references to HFONTs that is released when all IFont objects are released. (Based on a patch by Benjamin Arai.)
-