diff options
author | Dave Airlie <airlied@linux.ie> | 2008-05-03 21:31:47 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-05-03 21:31:47 +1000 |
commit | cea4f1464b00e025859b3b5dc415ce135afebd92 (patch) | |
tree | 25b5c03494dec3682489b166664bfd5c93229057 /src/mesa/drivers/dri/r300/r300_emit.h | |
parent | 026ef8111a94f6449dfa5e5cc0ae91fca4e68c0c (diff) | |
download | external_mesa3d-cea4f1464b00e025859b3b5dc415ce135afebd92.zip external_mesa3d-cea4f1464b00e025859b3b5dc415ce135afebd92.tar.gz external_mesa3d-cea4f1464b00e025859b3b5dc415ce135afebd92.tar.bz2 |
r300: recombine the vap input route 0 code and clean
This gets non-tcl cards working again on this branch..
at least texrect and glxgears
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_emit.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_emit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_emit.h b/src/mesa/drivers/dri/r300/r300_emit.h index 5130230..e6a6df8 100644 --- a/src/mesa/drivers/dri/r300/r300_emit.h +++ b/src/mesa/drivers/dri/r300/r300_emit.h @@ -257,6 +257,8 @@ extern int r300NumVerts(r300ContextPtr rmesa, int num_verts, int prim); extern void r300EmitCacheFlush(r300ContextPtr rmesa); +extern GLuint r300VAPInputRoute0(uint32_t * dst, GLvector4f ** attribptr, + int *inputs, GLint * tab, GLuint nr); extern GLuint r300VAPInputRoute1(uint32_t * dst, int swizzle[][4], GLuint nr); extern GLuint r300VAPInputCntl0(GLcontext * ctx, GLuint InputsRead); extern GLuint r300VAPInputCntl1(GLcontext * ctx, GLuint InputsRead); |