Writing Direct To Screen

Is it possible yet to draw directly to the screen with any existing API (opengl, directx, something else)? Skipping the whole drawing a textured quad sequence.

Even with registering resources and using modern CUDA interop methods, we still have to march through entire rendering pipelines just to render an array of colors. For applications like mine where every ms counts, this is a problem.