Can't view display remotely with jetson

I am connecting to a cluster of jetson tk1’s via ssh. For the most part they seem to function, I can compile and run some example code. However, when I try to run code which generates graphics I cannot view the graphics on my host screen. My host PC is a dell studio 1555 running windows 7. I’m using putty and have xming installed. The error I get is:

[CUDA Mandelbrot/Julia Set] - Starting...
  Device 0: <           GK20A >, Compute SM 3.2 detected
GPU Device 0: "GK20A" with compute capability 3.2

Data initialization done.
Initializing GLUT...
Xlib:  extension "GLX" missing on display ":0".
freeglut (./Mandelbrot): OpenGL GLX extension not supported by display ':0'

I’ve done a whole lot of googling but I can’t seem to get it right. Please help!