DXGL r480 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r479
|
r480
|
r481
>
Date:
00:26, 6 August 2014
Author:
admin
Status:
new
Tags:
Comment:
Disable OpenGL dithering. Fixes slight artifacts on Blt to 16-bit surfaces on GeForce 6 series.
Modified paths:
/ddraw/glRenderer.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glRenderer.cpp
—
—
@@ -881,6 +881,7 @@
882
882
This->util->DepthTest(false);
883
883
This->util->MatrixMode(GL_MODELVIEW);
884
884
glDisable(GL_DEPTH_TEST);
885
+ glDisable(GL_DITHER);
885
886
This->util->SetDepthComp(GL_LESS);
886
887
const GLubyte *glver = glGetString(GL_VERSION);
887
888
This->gl_caps.Version = (GLfloat)atof((char*)glver);
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