#include "main/glheader.h"
#include "main/colormac.h"
#include "main/context.h"
#include "main/enums.h"
#include "main/feedback.h"
#include "main/macros.h"
#include "s_context.h"
#include "s_feedback.h"
#include "s_triangle.h"
Functions | |
static void | feedback_vertex (GLcontext *ctx, const SWvertex *v, const SWvertex *pv) |
void | _swrast_feedback_triangle (GLcontext *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) |
void | _swrast_feedback_line (GLcontext *ctx, const SWvertex *v0, const SWvertex *v1) |
void | _swrast_feedback_point (GLcontext *ctx, const SWvertex *v) |
void | _swrast_select_triangle (GLcontext *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) |
void | _swrast_select_line (GLcontext *ctx, const SWvertex *v0, const SWvertex *v1) |
void | _swrast_select_point (GLcontext *ctx, const SWvertex *v) |
void _swrast_feedback_triangle | ( | GLcontext * | ctx, | |
const SWvertex * | v0, | |||
const SWvertex * | v1, | |||
const SWvertex * | v2 | |||
) |
void _swrast_select_triangle | ( | GLcontext * | ctx, | |
const SWvertex * | v0, | |||
const SWvertex * | v1, | |||
const SWvertex * | v2 | |||
) |