#include "r_local.h"
Go to the source code of this file.
Macros | |
#define | NUM_MIPS 4 |
Functions | |
void | D_Patch (void) |
void | D_ViewChanged (void) |
void | R_PrintTimes (void) |
void | R_PrintDSpeeds (void) |
void | R_PrintAliasStats (void) |
void | R_TransformFrustum (void) |
void | TransformVector (vec3_t in, vec3_t out) |
void | R_TransformPlane (mplane_t *p, float *normal, float *dist) |
void | R_SetUpFrustumIndexes (void) |
void | R_ViewChanged (vrect_t *vr) |
void | R_SetupFrame (void) |
void | R_SurfacePatch (void) |
void | WritePCXfile (char *filename, byte *data, int width, int height, int rowbytes, byte *palette) |
void | R_ScreenShot_f (void) |
Variables | |
cvar_t * | sw_mipcap |
cvar_t * | sw_mipscale |
surfcache_t * | d_initial_rover |
qboolean | d_roverwrapped |
int | d_minmip |
float | d_scalemip [NUM_MIPS-1] |
static float | basemip [NUM_MIPS-1] = {1.0, 0.5*0.8, 0.25*0.8} |
int | d_aflatcolor |
int | d_vrectx |
int | d_vrecty |
int | d_vrectright_particle |
int | d_vrectbottom_particle |
int | d_pix_min |
int | d_pix_max |
int | d_pix_shift |
int | d_scantable [MAXHEIGHT] |
short * | zspantable [MAXHEIGHT] |
unsigned char * | alias_colormap |
Definition at line 78 of file r_misc.c.
Referenced by R_ViewChanged().
Definition at line 175 of file r_misc.c.
Referenced by R_RenderFrame().
Definition at line 532 of file r_misc.c.
Referenced by R_EdgeDrawing(), and R_NewMap().
Definition at line 187 of file r_misc.c.
Referenced by D_DrawSurfaces(), D_SolidSurf(), D_TurbulentSurf(), R_DrawBEntitiesOnList(), R_RotateBmodel(), and R_SetupFrame().
Definition at line 216 of file r_misc.c.
Referenced by D_CalcGradients(), D_DrawSurfaces(), D_SolidSurf(), D_TurbulentSurf(), R_ClipAndDrawPoly(), R_EmitEdge(), R_PolygonCalculateGradients(), R_RenderBmodelFace(), R_RenderFace(), and R_TransformPlane().
void WritePCXfile | ( | char * | filename, |
byte * | data, | ||
int | width, | ||
int | height, | ||
int | rowbytes, | ||
byte * | palette | ||
) |
unsigned char* alias_colormap |
Definition at line 76 of file r_misc.c.
Referenced by D_ViewChanged().
|
static |
Definition at line 34 of file r_misc.c.
Referenced by R_SetupFrame().
int d_aflatcolor |
Definition at line 68 of file r_polyse.c.
Referenced by R_PolysetFillSpans8(), and R_SetupFrame().
surfcache_t* d_initial_rover |
Definition at line 29 of file r_misc.c.
Referenced by D_SCAlloc(), and R_SetupFrame().
int d_minmip |
Definition at line 31 of file r_misc.c.
Referenced by D_MipLevelForScale(), and R_SetupFrame().
int d_pix_max |
Definition at line 40 of file r_misc.c.
Referenced by D_ViewChanged().
int d_pix_min |
Definition at line 40 of file r_misc.c.
Referenced by D_ViewChanged(), and R_DrawParticle().
int d_pix_shift |
Definition at line 40 of file r_misc.c.
Referenced by D_ViewChanged().
qboolean d_roverwrapped |
Definition at line 30 of file r_misc.c.
Referenced by D_SCAlloc(), and R_SetupFrame().
float d_scalemip[NUM_MIPS-1] |
Definition at line 32 of file r_misc.c.
Referenced by D_MipLevelForScale(), and R_SetupFrame().
Definition at line 42 of file r_misc.c.
Referenced by D_ViewChanged(), R_DrawParticle(), and R_PolygonDrawSpans().
int d_vrectbottom_particle |
Definition at line 38 of file r_misc.c.
Referenced by D_ViewChanged().
int d_vrectright_particle |
Definition at line 38 of file r_misc.c.
Referenced by D_ViewChanged().
int d_vrectx |
Definition at line 38 of file r_misc.c.
Referenced by D_ViewChanged(), and R_DrawParticle().
int d_vrecty |
Definition at line 38 of file r_misc.c.
Referenced by D_ViewChanged().
cvar_t* sw_mipcap |
Definition at line 26 of file r_misc.c.
Referenced by R_Register(), and R_SetupFrame().
cvar_t* sw_mipscale |
Definition at line 27 of file r_misc.c.
Referenced by R_Register(), and R_SetupFrame().
short* zspantable[MAXHEIGHT] |
Definition at line 43 of file r_misc.c.
Referenced by D_ViewChanged().