diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-04-16 20:40:56 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-04-16 20:40:56 -0400 |
commit | 57577d5cd0641b7cad02242478699bcfece59227 (patch) | |
tree | 102e881fc09ae78540b529c32e56987cee938000 /src/radeon.h | |
parent | 31a888e78fa403f2bddacee098a29f36eaa969cb (diff) |
r1xx texvid: deal with large numbers of verts
should fix fdo bug 25884
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 961c59e0..859224c3 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -1138,6 +1138,7 @@ extern Bool RADEONSetupMemXAA_DRI(int scrnIndex, ScreenPtr pScreen); # endif uint32_t radeonGetPixmapOffset(PixmapPtr pPix); #endif +extern int radeon_cs_space_remaining(ScrnInfoPtr pScrn); #ifdef USE_XAA /* radeon_accelfuncs.c */ |