#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 |
Definition in file config_dxgsg7.cxx.
|
|
|
Definition at line 122 of file config_dxgsg7.cxx. References dx_decal_type, and parse_decal_type(). |
|
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. |
|
|
|
|
|
Definition at line 110 of file config_dxgsg7.cxx. |
|
Definition at line 70 of file config_dxgsg7.cxx. |
|
Definition at line 68 of file config_dxgsg7.cxx. |
|
Definition at line 57 of file config_dxgsg7.cxx. |
|
Definition at line 107 of file config_dxgsg7.cxx. Referenced by ConfigureFn(). |
|
Definition at line 93 of file config_dxgsg7.cxx. |
|
Definition at line 87 of file config_dxgsg7.cxx. |
|
Definition at line 86 of file config_dxgsg7.cxx. Referenced by wdxGraphicsWindow8::do_fullscreen_resize(). |
|
Definition at line 84 of file config_dxgsg7.cxx. |
|
Definition at line 76 of file config_dxgsg7.cxx. |
|
Definition at line 71 of file config_dxgsg7.cxx. |
|
Definition at line 43 of file config_dxgsg7.cxx. |
|
Definition at line 52 of file config_dxgsg7.cxx. |
|
Definition at line 80 of file config_dxgsg7.cxx. |
|
Definition at line 79 of file config_dxgsg7.cxx. |
|
Definition at line 85 of file config_dxgsg7.cxx. |
|
Definition at line 60 of file config_dxgsg7.cxx. |
|
Definition at line 88 of file config_dxgsg7.cxx. |
|
Definition at line 39 of file config_dxgsg7.cxx. |
|
Definition at line 48 of file config_dxgsg7.cxx. |
|
Definition at line 83 of file config_dxgsg7.cxx. |
|
Definition at line 104 of file config_dxgsg7.cxx. |