mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
r6xx/r7xx EXA: WIP
This commit is contained in:
@@ -128,6 +128,8 @@ R600PrepareSolid(PixmapPtr pPix, int alu, Pixel pm, Pixel fg)
|
||||
uint32_t a, r, g, b;
|
||||
float ps_alu_consts[4];
|
||||
|
||||
//return FALSE;
|
||||
|
||||
if (pPix->drawable.bitsPerPixel == 24)
|
||||
RADEON_FALLBACK(("24bpp unsupported\n"));
|
||||
if (!R600CheckBPP(pPix->drawable.bitsPerPixel))
|
||||
@@ -713,6 +715,8 @@ R600PrepareCopy(PixmapPtr pSrc, PixmapPtr pDst,
|
||||
RADEONInfoPtr info = RADEONPTR(pScrn);
|
||||
struct radeon_accel_state *accel_state = info->accel_state;
|
||||
|
||||
return FALSE;
|
||||
|
||||
if (pSrc->drawable.bitsPerPixel == 24)
|
||||
RADEON_FALLBACK(("24bpp unsupported\n"));
|
||||
if (pDst->drawable.bitsPerPixel == 24)
|
||||
@@ -1575,6 +1579,7 @@ static Bool R600PrepareComposite(int op, PicturePtr pSrcPicture,
|
||||
cb_config_t cb_conf;
|
||||
shader_config_t vs_conf, ps_conf;
|
||||
|
||||
return FALSE;
|
||||
/* return FALSE; */
|
||||
|
||||
if (pDst->drawable.bitsPerPixel < 8 || pSrc->drawable.bitsPerPixel < 8)
|
||||
|
||||
@@ -180,7 +180,7 @@ static Bool RADEONPreInitAccel_KMS(ScrnInfoPtr pScrn)
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Unable to allocate accel_state rec!\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (info->ChipFamily >= CHIP_FAMILY_R600) {
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
|
||||
"Using shadowfb for KMS on R600+\n");
|
||||
@@ -189,7 +189,7 @@ static Bool RADEONPreInitAccel_KMS(ScrnInfoPtr pScrn)
|
||||
info->r600_shadow_fb = FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
if ((info->ChipFamily == CHIP_FAMILY_RS100) ||
|
||||
(info->ChipFamily == CHIP_FAMILY_RS200) ||
|
||||
|
||||
Reference in New Issue
Block a user