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

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 ()

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


Function Documentation

Configure config_dxgsg7   ) 
 

ConfigureFn config_dxgsg7   ) 
 

Definition at line 119 of file config_dxgsg7.cxx.

References init_libdxgsg7().

void init_libdxgsg7  ) 
 

Definition at line 132 of file config_dxgsg7.cxx.

References GraphicsPipeSelection::add_pipe_type(), dx_decal_type, wdxGraphicsPipe7::get_class_type(), GraphicsPipeSelection::get_global_ptr(), DXGraphicsStateGuardian7::init_type(), DXSavedFrameBuffer7::init_type(), DXTextureContext7::init_type(), DXGeomNodeContext7::init_type(), wdxGraphicsPipe7::init_type(), wdxGraphicsWindow7::init_type(), and parse_decal_type().

Referenced by ConfigureFn(), and init_libpandadx7().

NotifyCategoryDef wdxdisplay7  ,
"windisplay" 
 

NotifyCategoryDef dxgsg7  ,
":display:gsg" 
 

DXDecalType parse_decal_type const string &  type  )  [static]
 

Definition at line 107 of file config_dxgsg7.cxx.

References GDT_blend, GDT_mask, GDT_offset, and type.


Variable Documentation

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

Definition at line 67 of file config_dxgsg7.cxx.

Referenced by wdxGraphicsWindow7::choose_device().

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

Definition at line 65 of file config_dxgsg7.cxx.

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

Definition at line 54 of file config_dxgsg7.cxx.

DXDecalType dx_decal_type = GDT_blend
 

Definition at line 104 of file config_dxgsg7.cxx.

Referenced by DXGraphicsStateGuardian8::dx_init(), DXGraphicsStateGuardian7::dx_init(), init_libdxgsg7(), and init_libdxgsg8().

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

Definition at line 90 of file config_dxgsg7.cxx.

Referenced by DXGraphicsStateGuardian7::prepare_texture().

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

Definition at line 84 of file config_dxgsg7.cxx.

Referenced by wdxGraphicsWindow7::choose_device(), and wdxGraphicsPipe8::find_all_card_memavails().

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

Definition at line 83 of file config_dxgsg7.cxx.

Referenced by wdxGraphicsWindow7::choose_device(), wdxGraphicsWindow8::do_fullscreen_resize(), wdxGraphicsWindow7::do_fullscreen_resize(), wdxGraphicsWindow8::open_window(), wdxGraphicsWindow7::open_window(), wdxGraphicsWindow8::search_for_device(), and wdxGraphicsWindow8::verify_window_sizes().

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

Definition at line 81 of file config_dxgsg7.cxx.

Referenced by wdxGraphicsWindow7::choose_device(), DXTextureContext8::CreateTexture(), DXTextureContext7::CreateTexture(), and wdxGraphicsWindow8::search_for_device().

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

Definition at line 73 of file config_dxgsg7.cxx.

Referenced by DXGraphicsStateGuardian8::dx_init(), and DXGraphicsStateGuardian7::dx_init().

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

Definition at line 68 of file config_dxgsg7.cxx.

Referenced by wdxGraphicsWindow7::choose_device().

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

Definition at line 40 of file config_dxgsg7.cxx.

Referenced by ConvertDDSurftoPixBuf(), and DXGraphicsStateGuardian8::reset_d3d_device().

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

Definition at line 49 of file config_dxgsg7.cxx.

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

Definition at line 77 of file config_dxgsg7.cxx.

Referenced by DXTextureContext8::CreateTexture(), DXTextureContext7::CreateTexture(), DXGraphicsStateGuardian8::dx_init(), and DXGraphicsStateGuardian7::dx_init().

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

Definition at line 76 of file config_dxgsg7.cxx.

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

Definition at line 82 of file config_dxgsg7.cxx.

Referenced by DXGraphicsStateGuardian8::dx_init(), and DXGraphicsStateGuardian7::dx_init().

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

Definition at line 57 of file config_dxgsg7.cxx.

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

Definition at line 85 of file config_dxgsg7.cxx.

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

Definition at line 36 of file config_dxgsg7.cxx.

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

Definition at line 45 of file config_dxgsg7.cxx.

Referenced by wdxGraphicsWindow8::create_screen_buffers_and_device(), and DXGraphicsStateGuardian7::prepare_texture().

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

Definition at line 80 of file config_dxgsg7.cxx.

Referenced by DXGraphicsStateGuardian8::dx_init(), and DXGraphicsStateGuardian7::dx_init().

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

Definition at line 101 of file config_dxgsg7.cxx.


Generated on Fri Apr 18 00:10:30 2003 for Panda by doxygen1.3