mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-16 08:40:29 +01:00
st/xorg: Don't hardcode ExaPrepareCopy to fall back to software.
This commit is contained in:
parent
05aa56a827
commit
d73d4cfcf1
1 changed files with 0 additions and 3 deletions
|
|
@ -237,9 +237,6 @@ ExaPrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir,
|
|||
struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pDstPixmap);
|
||||
struct exa_pixmap_priv *src_priv = exaGetPixmapDriverPrivate(pSrcPixmap);
|
||||
|
||||
if (1)
|
||||
return FALSE;
|
||||
|
||||
if (alu != GXcopy)
|
||||
return FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue