Re: [PATCH 05/36] dix: introduce gpu screens. (v4)

2012-07-05 Thread Fernando Carrijo
Dave Airlie wrote: > +int > +AddGPUScreen(Bool (*pfnInit) (ScreenPtr /*pScreen */ , > + int /*argc */ , > + char ** /*argv */ > + ), > + int argc, char **argv) > +{ > +int i; > +ScreenP

[PATCH 05/36] dix: introduce gpu screens. (v4)

2012-07-05 Thread Dave Airlie
From: Dave Airlie This patch introduces gpu screens into screenInfo. It adds interfaces for adding and removing gpu screens, along with adding private fixup, block handler support, and scratch pixmap init. GPU screens have a myNum that is offset by GPU_SCREEN_OFFSET (256), this is used for loggi