#include "math/m_translate.h"
Defines | |
#define | CHECK_HW_DIVIDE 1 |
#define | INTERP_QUALIFIER static |
#define | GET_COLOR(ptr, idx) ((ptr)->data[idx]) |
Functions | |
static void | copy_pv_rgba4_spec5 (GLcontext *ctx, GLuint edst, GLuint esrc) |
static void | copy_pv_rgba4 (GLcontext *ctx, GLuint edst, GLuint esrc) |
static void | copy_pv_rgba3 (GLcontext *ctx, GLuint edst, GLuint esrc) |
void TAG() | translate_vertex (GLcontext *ctx, const VERTEX *src, SWvertex *dst) |
void TAG() | print_vertex (GLcontext *ctx, const VERTEX *v) |
INTERP_QUALIFIER void TAG() | interp_extras (GLcontext *ctx, GLfloat t, GLuint dst, GLuint out, GLuint in, GLboolean force_boundary) |
INTERP_QUALIFIER void TAG() | copy_pv_extras (GLcontext *ctx, GLuint dst, GLuint src) |
#define CHECK_HW_DIVIDE 1 |
#define GET_COLOR | ( | ptr, | |||
idx | ) | ((ptr)->data[idx]) |
#define INTERP_QUALIFIER static |
static void copy_pv_rgba3 | ( | GLcontext * | ctx, | |
GLuint | edst, | |||
GLuint | esrc | |||
) | [static] |
static void copy_pv_rgba4 | ( | GLcontext * | ctx, | |
GLuint | edst, | |||
GLuint | esrc | |||
) | [static] |
static void copy_pv_rgba4_spec5 | ( | GLcontext * | ctx, | |
GLuint | edst, | |||
GLuint | esrc | |||
) | [static] |
INTERP_QUALIFIER void TAG() interp_extras | ( | GLcontext * | ctx, | |
GLfloat | t, | |||
GLuint | dst, | |||
GLuint | out, | |||
GLuint | in, | |||
GLboolean | force_boundary | |||
) |