CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2009/07/18 09:00:09
Modified files: driver/xf86-video-intel/src: i830_exa.c Log message: Don't put glyphs pixmaps into buffer objects under uxa. in the fastpath they're going straight to the glyph cache anyway and doing so for small glyphs wastes memory since bos must be padded to page size. Backport from upstream (to aid gem development). ok matthieu@