- 22 Feb, 2007 4 commits
-
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Anatoly Lyutin authored
-
- 21 Feb, 2007 36 commits
-
-
Misha Koshelev authored
-
Rob Shearman authored
The dns_* functions expect the input buffer to have space for size characters plus the nul terminating character.
-
Rob Shearman authored
Don't return FALSE for a partial read. Fall through to SSL_read and use the logic for partial reads there instead of having separate logic and recursively calling NETCON_recv. Based on a patch by Michael Moss.
-
Rob Shearman authored
-
Rob Shearman authored
server: Add get_token_impersonation_level server call for retrieving the impersonation level from a token. Add tests for GetTokenInformation(TokenImpersonationLevel).
-
Rob Shearman authored
Don't check object's security when duplicating a handle of the same or lower access rights. Based on a patch by Vitaliy Margolen.
-
Rob Shearman authored
(Reported by Huw Davies.)
-
Rob Shearman authored
-
Ken Thomases authored
The (x,y) should be relative to the XImage, not the drawable. The (xOrg,yOrg) is what should be relative to the drawable. This fixes a crash when XGetPixel tried to access memory outside the XImage's buffer.
-
Huw Davies authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Andrew Talbot authored
-
Lei Zhang authored
-
Dmitry Timoshkov authored
-
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
-