diff options
author | Owain G. Ainsworth <zerooa@googlemail.com> | 2010-04-19 04:05:35 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-04-21 10:34:54 +1000 |
commit | 2059d628c5fb03222a62502cc1b5724bf296a7b3 (patch) | |
tree | fb09b4dca7fcef9d28cd194058f8f4b875360632 /src/radeon_dri.h | |
parent | c4b46f56279cc18c8114235ca41cfb41ffede67f (diff) |
Kill per-context SAREA support.
It has never been used, and since the world is changing it almost
certainly never will be. Good riddance.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_dri.h')
-rw-r--r-- | src/radeon_dri.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon_dri.h b/src/radeon_dri.h index 6e3ad62a..15beb522 100644 --- a/src/radeon_dri.h +++ b/src/radeon_dri.h @@ -86,10 +86,6 @@ typedef struct { int log2GARTTexGran; int gartTexOffset; unsigned int sarea_priv_offset; - -#ifdef PER_CONTEXT_SAREA - drmSize perctx_sarea_size; -#endif } RADEONDRIRec, *RADEONDRIPtr; #endif |