summaryrefslogtreecommitdiff
path: root/src/mesa/es/state_tracker/st_cb_drawtex.h
blob: 278815a2f756c8960533d66b84e1e9b5a520bf7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**************************************************************************
 * 
 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
 * All Rights Reserved.
 *
 **************************************************************************/


#ifndef ST_CB_DRAWTEX_H
#define ST_CB_DRAWTEX_H


struct st_context;


extern void
_mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);


extern void
_mesa_DrawTexfv(const GLfloat *coords);


extern void
st_destroy_drawtex(struct st_context *st);


#endif