DXGL r622 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r621
|
r622
|
r623
>
Date:
20:54, 24 October 2015
Author:
admin
Status:
new
Tags:
Comment:
Check Blt destination and upload if modified client-side.
Modified paths:
/ddraw/glRenderer.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glRenderer.cpp
—
—
@@ -1610,7 +1610,8 @@
1611
1611
if (cmd->src->mipmaps[cmd->srclevel].dirty & 1)
1612
1612
glTexture__Upload(cmd->src, cmd->srclevel, FALSE, FALSE);
1613
1613
}
1614
-
1614
+ if (cmd->dest->mipmaps[cmd->destlevel].dirty & 1)
1615
+ glTexture__Upload(cmd->dest, cmd->destlevel, FALSE, FALSE);
1615
1616
if (!memcmp(&cmd->srcrect, &nullrect, sizeof(RECT)))
1616
1617
{
1617
1618
srcrect.left = 0;
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