DXGL r179 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r178
|
r179
|
r180
>
Date:
17:49, 24 June 2012
Author:
admin
Status:
new
Tags:
Comment:
Fix mistake from last commit
Modified paths:
/ddraw/glRenderer.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glRenderer.cpp
—
—
@@ -1132,7 +1132,6 @@
1133
1133
glUniform1i(texloc,0);
1134
1134
}
1135
1135
glViewport(viewport[0],viewport[1],viewport[2],viewport[3]);
1136
- glDepthRange(viewport[4],viewport[5]);
1137
1136
GLuint prog = GetProgram();
1138
1137
GLint viewloc = glGetUniformLocation(prog,"view");
1139
1138
glUniform4f(viewloc,view[0],view[1],view[2],view[3]);
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