Shader-less Shadows

But that will not create shadows. That will just illuminate how far the first pixel is from the light source. You cant blurry without shaders.

But you can do shadows without shaders using stencil shadows, but they are quite slow and require special closed hull models from your art team. And the math to get them to work is insane! Doom3 uses this shadow type.