DXGL r683 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r682
|
r683
|
r684
>
Date:
23:40, 24 August 2016
Author:
admin
Status:
new
Tags:
Comment:
Update release version.
Disable some WIP code for release.
Modified paths:
/ReadMe.md
(modified) (
history
)
/common/releasever.h
(modified) (
history
)
/ddraw/glRenderer.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ReadMe.md
—
—
@@ -1,4 +1,4 @@
2
-# DXGL 0.5.9
2
+# DXGL 0.5.10
3
3
https://www.dxgl.info
4
4
5
5
## Introduction
Index: common/releasever.h
—
—
@@ -4,7 +4,7 @@
5
5
6
6
#define DXGLMAJORVER 0
7
7
#define DXGLMINORVER 5
8
-#define DXGLPOINTVER 9
8
+#define DXGLPOINTVER 10
9
9
10
10
#define STR2(x) #x
11
11
#define STR(x) STR2(x)
Index: ddraw/glRenderer.cpp
—
—
@@ -1404,12 +1404,12 @@
1405
1405
}
1406
1406
BufferObject_Create(&This->pbo, This->ext, This->util);
1407
1407
BufferObject_SetData(This->pbo, GL_PIXEL_PACK_BUFFER, width*height * 4, NULL, GL_STREAM_READ);
1408
- ZeroMemory(&This->state, sizeof(RenderState));
1408
+ /*ZeroMemory(&This->state, sizeof(RenderState));
1409
1409
This->state.cmd = &This->cmd1;
1410
1410
glRenderer__InitCommandBuffer(This, &This->cmd1, width * height * (NextMultipleOf8(bpp) / 8));
1411
1411
glRenderer__InitCommandBuffer(This, &This->cmd2, width * height * (NextMultipleOf8(bpp) / 8));
1412
1412
BufferObject_Map(This->cmd1.vertices, GL_ARRAY_BUFFER, GL_WRITE_ONLY);
1413
- BufferObject_Map(This->cmd1.indices, GL_ELEMENT_ARRAY_BUFFER, GL_WRITE_ONLY);
1413
+ BufferObject_Map(This->cmd1.indices, GL_ELEMENT_ARRAY_BUFFER, GL_WRITE_ONLY);*/
1414
1414
TRACE_SYSINFO();
1415
1415
return TRUE;
1416
1416
}
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