diff options
author | Keith Whitwell <[email protected]> | 2004-12-29 12:39:50 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-12-29 12:39:50 +0000 |
commit | 13ae06cf36f9d04c0a04cdc19196f400d7a8c642 (patch) | |
tree | ccd2bc240d06f74bd4d9776eb51ed72a1e5bca82 /src/mesa/drivers/dri/unichrome/via_state.h | |
parent | 7b05b70c2af9f76222a40941b393b5f04ce83048 (diff) |
Large update
- Remove via duplicates of shared template files
- Update driver to work with current versions of the above
- Rework dma accounting
- Rework emitting to dma to use a consistent set of macros
The handling of cliprects in the driver is still pretty questionable.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_state.h')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_state.h b/src/mesa/drivers/dri/unichrome/via_state.h index b93c46bb2e8..da69d303a0b 100644 --- a/src/mesa/drivers/dri/unichrome/via_state.h +++ b/src/mesa/drivers/dri/unichrome/via_state.h @@ -30,6 +30,7 @@ extern void viaInitState(GLcontext *ctx); extern void viaInitStateFuncs(GLcontext *ctx); extern void viaCalcViewport(GLcontext *ctx); +extern void viaValidateState(GLcontext *ctx); extern void viaFallback(viaContextPtr vmesa, GLuint bit, GLboolean mode); #define FALLBACK(vmesa, bit, mode) viaFallback(vmesa, bit, mode) |