[wined3d] GetFrontBufferData

2006-10-18 Thread Karsten Elfenbein
This patch depends on the BltOverride change. It allows the apps to grab the FrontBufferData. (for screen captures) Todo: - implement a windowed mode switch Karsten getfrontbufferblt.diff Description: Binary data

Re: [wined3d] GetFrontBufferData

2006-10-16 Thread Stefan Dösinger
Am Montag 16 Oktober 2006 18:02 schrieb Karsten Elfenbein: > Hi, > > this is the patch that allows EVE online to capture ingame screenshots. > (fixes the start coordinates for glReadPixels and turns the output > upside down again) > It works with the login screen (running as managed window) and in

[wined3d] GetFrontBufferData

2006-10-16 Thread Karsten Elfenbein
Hi, this is the patch that allows EVE online to capture ingame screenshots. (fixes the start coordinates for glReadPixels and turns the output upside down again) It works with the login screen (running as managed window) and in fullscreen. (when desktop is 32bit) Is there much more stuff needed or