#include "sw.h"Go to the source code of this file.
Macros | |
| #define | NUM_MIPS 4 |
Functions | |
| void | R_PrintTimes (void) |
| void | R_PrintAliasStats (void) |
| void | R_TransformFrustum (void) |
| void | R_TransformVector (vec3_t in, vec3_t out) |
| static void | R_SetUpFrustumIndexes (void) |
| static void | R_ViewChanged (vrect_t *vr) |
| void | R_SetupFrame (void) |
Variables | |
| cvar_t * | sw_mipcap |
| cvar_t * | sw_mipscale |
| int | d_minmip |
| float | d_scalemip [NUM_MIPS - 1] |
| static const float | basemip [NUM_MIPS - 1] = {1.0, 0.5 * 0.8, 0.25 * 0.8} |
Definition at line 58 of file misc.c.
Referenced by R_RenderFrame().
Definition at line 243 of file misc.c.
Referenced by R_RenderFrame().
Definition at line 70 of file misc.c.
Referenced by D_DrawSurfaces(), D_SolidSurf(), D_TurbulentSurf(), R_DrawBEntitiesOnList(), R_RotateBmodel(), and R_SetupFrame().
| void R_TransformVector | ( | vec3_t | in, |
| vec3_t | out | ||
| ) |
Definition at line 96 of file misc.c.
Referenced by D_CalcGradients(), D_DrawSurfaces(), D_SolidSurf(), D_TurbulentSurf(), R_ClipAndDrawPoly(), R_EmitEdge(), R_PolygonCalculateGradients(), R_RenderBmodelFace(), and R_RenderFace().
|
static |
|
static |
Definition at line 30 of file misc.c.
Referenced by R_SetupFrame().
| int d_minmip |
Definition at line 27 of file misc.c.
Referenced by D_MipLevelForScale(), and R_SetupFrame().
| float d_scalemip[NUM_MIPS - 1] |
Definition at line 28 of file misc.c.
Referenced by D_MipLevelForScale(), and R_SetupFrame().
| cvar_t* sw_mipcap |
Definition at line 24 of file misc.c.
Referenced by R_Register(), and R_SetupFrame().
| cvar_t* sw_mipscale |
Definition at line 25 of file misc.c.
Referenced by R_Register(), and R_SetupFrame().