Re: [Mesa-dev] [PATCH 0/2] swrastg: Don't use drm_api

2010-04-15 Thread Jakob Bornecrantz
On Thu, Apr 15, 2010 at 6:22 PM, George Sapountzis wrote: > On Thu, Apr 15, 2010 at 1:31 AM, Jakob Bornecrantz > wrote: >> Hi George >> >> These two patches refactor st/dri and change st/drisw from using drm_api. >> We do not gain anything from using drm_api and it makes it impossible >> to defi

Re: [Mesa-dev] [PATCH 0/2] swrastg: Don't use drm_api

2010-04-15 Thread George Sapountzis
On Thu, Apr 15, 2010 at 1:31 AM, Jakob Bornecrantz wrote: > Hi George > > These two patches refactor st/dri and change st/drisw from using drm_api. > We do not gain anything from using drm_api and it makes it impossible > to define the meaning of struct winsys_handle to something other then > what

[Mesa-dev] [PATCH 0/2] swrastg: Don't use drm_api

2010-04-14 Thread Jakob Bornecrantz
Hi George These two patches refactor st/dri and change st/drisw from using drm_api. We do not gain anything from using drm_api and it makes it impossible to define the meaning of struct winsys_handle to something other then what is defined in drm_api.h. I'm working on some changes that needs to do