[Mesa-dev] [PATCH 2/3] Add a dumb drm/kms winsys for software rendering

2014-07-12 Thread Emil Velikov
From: Giovanni Campagna Add a new winsys and target that can be used with a dri2 state tracker and loader instead of drisw. This allows to use gbm as a dri2/image loader and avoid the extra copy from the backbuffer to the shadow frontbuffer. The new driver is called "kms_swrast", and is only loa

[Mesa-dev] [PATCH 2/3] Add a dumb drm/kms winsys for software rendering

2014-07-11 Thread Emil Velikov
From: Giovanni Campagna Add a new winsys and target that can be used with a dri2 state tracker and loader instead of drisw. This allows to use gbm as a dri2/image loader and avoid the extra copy from the backbuffer to the shadow frontbuffer. The new driver is called "kms_swrast", and is only loa