mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-01 02:28:41 +02:00
by using a Pbuffer instead of a GLXPixmap, which is too often not supported for direct rendering. The only way I found to make this work was to do a (very) slow pixel-by-pixel copy from the Pbuffer into the pixmap. However, this only needs to be done once for each toolbar icon, and the icons are small, so it is not really a problem.
This driver is a modification of the Stanford X10 driver. The modifications were done by Walter Scott and Eric Lunow at Lawrence Livermore National Labs.