summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_texprog.h
blob: 4e91a11699f4e7222458ce300b59fec72109e6fb (plain)
1
2
3
4
5
6
7
8
9
#ifndef __R300_TEXPROG_H_
#define __R300_TEXPROG_H_

#include "r300_context.h"

void r300GenerateTextureFragmentShader(r300ContextPtr r300);

#endif