CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2009/07/18 08:54:43
Modified files: lib/libdrm/intel: intel_bufmgr_gem.c Log message: Fix libdrm for the buffer mapping strategy our GEM implementation will use We always map through the gtt, never using the cpu mapping (this decreases complexity a lot). Keep use of the original ioctl for this. Also don't bother with userland domain setting, the kernel handles this correctly. Finally, don't persist mapping across calls to unmap and remapping, this aids with debugging, but may change later. ok matth...@.