DXGL r613 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r612‎ | r613 | r614 >
Date:22:33, 28 May 2015
Author:admin
Status:new
Tags:
Comment:
Add dialog option to DXGLCFG2 for low-color rendering control.
Modified paths:

Diff [purge]

Index: minilibc
Property changes on: minilibc
___________________________________________________________________
Modified: svn:ignore
## -1,2 +1,3 ##
11 Debug
22 minilibc.vcxproj.user
 3+Release
Index: sha512-nsis
Property changes on: sha512-nsis
___________________________________________________________________
Modified: svn:ignore
## -1,2 +1,3 ##
34 Debug
45 Release
 6+sha512-nsis.vcxproj.user
Index: dxglcfg2/dxglcfg2.rc
@@ -83,6 +83,8 @@
8484 STYLE DS_3DLOOK | DS_CENTER | DS_SHELLFONT | WS_VISIBLE | WS_CHILDWINDOW
8585 FONT 8, "Ms Shell Dlg"
8686 {
 87+ LTEXT "Low color rendering", 0, 7, 65, 63, 9, SS_LEFT, WS_EX_LEFT
 88+ COMBOBOX IDC_LOWCOLORRENDER, 5, 76, 104, 30, CBS_DROPDOWNLIST | CBS_HASSTRINGS, WS_EX_LEFT
8789 LTEXT "Texture format", IDC_STATIC, 7, 7, 50, 8, SS_LEFT, WS_EX_LEFT
8890 COMBOBOX IDC_TEXTUREFORMAT, 7, 17, 102, 30, CBS_DROPDOWNLIST | CBS_HASSTRINGS, WS_EX_LEFT
8991 LTEXT "Texture access method", IDC_STATIC, 114, 7, 76, 8, SS_LEFT, WS_EX_LEFT
Index: dxglcfg2/resource.h
@@ -53,3 +53,4 @@
5454 #define IDC_FIXEDSCALELABELY 1037
5555 #define IDC_FIXEDSCALEY 1038
5656 #define IDC_FIXEDSCALESQUARE 1039
 57+#define IDC_LOWCOLORRENDER 1040
Index: .
Property changes on: .
___________________________________________________________________
Modified: svn:ignore
## -13,3 +13,4 ##
5758 ipch
5859 pingme.txt
5960 tests
 61+.vs