summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv10_driver.h
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2010-10-10 01:39:13 +0200
committerFrancisco Jerez <currojerez@riseup.net>2010-10-10 04:14:34 +0200
commite2acc7be2683fd3c295480724b02f5a497309cfd (patch)
tree7707be4e255377633aa7bb79db6dec77a9658f04 /src/mesa/drivers/dri/nouveau/nv10_driver.h
parent35a1893fd1993932a428f5f83051383d51c8135e (diff)
dri/nv10: Fake fast Z clears for pre-nv17 cards.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv10_driver.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nv10_driver.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv10_driver.h b/src/mesa/drivers/dri/nouveau/nv10_driver.h
index 340ba05ade..61dceab7b6 100644
--- a/src/mesa/drivers/dri/nouveau/nv10_driver.h
+++ b/src/mesa/drivers/dri/nouveau/nv10_driver.h
@@ -37,6 +37,12 @@ enum {
/* nv10_context.c */
extern const struct nouveau_driver nv10_driver;
+GLboolean
+nv10_use_viewport_zclear(GLcontext *ctx);
+
+float
+nv10_transform_depth(GLcontext *ctx, float z);
+
/* nv10_render.c */
void
nv10_render_init(GLcontext *ctx);