diff options
author | Francisco Jerez <[email protected]> | 2010-02-23 16:15:14 +0100 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2010-02-25 18:37:36 +0100 |
commit | 7269a30b86745a29bb575ce3545ab82e6514ce2a (patch) | |
tree | 7be861341897e4e66c1519cd77e922574b4ec30c /src/mesa/drivers/dri/nouveau/nv10_driver.h | |
parent | 323e6bbb052f37f91c7340e16c2352bb780a43d8 (diff) |
dri/nouveau: Restructure the nv[12]0 regcombiner code, and fake A8/L8 support.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv10_driver.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nv10_driver.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv10_driver.h b/src/mesa/drivers/dri/nouveau/nv10_driver.h index 4c220b0373f..b5ab19b3bc0 100644 --- a/src/mesa/drivers/dri/nouveau/nv10_driver.h +++ b/src/mesa/drivers/dri/nouveau/nv10_driver.h @@ -119,6 +119,14 @@ nv10_emit_stencil_op(GLcontext *ctx, int emit); /* nv10_state_frag.c */ void +nv10_get_general_combiner(GLcontext *ctx, int i, + uint32_t *a_in, uint32_t *a_out, + uint32_t *c_in, uint32_t *c_out, uint32_t *k); + +void +nv10_get_final_combiner(GLcontext *ctx, uint64_t *in, int *n); + +void nv10_emit_tex_env(GLcontext *ctx, int emit); void |