Compare commits
2 Commits
master
...
submit/exa
Author | SHA1 | Date | |
---|---|---|---|
|
92b8f07e1b | ||
|
cbb14a0fb1 |
|
@ -789,9 +789,6 @@ extern _X_EXPORT ExaOffscreenArea *exaOffscreenAlloc(ScreenPtr pScreen,
|
|||
extern _X_EXPORT ExaOffscreenArea *exaOffscreenFree(ScreenPtr pScreen,
|
||||
ExaOffscreenArea * area);
|
||||
|
||||
extern _X_EXPORT void
|
||||
ExaOffscreenMarkUsed(PixmapPtr pPixmap);
|
||||
|
||||
extern _X_EXPORT void
|
||||
exaEnableDisableFBAccess(ScreenPtr pScreen, Bool enable);
|
||||
|
||||
|
@ -802,9 +799,6 @@ extern _X_EXPORT Bool
|
|||
extern _X_EXPORT void
|
||||
exaMoveInPixmap(PixmapPtr pPixmap);
|
||||
|
||||
extern _X_EXPORT void
|
||||
exaMoveOutPixmap(PixmapPtr pPixmap);
|
||||
|
||||
/* in exa_unaccel.c */
|
||||
extern _X_EXPORT CARD32
|
||||
exaGetPixmapFirstPixel(PixmapPtr pPixmap);
|
||||
|
|
|
@ -724,4 +724,8 @@ void
|
|||
void
|
||||
exaPrepareAccessReg_classic(PixmapPtr pPixmap, int index, RegionPtr pReg);
|
||||
|
||||
void exaMoveOutPixmap(PixmapPtr pPixmap);
|
||||
|
||||
void ExaOffscreenMarkUsed(PixmapPtr pPixmap);
|
||||
|
||||
#endif /* EXAPRIV_H */
|
||||
|
|
Loading…
Reference in New Issue