UFO: Alien Invasion
|
Go to the source code of this file.
Functions | |
bool | R_Init (void) |
bool | R_SetMode (void) |
void | R_Shutdown (void) |
void | R_BeginFrame (void) |
void | R_EndFrame (void) |
void | R_RenderFrame (void) |
Definition at line 220 of file r_main.cpp.
References Com_IsRenderModified(), Com_Printf(), Com_SetRenderModified(), Cvar_ClearVars(), Cvar_PendingCvars(), CVAR_R_MASK, CVAR_R_PROGRAMS, Cvar_SetValue(), rlocals_s::frame, cvar_s::integer, rconfig_t::maxAnisotropic, cvar_s::modified, Q_strcasecmp, R_CheckError, R_Clear(), R_EnableMultisample(), R_InitThreads(), R_RestartPrograms_f(), R_Setup2D(), R_ShutdownThreads(), R_TextureAlphaMode(), R_TextureMode(), R_TextureSolidMode(), and cvar_s::string.
Referenced by SCR_DrawLoading(), SCR_DrawLoadingScreen(), SCR_TimeRefresh_f(), and SCR_UpdateScreen().
Definition at line 443 of file r_main.cpp.
References cls, cvar_s::integer, cvar_s::modified, R_ClearScene(), R_Color(), R_DrawChars(), R_EnableBlend(), R_EnableMultisample(), cvar_s::value, vid_gamma, and vid_ignoregamma.
Referenced by SCR_DrawLoading(), SCR_DrawLoadingScreen(), SCR_TimeRefresh_f(), and SCR_UpdateScreen().
bool R_Init | ( | void | ) |
Definition at line 1263 of file r_main.cpp.
References Cvar_ClearVars(), CVAR_R_MASK, rconfig_t::extensionsString, rconfig_t::gl_alpha_format, rconfig_t::gl_filter_max, rconfig_t::gl_filter_min, rconfig_t::gl_solid_format, rconfig_t::maxTextureSize, OBJZERO, R_CheckError, R_DrawInitLocal(), R_EnforceVersion(), R_FontInit(), R_InitExtensions(), R_InitFBObjects(), R_InitImages(), R_InitMiscTexture(), R_InitPrograms(), R_ModelInit(), R_RegisterImageVars(), R_RegisterSystemVars(), R_SetDefaultState(), R_SphereInit(), R_Strings_f(), R_UpdateDefaultMaterial(), R_VerifyDriver(), rconfig_t::rendererString, Rimp_Init(), Weather::setDefaults(), rconfig_t::vendorString, and rconfig_t::versionString.
Referenced by VID_Init(), and VID_Restart_f().
Definition at line 298 of file r_main.cpp.
References model_s::bsp, cl, light_s::color, rendererData_t::dynamicLights, i, cvar_s::integer, rendererData_t::numDynamicLights, rendererData_t::numStaticLights, light_s::origin, R_AddBspRRef(), R_AddCorona(), r_blend_mesh_entities, R_CheckError, R_Color(), R_DrawBlendMeshEntities(), R_DrawBloom(), R_DrawBoundingBoxes(), R_DrawBspNormals(), R_DrawCoronas(), R_DrawEntityEffects(), R_DrawGrass(), R_DrawNullEntities(), R_DrawOpaqueMeshEntities(), R_DrawParticles(), R_DrawSpecialEntities(), R_EnableBlend(), R_EnableFog(), R_GetEntityLists(), R_GetLevelSurfaceLists(), r_mapTiles, r_null_entities, r_numMapTiles, r_opaque_mesh_entities, R_RenderAlphaTestBspRRefs(), R_RenderBlendBspRRefs(), R_RenderBlendWarpBspRRefs(), R_RenderFlareBspRRefs(), R_RenderMaterialBspRRefs(), R_RenderOpaqueBspRRefs(), R_RenderOpaqueWarpBspRRefs(), R_ResetArrayState(), R_Setup2D(), R_Setup3D(), R_SetupFrustum(), r_special_entities, r_threadstate, R_UpdateSustainedLights(), light_s::radius, RDF_NOWORLDMODEL, Weather::render(), rendererData_t::rendererFlags, renderer_threadstate_s::state, rendererData_t::staticLights, Sys_Sleep(), THREAD_CLIENT, THREAD_RENDERER, clientBattleScape_s::time, Weather::update(), and vec3_origin.
Referenced by CL_ViewRender(), SCR_TimeRefresh_f(), and SEQ_Render3D().
bool R_SetMode | ( | void | ) |
Definition at line 694 of file r_main.cpp.
References Com_Printf(), viddef_t::context, Cvar_Set(), viddefContext_t::fullscreen, viddefContext_t::height, vidmode_s::height, cvar_s::integer, viddefContext_t::mode, cvar_s::modified, viddefContext_t::multisample, R_InitFBObjects(), R_InitGraphics(), R_ShutdownFBObjects(), R_UpdateVidDef(), viddef_t::stretch, viddefContext_t::swapinterval, UI_InvalidateStack(), vid_fullscreen, VID_GetModeInfo(), vid_mode, vid_stretch, viddef, viddefContext_t::width, and vidmode_s::width.
Referenced by Rimp_Init().
Definition at line 1319 of file r_main.cpp.
References Cmd_TableRemoveList(), R_FontShutdown(), R_ModelShutdown(), R_ShutdownFBObjects(), R_ShutdownImages(), R_ShutdownPrograms(), R_ShutdownThreads(), and Rimp_Shutdown().
Referenced by CL_Shutdown(), and VID_Restart_f().