Use a single GrDrawState in GrContext for direct and buffered drawing
Review URL: http://codereview.appspot.com/5933043 git-svn-id: http://skia.googlecode.com/svn/trunk@4091 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
f123ba9e21
commit
9aabfc789e
@ -47,18 +47,19 @@
|
||||
'Release': {
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'DebugInformationFormat': '3', # programDatabase (/Zi)
|
||||
'DebugInformationFormat': '3', # programDatabase (/Zi)
|
||||
'ProgramDataBaseFileName': '$(OutDir)\\$(ProjectName).pdb',
|
||||
'Optimization': '3', # full (/Ox)
|
||||
'Optimization': '3', # full (/Ox)
|
||||
'WholeProgramOptimization': 'true', #/GL
|
||||
# Changing the floating point model requires rebaseling gm images
|
||||
#'FloatingPointModel': '2', # fast (/fp:fast)
|
||||
'FavorSizeOrSpeed': '1', # speed (/Ot)
|
||||
#'FloatingPointModel': '2', # fast (/fp:fast)
|
||||
'FavorSizeOrSpeed': '1', # speed (/Ot)
|
||||
'PreprocessorDefinitions': ['NDEBUG'],
|
||||
'RuntimeLibrary': '2', # rtMultiThreadedDLL (/MD)
|
||||
'RuntimeLibrary': '2', # rtMultiThreadedDLL (/MD)
|
||||
'ExceptionHandling': '0',
|
||||
'RuntimeTypeInfo': 'false', # /GR-
|
||||
'WarningLevel': '3', # level3 (/W3)
|
||||
'EnableEnhancedInstructionSet': '2',# /arch:SSE2
|
||||
'RuntimeTypeInfo': 'false', # /GR-
|
||||
'WarningLevel': '3', # level3 (/W3)
|
||||
},
|
||||
'VCLinkerTool': {
|
||||
'GenerateDebugInformation': 'true', # /DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user