nanogui@linuxhacker.org
nanogui@linuxhacker.org
Greg Haerr <greg@censoft.com> writes:
I'm also still working on bitblt and readpixel routines, as well as redesigning
driver info interfaces. Unfortunately, this means that the driver api will need
to
change.
What sorts of bitblt do you need? Do you need screen-to-screen
bitblt, or screen-to-buffer, or buffer-to-screen, or all three? The
BOGL API has a bmove routine for screen-to-screen bitblt, but it's
never been implemented because it turned out that I didn't ever need
it.
nanogui@linuxhacker.org