From c944fb5ffe7cf16154d6395001f43a6c965cab1f Mon Sep 17 00:00:00 2001 From: Francisco Jerez Date: Thu, 18 Mar 2010 14:18:55 +0100 Subject: dri/nouveau: Implement texcoord generation. --- src/mesa/drivers/dri/nouveau/nv20_driver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/drivers/dri/nouveau/nv20_driver.h') diff --git a/src/mesa/drivers/dri/nouveau/nv20_driver.h b/src/mesa/drivers/dri/nouveau/nv20_driver.h index 05770b2d6c..8adecef2c4 100644 --- a/src/mesa/drivers/dri/nouveau/nv20_driver.h +++ b/src/mesa/drivers/dri/nouveau/nv20_driver.h @@ -67,6 +67,9 @@ void nv20_emit_frag(GLcontext *ctx, int emit); /* nv20_state_tex.c */ +void +nv20_emit_tex_gen(GLcontext *ctx, int emit); + void nv20_emit_tex_mat(GLcontext *ctx, int emit); -- cgit v1.2.3