Need Help with BackgroundBitmap

Is there a way to print a bitmap into the background of an opengl application?
I dont want to use a texturemap on a vertext quad!

You can use glDrawPixels, but that’s generally pretty slow. Texture-mapped quads would definitely be one of the fastest methods.