sna: Rephrase initialisation without a specific backend

"generic" sounds more impressive than "no"

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-04-18 09:51:39 +01:00
parent 6668f68054
commit b4871f1dac
1 changed files with 1 additions and 1 deletions

View File

@ -14302,7 +14302,7 @@ bool sna_accel_init(ScreenPtr screen, struct sna *sna)
if (!sna_picture_init(screen))
return false;
backend = "no";
backend = "generic";
no_render_init(sna);
if (sna_option_accel_blt(sna) || sna->info->gen >= 0100) {