DXGL r461 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r460
|
r461
|
r462
>
Date:
02:13, 7 July 2014
Author:
admin
Status:
new
Tags:
Comment:
Add a bitmap for DXGL test.
Modified paths:
/common/common.vcxproj
(modified) (
history
)
/common/common.vcxproj.filters
(modified) (
history
)
/common/x16.ico
(added) (
history
)
/dxgltest/Resource.h
(modified) (
history
)
/dxgltest/dxgltest.rc
(modified) (
history
)
Diff
[
purge
]
Index: common/common.vcxproj
—
—
@@ -129,10 +129,14 @@
130
130
</ItemDefinitionGroup>
131
131
<ItemGroup>
132
132
<None Include="dxgl.ico" />
133
+ <None Include="dxgl48.ico" />
133
134
<None Include="dxglicon.svg" />
135
+ <None Include="dxglinv.bmp" />
136
+ <None Include="dxglinv64.bmp" />
134
137
<None Include="dxglsm.ico" />
135
138
<None Include="star.ico" />
136
139
<None Include="version.nsh.in" />
140
+ <None Include="x16.ico" />
137
141
</ItemGroup>
138
142
<ItemGroup>
139
143
<ClInclude Include="releasever.h" />
Index: common/common.vcxproj.filters
—
—
@@ -30,6 +30,18 @@
31
31
<None Include="version.nsh.in">
32
32
<Filter>Header Files</Filter>
33
33
</None>
34
+ <None Include="dxgl48.ico">
35
+ <Filter>Resource Files</Filter>
36
+ </None>
37
+ <None Include="dxglinv.bmp">
38
+ <Filter>Resource Files</Filter>
39
+ </None>
40
+ <None Include="dxglinv64.bmp">
41
+ <Filter>Resource Files</Filter>
42
+ </None>
43
+ <None Include="x16.ico">
44
+ <Filter>Resource Files</Filter>
45
+ </None>
34
46
</ItemGroup>
35
47
<ItemGroup>
36
48
<ClInclude Include="releasever.h">
Index: common/x16.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: common/x16.ico
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
49
+application/octet-stream
\ No newline at end of property
Index: dxgltest/Resource.h
—
—
@@ -24,8 +24,9 @@
25
25
#define IDD_SYSINFO 115
26
26
#define IDI_DXGL 116
27
27
#define IDI_DXGLSM 117
28
-#define IDB_DXGLINV 118
29
-#define IDB_DXGLINV64 119
28
+#define IDI_X16 118
29
+#define IDB_DXGLINV 119
30
+#define IDB_DXGLINV64 120
30
31
#define IDD_TEXSHADER 121
31
32
#define IDD_VERTEXSHADER 123
32
33
#define IDC_DXDIAG 1000
Index: dxgltest/dxgltest.rc
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
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