DXGL r35 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r34
|
r35
|
r36
>
Date:
02:46, 22 December 2011
Author:
admin
Status:
new
Tags:
Comment:
Set DDCAPS_CANBLTSYSMEM
Modified paths:
/ddraw/glDirectDraw.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glDirectDraw.cpp
—
—
@@ -775,7 +775,7 @@
776
776
else if(lpDDHELCaps) ddCaps.dwSize = lpDDHELCaps->dwSize;
777
777
else ERR(DDERR_INVALIDPARAMS);
778
778
ddCaps.dwCaps = DDCAPS_BLT | DDCAPS_BLTCOLORFILL | DDCAPS_BLTSTRETCH |
779
- DDCAPS_GDI | DDCAPS_PALETTE;
779
+ DDCAPS_GDI | DDCAPS_PALETTE | DDCAPS_CANBLTSYSMEM;
780
780
ddCaps.dwCaps2 = DDCAPS2_CANRENDERWINDOWED | DDCAPS2_WIDESURFACES | DDCAPS2_NOPAGELOCKREQUIRED;
781
781
ddCaps.dwFXCaps = DDFXCAPS_BLTSHRINKX | DDFXCAPS_BLTSHRINKY |
782
782
DDFXCAPS_BLTSTRETCHX | DDFXCAPS_BLTSTRETCHY;
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version