0

I'm playing about with some vertex and fragment shaders using Cg on my little netbook (running Linux). Clearly I'm going to frequently hit resource limits for my graphics controller, so was wondering if there's a nice way to run the shaders on the CPU, just to test them. Something like D3D's refrast...

TIA

Andy

Andy
  • 331
  • 2
  • 12

1 Answers1

0

Opensource Opengl software Mesa has shader support : http://www.mesa3d.org/shading.html

Tuan Kuranes
  • 311
  • 1
  • 4
  • Thanks for that, bit busy to look into it now, but look forward to checking it out when I have time! – Andy Oct 03 '10 at 13:49