summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_vertprog.h
blob: ccec896be40c842e2d23ed71d7c35360b2814d2c (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __R300_VERTPROG_H_
#define __R300_VERTPROG_H_

#include "r300_reg.h"


void r300SetupVertexProgram(r300ContextPtr rmesa);

struct r300_vertex_program * r300SelectAndTranslateVertexShader(GLcontext *ctx);

#endif