Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

panda/src/dxgsg7/config_dxgsg7.cxx File Reference

#include "config_dxgsg7.h"
#include "dxGraphicsStateGuardian7.h"
#include "dxSavedFrameBuffer7.h"
#include "dxTextureContext7.h"
#include "wdxGraphicsPipe7.h"
#include "wdxGraphicsWindow7.h"
#include "graphicsPipeSelection.h"
#include "dconfig.h"

Go to the source code of this file.

Functions

 Configure (config_dxgsg7)
 NotifyCategoryDef (dxgsg7,":display:gsg")
 NotifyCategoryDef (wdxdisplay7,"windisplay")
DXDecalType parse_decal_type (const string &type)
 ConfigureFn (config_dxgsg7)
void init_libdxgsg7 ()
 Initializes the library.


Variables

bool dx_show_transforms = config_dxgsg7.GetBool("dx-show-transforms", false)
bool dx_full_screen = config_dxgsg7.GetBool("dx-full-screen", false)
bool dx_sync_video = config_dxgsg7.GetBool("sync-video", true)
bool dx_full_screen_antialiasing = config_dxgsg7.GetBool("dx-antialias", false)
bool dx_cull_traversal = config_dxgsg7.GetBool("dx-cull-traversal", true)
bool dx_no_vertex_fog = config_dxgsg7.GetBool("dx-no-vertex-fog", false)
bool dx_auto_normalize_lighting = config_dxgsg7.GetBool("auto-normalize-lighting", false)
bool dx_allow_software_renderer = config_dxgsg7.GetBool("dx-allow-software-renderer", false)
bool dx_force_software_renderer = config_dxgsg7.GetBool("dx-force-software-renderer", false)
int dx_force_backface_culling = config_dxgsg7.GetInt("dx-force-backface-culling", 0)
bool dx_mipmap_everything = config_dxgsg7.GetBool("dx-mipmap-everything", false)
bool dx_ignore_mipmaps = config_dxgsg7.GetBool("dx-ignore-mipmaps", false)
bool dx_use_rangebased_fog = config_dxgsg7.GetBool("dx-use-rangebased-fog", false)
bool dx_force_16bpptextures = config_dxgsg7.GetBool("dx-force-16bpptextures", false)
bool dx_no_dithering = config_dxgsg7.GetBool("dx-no-dithering", false)
bool dx_force_16bpp_zbuffer = config_dxgsg7.GetBool("dx-force-16bpp-zbuffer", false)
bool dx_do_vidmemsize_check = config_dxgsg7.GetBool("do-vidmemsize-check", true)
bool dx_preserve_fpu_state = config_dxgsg7.GetBool("dx-preserve-fpu-state", false)
bool dx_depth_offset_decals = config_dxgsg7.GetBool("depth-offset-decals", false)
const bool link_tristrips = config_dxgsg7.GetBool("link-tristrips", false)
DXDecalType dx_decal_type = GDT_blend


Detailed Description

Definition in file config_dxgsg7.cxx.


Function Documentation

Configure config_dxgsg7   ) 
 

ConfigureFn config_dxgsg7   ) 
 

Definition at line 122 of file config_dxgsg7.cxx.

References dx_decal_type, and parse_decal_type().

void init_libdxgsg7  ) 
 

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 142 of file config_dxgsg7.cxx.

NotifyCategoryDef wdxdisplay7  ,
"windisplay" 
 

NotifyCategoryDef dxgsg7  ,
":display:gsg" 
 

DXDecalType parse_decal_type const string &  type  )  [static]
 

Definition at line 110 of file config_dxgsg7.cxx.


Variable Documentation

bool dx_allow_software_renderer = config_dxgsg7.GetBool("dx-allow-software-renderer", false)
 

Definition at line 70 of file config_dxgsg7.cxx.

bool dx_auto_normalize_lighting = config_dxgsg7.GetBool("auto-normalize-lighting", false)
 

Definition at line 68 of file config_dxgsg7.cxx.

bool dx_cull_traversal = config_dxgsg7.GetBool("dx-cull-traversal", true)
 

Definition at line 57 of file config_dxgsg7.cxx.

DXDecalType dx_decal_type = GDT_blend
 

Definition at line 107 of file config_dxgsg7.cxx.

Referenced by ConfigureFn().

bool dx_depth_offset_decals = config_dxgsg7.GetBool("depth-offset-decals", false)
 

Definition at line 93 of file config_dxgsg7.cxx.

bool dx_do_vidmemsize_check = config_dxgsg7.GetBool("do-vidmemsize-check", true)
 

Definition at line 87 of file config_dxgsg7.cxx.

bool dx_force_16bpp_zbuffer = config_dxgsg7.GetBool("dx-force-16bpp-zbuffer", false)
 

Definition at line 86 of file config_dxgsg7.cxx.

Referenced by wdxGraphicsWindow8::do_fullscreen_resize().

bool dx_force_16bpptextures = config_dxgsg7.GetBool("dx-force-16bpptextures", false)
 

Definition at line 84 of file config_dxgsg7.cxx.

int dx_force_backface_culling = config_dxgsg7.GetInt("dx-force-backface-culling", 0)
 

Definition at line 76 of file config_dxgsg7.cxx.

bool dx_force_software_renderer = config_dxgsg7.GetBool("dx-force-software-renderer", false)
 

Definition at line 71 of file config_dxgsg7.cxx.

bool dx_full_screen = config_dxgsg7.GetBool("dx-full-screen", false)
 

Definition at line 43 of file config_dxgsg7.cxx.

bool dx_full_screen_antialiasing = config_dxgsg7.GetBool("dx-antialias", false)
 

Definition at line 52 of file config_dxgsg7.cxx.

bool dx_ignore_mipmaps = config_dxgsg7.GetBool("dx-ignore-mipmaps", false)
 

Definition at line 80 of file config_dxgsg7.cxx.

bool dx_mipmap_everything = config_dxgsg7.GetBool("dx-mipmap-everything", false)
 

Definition at line 79 of file config_dxgsg7.cxx.

bool dx_no_dithering = config_dxgsg7.GetBool("dx-no-dithering", false)
 

Definition at line 85 of file config_dxgsg7.cxx.

bool dx_no_vertex_fog = config_dxgsg7.GetBool("dx-no-vertex-fog", false)
 

Definition at line 60 of file config_dxgsg7.cxx.

bool dx_preserve_fpu_state = config_dxgsg7.GetBool("dx-preserve-fpu-state", false)
 

Definition at line 88 of file config_dxgsg7.cxx.

bool dx_show_transforms = config_dxgsg7.GetBool("dx-show-transforms", false)
 

Definition at line 39 of file config_dxgsg7.cxx.

bool dx_sync_video = config_dxgsg7.GetBool("sync-video", true)
 

Definition at line 48 of file config_dxgsg7.cxx.

bool dx_use_rangebased_fog = config_dxgsg7.GetBool("dx-use-rangebased-fog", false)
 

Definition at line 83 of file config_dxgsg7.cxx.

const bool link_tristrips = config_dxgsg7.GetBool("link-tristrips", false)
 

Definition at line 104 of file config_dxgsg7.cxx.


Generated on Fri May 2 00:45:21 2003 for Panda by doxygen1.3