- 06 Mar, 2007 40 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
server: A general solution for handling MAXIMUM_ALLOWED access right has been implemented so remove the workarounds.
-
Stefan Dösinger authored
The gl viewport origin is the lower left corner of the window, in d3d it is the upper right corner. This is corrected when setting the viewport. However, when we are doing offscreen rendering, this is reversed. So do not flip the viewport origin when rendering offscreen.
-
Stefan Dösinger authored
Except with fbos, it is not possible to remove the depth stencil buffer from the opengl frame buffer, so when the d3d app sets a NULL depth stencil disable all states that work with the depth stencil buffer.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
This helps performance a bit because the function does not have to wait for the 2nd read to finish before returning. Only do that if we have an aux buffer to mess with for free though.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
Plain OpenGL does not provide any signed pixel formats, so the unsigned GL_RGB is used for loading perturbation data into pixel shaders that use texbem. For correct loading, the signedness has to be considered.
-
Stefan Dösinger authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Michael Stefaniuc authored
-
Rob Shearman authored
Add tests for these cases.
-
Rob Shearman authored
secur32: NTLM - don't bother nul terminating the password string as nothing relies on it being nul terminated.
-
Rob Shearman authored
pointers in the SEC_WINNT_AUTH_IDENTITY structure than the corresponding Length fields say the pointers hold.
-
Dmitry Timoshkov authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Byeong-Sik Jeon authored
-
Byeong-Sik Jeon authored
-
Alexandre Julliard authored
wineps.drv: Return correct values for DESKTOPHORZ/VERTRES since they are used to setup the visible region.
-
Alexandre Julliard authored
(spotted by Alessandro Pignotti).
-
Dmitry Timoshkov authored
winex11.drv: Do not ignore the keysyms assigned to a group switch, it leads to side effects like missing KeyRelease events.
-
Dmitry Timoshkov authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Rob Shearman authored
Only objects that have been registered for a class context that matches the requested class context should be returned.
-
Rob Shearman authored
ole32: OleLoad should call CoCreateInstance with CLSCTX_INPROC_SERVER as well as CLSCTX_INPROC_HANDLER.
-
Rob Shearman authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-