diff options
author | Eric Anholt <eric@anholt.net> | 2009-02-24 20:34:10 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-02-26 14:20:42 -0800 |
commit | d7aa330db31100b7cb54d8165f9a4b94329ece32 (patch) | |
tree | f9da09e7ec9fbfdfeeb302ee4f6d02a7da2b1081 /src/i830.h | |
parent | a625a07022ea7f6757b288fcc2ffb9e27c7f8341 (diff) |
Fix up i915 composite and common solid/copy code to use check_aperture.
This could fix complaints about binding BOs and resulting failure to render.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,6 +87,8 @@ unsigned long long I830TexOffsetStart(PixmapPtr pPix); Bool i830_uxa_init(ScreenPtr pScreen); void i830_uxa_create_screen_resources(ScreenPtr pScreen); void i830_uxa_block_handler (ScreenPtr pScreen); +Bool i830_get_aperture_space(ScrnInfoPtr pScrn, drm_intel_bo **bo_table, + int num_bos); #endif #if defined(I830_USE_UXA) || defined(I830_USE_EXA) |