diff options
author | Eric Anholt <[email protected]> | 2011-10-14 13:01:16 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-10-28 11:23:09 -0700 |
commit | fb52b4303d8dab75e88d9bae66687c902a7767cc (patch) | |
tree | 56f15e7e15d59eebbd9b17ac9de429e507f724b7 /src/mesa/drivers/dri/radeon/radeon_common.h | |
parent | 0973a1ec78fdedc5401cb1c0f6d027425c492509 (diff) |
radeon: Drop the DRI1 swapbuffers implementation.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_common.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common.h b/src/mesa/drivers/dri/radeon/radeon_common.h index 85a114623ad..0389f5a0b64 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common.h +++ b/src/mesa/drivers/dri/radeon/radeon_common.h @@ -13,11 +13,6 @@ void radeonScissor(struct gl_context* ctx, GLint x, GLint y, GLsizei w, GLsizei void radeonWaitForIdleLocked(radeonContextPtr radeon); extern uint32_t radeonGetAge(radeonContextPtr radeon); -void radeonCopyBuffer( __DRIdrawable *dPriv, - const drm_clip_rect_t *rect); -void radeonSwapBuffers(__DRIdrawable * dPriv); -void radeonCopySubBuffer(__DRIdrawable * dPriv, - int x, int y, int w, int h ); void radeonUpdatePageFlipping(radeonContextPtr rmesa); |